<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formClientes__title{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 1rem;
}
.formClientes__label{

    font-size: 16px;
    color: #383838;
    margin-bottom: 5px;
    margin-top: 10px;
}
.formClientes__btn--login{
    background-color: #026330;
    color: white;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    width: 256px;
    height: 52px;
    margin-top: 2.5rem;
}
.formClientes__btn--login:hover{
    color: #026330;
    background-color: white;
    border: 1px solid #026330;
}
.formClientes__btn--signup{
    background-color: #000000;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
    width: 256px;
    margin-top: 3rem;
    height: 52px;
}
.formClientes__btn--signup:hover{
    color: #000000;
    background-color: white;
    border: 1px solid #000000;
}
.form-control{
    min-height: 45px;
    border-radius: 0px;
}
</pre></body></html>