/* Miglioramento checkbox privacy e ricordami */

.vip-area-authentication p {
    font-family: 'Inter', sans-serif;
}

#privacy_vip, #privacy_vip2, #remember_vip {
    width: 22px !important;
    height: 22px !important;
    accent-color: #000;
    margin-right: 10px;
    vertical-align: middle;
}

.nl-privacy > label, .remember-label {
    display: inline-block !important;
    padding-right: 20px !important;
    font-size: 1.6rem;
    color: #000;
    vertical-align: middle;
    margin-bottom: 8px;
}

.nl-privacy {
    margin-bottom: 10px;
}

.remember-block {
    margin-top: 10px;
    margin-bottom: 20px;
}
.atp-login-form {
    max-width: 50rem;
    margin: 0 auto;
}

.atp-login-form .form-group {
    padding: 0 4rem;
}

.atp-login-form .checkboxs-div p, .atp-login-form .remember-label, .atp-login-form .nl-privacy > label {
    color: #000;
}

.vip-area-authentication {
    min-height: 100vh;
}

.authentication-header h1 {
    font-size: 8rem;
    font-weight: 900;
    color: black;
    margin-top: 0 !important;
    margin-bottom: 6rem;
}

.authentication-header h2 {
    font-size: 4rem;
    font-weight: 900;
    color: black;
    margin-top: 0 !important;
}

.authentication-header h2::after {
    display: none;
}

input.form-control-new {
    width: 100%;
    padding: 0 0.2rem;
    font-size: 1.6rem;
    border: none;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

input.form-control-new::placeholder {
    color: #000000;
}

button.login-button {
    background-color: #000000;
    color: white;
    border: none;
    padding: 0.2rem 2rem;
    font-size: 1.6rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
}

div.button-div {
    text-align: center;
    margin-top: 1rem;
}

div.checkboxes-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.atp-login-form {
    margin-bottom: 6rem;
}

.vip-area-authentication .container {
    padding: 0!important;
}

/**
 *
 * MEDIAQUERY MOBILE
 *
 */
@media screen and (max-width: 600px) {
    .atp-login-form {
        max-width: 100%;
        margin: 0 auto;
        padding: '1rem';
    }

    .atp-login-form .form-group {
        padding: 0;
    }

    .authentication-header h1 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .authentication-header h2 {
        font-size: 2rem;
    }
}