.bgLogin_Rsenha {
  font-family: Open Sans;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
/*   position: absolute; */
  place-content: center;
  width: 100%;
  margin: -30px 0;
}
@media screen and (max-width: 992px) {
  .bgLogin_Rsenha{
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .bgConta {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.areaLogin, .areaRsenha {
  display: flex;
  height: 320px;
  margin: 0 auto;
  width: 640px;
  z-index:99;
}
@media screen and (max-width: 992px) {
  .areaLogin, .areaRsenha {
    flex-direction: column;
    height: 630px;
    width: 100%;
  }
}
.areaLogin .left, .areaRsenha .left {
  background: #fff;
  height: calc(100% - 40px);
  top: 20px;
  position: relative;
  width: 50%;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .areaLogin .left, .areaRsenha .left {
    height: 100%;
    left: 20px;
    width: calc(100% - 40px);
    max-height: 270px;
  }
}
.areaLogin .tit {
  font-size: 50px;
  font-weight: 900;
  margin: 50px 40px 0 40px;
  color: #ff5800;
  line-height: normal;
}
.areaRsenha .tit{
  font-size: 30px;
  font-weight: 900;
  margin: 50px 40px 0 40px;
  color: #ff5800;
  line-height: normal;
}
.areaLogin .tit span, .areaRsenha .tit span {
  color: #303030;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin: -10px 0;
}

.areaLogin  .Stit, .areaRsenha .Stit {
  color: #303030;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  margin: 40px;
}

.areaLogin .right, .areaRsenha .right {
  background: #f9f9f9;
  box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
  color: #F1F1F2;
  position: relative;
  width: 80%;
  animation: move 1000ms;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
.areaLogin .right, .areaRsenha .right {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 350px;
  }
}

.areaLogin .form {
  margin: 10px 40px 40px;
  position: absolute;
  width: 80%;
}
.areaRsenha .form {
  margin: 40px 40px 40px;
  position: absolute;
  width: 80%;
}
.areaLogin label, .areaRsenha label {
  color:  #c2c2c5;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.areaLogin input[type=text], .areaLogin input[type=password], .areaLogin input[type=email],
.areaRsenha input[type=text], .areaRsenha input[type=password], .areaRsenha input[type=email],
.areaCadastro input[type=text], .areaCadastro input[type=password], .areaCadastro input[type=email]  {
  background: 0!important;
  border: 0;
  border-bottom: 1px solid #777;
  color: #303030;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.areaLogin input[type=text]:focus, .areaLogin input[type=password]:focus, .areaLogin input[type=email]:focus
.areaRsenha input[type=text]:focus, .areaRsenha input[type=password]:focus, .areaRsenha input[type=email]:focus,
.areaCadastro input[type=text]:focus, .areaCadastro input[type=password]:focus, .areaCadastro input[type=email]:focus {
  border-bottom: 1px solid rgba(255, 88, 0, 0.5);
  outline: 1px solid rgba(255, 88, 0, 0.5);
  box-shadow: none;
}
.areaLogin input::-moz-focus-inner, .areaRsenha input::-moz-focus-inner,
.areaLogin input::-moz-focus-inner, .areaCadastro input::-moz-focus-inner {
  border: 0;
}

.areaLogin .passwd-eye, .areaCadastro .passwd-eye {
  position: relative;
  float: right;
  color: #777;
  margin-left: -30px;
  margin-top: -27px;
  margin-right: 1px;
  cursor: pointer;
  padding: 11px 10px;
  font-size: 18px;
  border: none;
}
.mostrar {
  background: url(https://img.terabyteshop.com.br/mostra.svg);
  width: 25px;
  height: 20px;
}
.esconder {
  background: url(https://img.terabyteshop.com.br/esconde.svg);
  width: 25px;
  height: 20px;
}
.areaLogin .areaRecaptcha, .areaRsenha .areaRecaptcha {
  margin: 40px 0 0 0;
  height: 78px;
}
@media screen and (max-width: 992px) {
  .areaLogin .areaRecaptcha {
    width: 276px;
    transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;
  }
}

::placeholder {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
::-moz-placeholder  {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.areaLogin button,
.areaRsenha button {
  background: #00a000;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 8px 20px;
  transition: .5s;
  border-radius: 2px;
}
.areaLogin button:hover
.areaRsenha button:hover {
  background: #fff;
  color: #303030;
  transition: .5s
}
.areaLogin .Cconta{
  color: #ff5800;
  float: right;
  margin: 20px 0 0 0;
  padding: 8px 16px;
  transition: .5s
}
.areaLogin .Cconta:hover {
  color: #303030;
  transition: .5s
}

.Rsenha {
  justify-content: center;
    display: flex;
    padding: 20px 0 20px 40px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.Rsenha a {
  color: #303030;
  transition: .5s;
  font-weight: bold;
}

.Rsenha i {
  color: #777;
  font-size: 25px;
  font-size: 25px;
  vertical-align: bottom;
  padding: 0 6px;
  transition: .5s
}

.Rsenha a:hover i {
  color: #ff5800;
  transition: .5s
}

@keyframes move {
  from {
    opacity: 0;
    transform: translateX(-35%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.blocos {
  padding: 0;
  margin: 0;
}
.blocos li {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 88, 0, 0.90);
  display: block;
  position: absolute;
  top: -40px;
  animation: blocos 1s infinite;
  z-index: 0;
  border-radius: 6px;
}

@keyframes blocos {
  from {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(100vw);
    opacity: 0;
    /* transform: translateY(-800px) rotate(960deg); */
  }
}

@media screen and (max-width: 992px) {
  .blocos {
    display: none;
  }
}

.bgCadastro {
  font-family: Open Sans;
  min-height: 70vh;
  height: 100%;
  place-content: center;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 992px) {
  .bgCadastro {
      height: 100%;
  }
}
.areaCadastro {
  width: 100%;
  background: #f9f9f9;
  display: inline-block;
  padding:20px 20px;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .areaCadastro {
    display: block;
    padding: 0 20px 20px 20px;
  }
}
.focusEmail {
    opacity: 0;
    position: absolute;
    top: 52px;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #ff5800;
    transition: .5s;
    z-index: 9;
}
.areaCadastro input:focus ~ .focusEmail {
    opacity: 1;
    top: 50px;
    transition: .5s;
}
.linkBack {
  padding: 30px 0 0 10px;
}
.linkBack a{
  color: #777;
  transition: .5s;
}
.linkBack a:hover i{
  color: #ff5800;
  transition: .5s;
}
@media screen and (max-width:992px) {
  .linkBack a{ 
    color: #ff5800;
  }
}


.topoCadastro {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.topoCadastro h1 {
  color: #303030;
  font-weight: bold;
  font-size: 16px
  }

.topoCadastro a {
  color: #ff5800;
  float: right;
}
.topoCadastro i {
  color: #777;
  font-size: 25px;
  vertical-align: bottom;
  padding: 0 6px;
  transition: .5s;
}
.topoCadastro a:hover i {
  color: #ff5800;
  transition: .5s;
}

@media screen and (max-width:992px) {
    .topoCadastro, .topoCadastro a {
      font-size: 12px;
      vertical-align: middle;
    }
    .topoCadastro i {
      font-size: 18px;
    }
}

.areaCadastro .senhaForte  {
  color: #eee;
  background: 0;
  border: none;

}

.areaCadastro .blocoAjuda {
  font-size: 12px;
  position: absolute;
  float: right;
  right: 12px;
  bottom: -18px;
  color: red;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .areaCadastro .blocoAjuda {
    color: red;
    font-weight: normal;
  }
}

.areaCadastro .popover-password {
  margin: 30px 0 0 0;
  color: #303030;
}

.areaCadastro .popover-password p {
  font-size: 12px;
}
.areaCadastro .popover-password .text-danger {
  color: #ff5800;
}
.areaCadastro .popover-password .text-success {
  color: #73c300;
}

.areaCadastro .fa.fa-times{
  color: #ff5800;
}
.areaCadastro .progress {
    background: #777;
    height: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.areaCadastro .divCPF:after {
  content: "\f023";
  font-family: FontAwesome;
  color: #777;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 6%;
  transition: .5s linear;
}
.areaCadastro .divCPF:hover::after {
  color: #ff5800;
  transition: .5s linear;
}

.areaCadastro .divEMAIL:after {
  content: "\f023";
  font-family: FontAwesome;
  color: #777;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 3%;
  transition: .5s linear;
}
.areaCadastro .divEMAIL:hover::after {
  color: #ff5800;
  transition: .5s linear;
}

.areaRecaptchaC {
  margin: 30px 0;
}
.termosC {
  margin: 30px 0;
  color: #303030;
}
@media screen and (max-width:992px) {
  .termosC {
    margin: 0;
  }
}

.termosC a {
  margin: 30px 0;
  color: #ff5800;
}
.BtCconta {
  margin: 30px 0;
  padding: 20px 40px;
  width: 100%;
  background: #222;
  color: #eee;
  background-image: linear-gradient(90deg, #00a000 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 4px;
}
.BtCconta:hover {
  background-position: 0;
  color: #fff;
}
@media screen and (max-width:992px) {
  .BtCconta {
    background: #191919; 
  }
}

.modal-title {
  color: #eee;
}
.modal-content {
  height: 70vh;
}

._Cpf label {
  color: #777;
  font-size: 12px;
  padding: 10px 0;
}
._Cpf span:not(.CheckNov) {
  display: block;
  border-bottom: 1px solid #777;
  line-height: 30px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width:992px) {
  ._Cpf span:not(.CheckNov) {
    color: #ff5800;
  }
}

._Cpf input::placeholder {
  font-size: 12.5px;
  text-transform: lowercase;
}


/* ._Cpf input {
  margin: 30px 0 0 0;
} */
@media screen and (max-width:992px) {
  ._Cpf input {
      margin: 0;
  }
}
._Cpf input:focus-within ~ label {
    opacity: .3;
    transition: .5s;
}
._Cpf select {
  margin: -10px 0 20px 0;
  background: 0!important;
  border: 0;
  border-bottom: 1px solid #777;
  color: #303030;
  line-height: 30px;
  outline: none !important;
  width: 100%;
  box-shadow: none;
}
@media screen and (max-width:920px){
  ._Cpf select {
    color: #ff5800;
  }
}

._Cpf option:hover  {
    background: #ff5800;
}
._Cpf .focusEmail {
    opacity: 0;
    position: absolute;
    top: 74px;
    font-size: 11px;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #fff;
    transition: .5s;
    z-index: 9;
}
._Cpf input:focus ~ .focusEmail {
    opacity: 1;
    top: 72px;
    transition: .5s;
    color: #ff5800;
}
._Cpf ::placeholder {
  font-size: 11px
}

.BtCsalvar {
  margin: 30px 0;
  padding: 20px 40px;
  background: #303030;
  color: #fff;
  background-image: linear-gradient(90deg, #00a000 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 4px;
}
.BtCsalvar:hover {
  background-position: 0;
  color: #fff;
}

.areaCheckNov {
  font-family: Open Sans;
  position: relative;
  color: #303030;
  margin: 20px 0 0 0;
  padding: 4px 35px!important;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.areaCheckNov input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.CheckNov {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f9f9f9;
  border:1px solid #777;
}

.areaCheckNov:hover input ~ .CheckNov {
  background-color: #ccc;
}

.areaCheckNov input:checked ~ .CheckNov {
  background-color: 0;
}
.areaCheckNov input:focus ~ .CheckNov {
  border: 1px solid #777;
}

.CheckNov:after {
  content: "";
  position: absolute;
  display: none;
}

.areaCheckNov input:checked ~ .CheckNov:after {
  display: block;
}

.areaCheckNov .CheckNov:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #00a000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.areaFooterCadastro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.btn_excluir {
  color: #ff5510;
  font: 400 11px 'Open Sans',Arial,Helvetica,sans-serif;
}

.areaInputCadastro {
  display: flex;
  min-height: 100px;
  margin: 50px 0 0 0;
}

.areaInputCadastr input {
  color: #222;
}

.areaInputCadastro i {
  position: relative;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}
.salvarConta .modal-footer button{
  margin: 0 40px;
}