/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Aumentar altura de todos os campos select */
select.form-control {
    height: 46px !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
}

/* Formulário de registro - select com ícone */
.register-aurora .prepend-icon select.form-control,
.register-aurora select.field.form-control,
#inputCountry {
    height: 46px !important;
    padding: 10px 12px 10px 42px !important;
    font-size: 15px !important;
}

/* Botão de registro - corrigir texto */
.register-submit .btn,
.register-submit input[type="submit"] {
    color: #fff !important;
    background: #1d6db2 !important;
    border: none !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}
