<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.formulario {
    background-color: #f1f1f1;
    padding: 20px 50px;
    border-radius: 10px;


}

.formulario h2 {
margin-top: 20px;
margin-bottom: 20px;
font-size: 25px;
}

.formulario label {
    color: black;
    font-size: 14px;
    font-family: 'sf-pro-display-semibold';
}


    .formulario input {
        color: black;
        font-size: 14px;
        font-family: 'sf-pro-display-semibold';
        background-color: white;
        border-radius: 5px;
        height: 40px;
    }



    .formulario .form-control:focus {
        border-color: color: #0673b9;
        box-shadow: none !important;
    }


    .formulario .btn-tt {
        border-radius: 5px;
        font-size: 14px;
        font-family: 'sf-pro-display-regular';
    }


    .formulario .sub {
        background-color: black;
        color: white;
        border-radius: 5px;
        width: 35%;
        font-size: 14px;
        font-family: 'sf-pro-display-regular';
    }</pre></body></html>