.login-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.login-form__input-password {
    margin-bottom: 0;
}

.login-form__password-settings {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.login-form__checkbox {
    width: 50%;
}

    .login-form__checkbox span {
        text-align: left;
        color: inherit;
    }

@media (min-width: 768px) {
    .login-form__checkbox span {
        font-size: 12px;
        color: #fff;
    }
}

.login-form__password-link {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.login-form__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .login-form__buttons {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.login-form__button {
    width: 47.5%;
    margin-bottom: 0;
}


/**** LOGIN FORM BLOCK ****/
.login-form-block {
    position: relative;
    height: 100%;
    padding: 20px;
    background-color: #000;
}



    .login-form-block * {
        box-sizing: border-box;
    }

.login-form-block__form {
    text-align: center;
    padding: 70px;
}

.entry-item.custom-input .error.itemLevel {
    height: 0;
    opacity: 0;
}


.login-form-block__logo {
    margin: 0 auto;
    zoom: 1.2;
}

.login-form-block__title {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
    font-weight: 100;
}

@media (max-width: 768px) {
    body {
        overflow: hidden;
    }

    .mobile-widex {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-login {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mobile-padding {
        padding: 15px;
    }

    .mobile-btn {
        flex-direction: row !important;
    }

    /* .mobile-btn .button { */
    /* margin-right: 10px; */
    /* height: 48px; */
    /* } */

    .login-form-block__title {
        font-size: 22px;
        line-height: 22px;
    }
}

.login-form-social-account__title {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
    text-align: center;
}

.claims-provider-list-buttons.social {
    display: none;
}

.login-form-social-account__button {
    padding: 5px 10px;
    margin: 5px;
    width: 20em;
}
