/* LEIA-ME */

/* login.css >> Definições das páginas de LOGIN do novo Checkout */
/* minhaconta.css >> Definições das páginas de MINHA CONTA do novo Checkout */
/* checkout.css >> Definições das páginas de CARRINHO, FECHAMENTO E CONFIRMAÇÃO do novo Checkout */
/* geral.css >> Definições de Cabeçalho e Rodapé */

/* adicione/edite este arquivo para sobrescrever as definições padrão da loja */

body {    
    color: #939393;
}

.fbits-title-login, .title.biggest {
    font-size: 1.8em;
    text-transform: uppercase;
    display: block;
    width: 270px;
    margin: auto;
    margin-bottom: auto;
    text-align: center;
    padding-bottom: 4px;
    color: #faa61a;
    margin-bottom: 20px;
}

.fbits-title-login::after {
    display: block;
    float: none;
    content: "";
    width: 77px;
    margin: auto;
    border-bottom: 2px solid;
    padding-top: 15px;
}

.fa.fa-eye-slash {
    display: none;
}

.title.biggest{
    width: 130px;
}

.fbits-box-login .btn.btn-success, .cadastroUsuario .btn-primary {
    background: #008652;
    border-color: #008652;
    text-transform: uppercase;
}

.fbits-social-login button.btn.facebook {
    margin-bottom: 20px;
}

.fbits-social-login button.btn.google {
    margin-bottom: 20px;
}

.fbits-social-login::before {
    content: "Ou entre usando as redes sociais.";
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: none;
}
.header-cadastro p {
    text-align: center;
}
.align-inputs {
    width: 271px;
    margin: auto;
    margin-bottom: 40px;
}
.cadastroUsuario .title.big {
    text-align: center;
    background: #939393;
    font-size: 1.05em;
    line-height: 3em;
    margin-bottom: 2.5em;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}
input[type="date"].form-control{
  line-height: 23px;
  color: #939393;
  text-align: center;
}
.form-control{
    color:#939393;
}
.fbits-link-senha {
    cursor: pointer;
}
#linksenha {
    color: #008652;
    text-decoration: underline;
}
.btn.cadastro{
    text-align: center;
    background: #939393;
    font-size: 1.05em;
    margin-bottom: 2.5em;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}
::placeholder {
    text-align: left;
}

.fbits-login .questao::before{
    color: #939393;
}

.fbits-login .questao {
    background: #008652;
  }
  
.cadastroUsuario #naoSeiCep {
    font-size: .8em;
    color: #939393;
}