body{
    /* background: #cdb28a !important; */
    background: #205F9A !important;
}
/* .container{
    height: 100vh;
} */

.card{
    width: 35% !important;
}

.div-inputs{
    border: solid 1px #7f9eb4;
    border-radius: 4px;
}

.div-inputs input{
    border-left: none;
    border-right: none;
}

.div-inputs.input-error {
  border: 0.75px solid red;
  border-radius: 4px; /* igual ao do input */
  padding: 2px; /* espaço interno opcional */
}

.div-inputs input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.titulo-botao{
    font-size: 20px;
}

#recuperarsenha{
    /* font-size: 13px; */
    text-decoration: none;
    color: #212529;
}

#cancelar-voltar{
    text-decoration: none;
}

.input-error {
  border: 0.75px solid red !important;
}

.card-expandido {
  min-height: 600px; /* ou ajuste conforme necessário */
  transition: all 0.3s ease-in-out;
}


/* Responsividade */
/* @media(max-width: 1024px){
    .card-body{
        background: red !important;
    }
} */
