.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: #21223A;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    width: 256px;
    height: 52px;
    margin-top: 2.5rem;
}
.formClientes__btn--login:hover{
    color: #21223A;
    background-color: white;
    border: 1px solid #21223A;
}
.formClientes__btn--signup{
    background-color: #F08519;
    color: white;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
    width: 256px;
    margin-top: 3rem;
    height: 41px;
}
.formClientes__btn--signup:hover{
    color: #F08519;
    background-color: white;
    border: 1px solid #F08519;
}
.form-control{
    min-height: 45px;
    border-radius: 0px;
}
