.formClientes__title{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 1rem;
    color: #151515;
}
.formClientes__label{

    font-size: 16px;
    color: #383838;
    margin-bottom: 5px;
    margin-top: 10px;
}
.formClientes__btn--login{
    background-color: #384F7E;
    color: white;
    border-radius: 0px;
    font-size: 15px;
    width: 100%;
    margin-top: 2.5rem;
    display: block;
}
.formClientes__btn--login:hover{
    color: #384F7E;
    background-color: white;
    border: 1px solid #384F7E;
}
.formClientes__btn--signup{
    background-color: #384F7E;
    color: white;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
    width: 256px;
    margin-top: 3rem;
    height: 41px;
}
.formClientes__btn--signup:hover{
    color: #384F7E;
    background-color: white;
    border: 1px solid #384F7E;
}
.form-control{
    min-height: 45px;
    border-radius: 4px;
}
.form-select{
    min-height: 45px;
    border-radius: 4px;
}
