#formulario {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
}

#formulario h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.2rem;
    text-align: center;
}

#formulario p{
    text-align: center;
    margin-top: 1rem;
}

#formulario input, #formulario select {
    font-size: .8rem;
}

.form-control:focus, .form-control:active {
    background-color: #75CE81 !important;
}

.form-select:focus, .form-select:active {
    background: #75CE81 !important;
}

.claro {
    background-color: rgba(117, 206, 129, .4);
}

.oscuro, .oscuro:active, .oscuro:focus {
    background-color: rgba(117, 206, 129, 1) !important;
    text-align: center !important;
}

select, select:active, select:focus {
    background-image: url('./../img/arrow.png') !important;
    background-position: 96% !important;
    background-repeat: no-repeat !important;
    background-size: 15px 8px !important;
}
#submitForm {
    font-size: 1rem !important;
    color: #27326a;
    font-weight: 700;
}

.check-politicas {
    font-size: .9rem;
    text-align: center;
}