/**
=== Apple SignIn Button ===
* Medesime dimensioni del bottone per la login di Facebook 
* Posizionato centralmente
**/
.signin-button {
    width: 250px !important;
    height: 40px !important;
    text-align:center;
    margin:auto;
}

.google-login-wrapper {
    display: flex !important;
    justify-content: center !important;
}

/* .d-none {
    display: none !important;
} */

.main {
    max-width: 90% !important;
}

#login_form {
    max-width: 450px !important;
    margin: auto !important;
    margin-bottom: 2rem !important;
}

.col-lg-4.text-center {
    margin-bottom:1rem !important;
}

/** regole di stile specifiche per Smartphone area login **/
@media (max-width: 576px) {
    .navbar-brand-mobile img {
        max-width: 50px !important;
        margin: 0 auto !important;
    }

    header .navbar {
        max-height: 50px !important;
    }

    .mb-5 {
        margin-bottom: 0px !important;
    }
    .container {
        margin-top: 0.5rem !important;
    }

    h3.fw-light, h2.red, .forgot_password h5, h5 {
        font-size: 1rem !important;
    }

    /* ultimo div avente classe col-lg-4 text-center*/
    .col-lg-4.text-center:last-of-type {
        margin-bottom: 0rem !important;
    }

    .login-socials {
        padding-right: 0px !important;
    }
}

.slider-obiettivo-button {
        background-color: #e61e28;
        color: #fff;
        width: 30px;
        height: 30px;
}