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

    font-size: 14px;
    font-weight: 500;
    color: #575555;
    margin-bottom: 5px;
    margin-top: 10px;
}
.formClientes__btn--login{
    background-color: #EB4700;
    color: white;
    border-radius: 0px;
    font-size: 15px;
    width: 175px;
    height: 56px;
    display: block;
    margin: auto;
}
.formClientes__btn--login:hover{
    color: #EB4700;
    background-color: white;
    border: 1px solid #EB4700;
}
.formClientes__label--register{
    color: #EB4700;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.form-control{
    border: 2px solid #E5E3E3;
    min-height: 56px;
    border-radius: 6px;
}
.formClientes__btn--signup{
    background-color: #EB4700;
    color: white;
    border-radius: 0px;
    font-size: 15px;
    width: 175px;
    height: 56px;
    display: block;
    margin: auto;
    margin-top: 42px;
}
.formClientes__btn--signup:hover{
    color: #EB4700;
    background-color: white;
    border: 1px solid #EB4700;
}
.formClientes__label--login{
    color: #EB4700;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
