
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-overlay {
    opacity: 1 !important;
}


.auth0-lock.auth0-lock .auth0-lock-overlay {
}

.auth0-lock-input-promotionCode {
    margin-top: 10px;
}

.auth0-lock.auth0-lock {
    font-family: 'Open Sans', sans-serif !important;
}

.auth0-lock-widget {
    -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.23) !important;
    -moz-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.23) !important;
    box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.23) !important;
}

.auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background-color: rgba(255, 255, 255, 0.95);
}

.auth0-lock.auth0-lock .auth0-lock-header-bg, .auth0-lock.auth0-lock .auth0-lock-header, .auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: #d8d8d8;
    height: auto;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    background: white;
    border-radius: 0 !important;
}

.auth0-lock.auth0-lock .auth0-lock-tabs {
    background: transparent;
}

.auth0-lock-header-bg-blur {
    background-image: none !important;
    background: transparent;
}

.auth0-lock.auth0-lock .auth0-lock-header-logo {
    box-shadow: 0 0 40px 4px white;
    height: auto;
    width: 400px;
    margin: 5px;
}

.auth0-lock.auth0-lock .auth0-lock-header-logo {
    box-shadow: 0 0 40px 4px white;
    height: auto;
    width: 400px;
    margin: 5px;
}

.auth0-lock-focused {
    border-bottom-color: #00e461 !important;
}

.auth0-lock.auth0-lock .auth0-lock-header {
    background: whitesmoke !important;
    background-image: none;
    padding-bottom: 4rem !important;
    padding-left: 1px !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: none !important;
}

.auth0-lock-close-button {
    position: absolute;
    top: 0;
    right: 0;

}

.auth0-lock-social-button-text {
    font-size: 9px !important;
}

.auth0-lock-social-button {
    max-width: 215px;
    display: inline-block !important;
    margin: 0.2rem 0.5rem !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    background: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-cred-pane {
    background: none !important;
}


/* Animation */

.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-widget {
    opacity: 1;
    filter: none;
}

.auth0-lock.auth0-lock .auth0-lock-widget {
    border: none;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    background: transparent !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
    background: none !important;
}

.auth0-lock-input-wrap-with-icon {
    background: transparent;
    border-bottom: 1px solid gray !important;
}

.auth0-lock-input-block {
    max-width: 380px;
    margin: 1.5rem auto;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
    color: black;
}

.auth0-lock.auth0-lock .auth0-lock-header-logo {
    box-shadow: none;
}

.auth0-lock-widget {
    width: 500px !important;
    max-width: 100% !important;
}

.auth0-lock.auth0-lock .auth0-lock-close-button, .auth0-lock.auth0-lock .auth0-lock-back-button {
    background: none !important;
    border: none !important;
    height: 30px !important;
    width: 30px !important;

}

.auth0-lock.auth0-lock .auth0-lock-header {
    color: var(--login-font-color) !important;
    font-weight: bolder;
}

.auth0-lock-overlay {
    background: linear-gradient(to bottom right, rgba(76, 154, 150, 0.7) 0%, rgba(171, 197, 211, 0.9) 100%) !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
    font-size: 17px !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg .auth0-lock-header-bg-blur {
    opacity: 0 !important;
}

.auth0-lock-cred-pane-internal-wrapper {
    background: whitesmoke !important;
    border-radius: 5px;
}

.auth0-lock-form {
    background: whitesmoke;
    align-self: center;
}

.auth0-lock.auth0-lock .auth0-lock-content-wrapper {
    background: whitesmoke !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow-x: unset !important;
    overflow-y: unset !important;
}

.auth0-lock.auth0-lock .auth0-lock-error .auth0-lock-input-wrap {
    border-color: red !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-tabs-container {
    margin-bottom: 40px !important;
}

.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current {
    background: #80808024;
}

.auth0-lock.auth0-lock .auth0-lock-close-button, .auth0-lock.auth0-lock .auth0-lock-back-button {
    box-shadow: none !important;
}

.auth0-lock-iphone.auth0-lock .auth0-lock-content {
    padding-top: 0 !important;
}

@media screen and (max-width: 480px) {
    .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-header {
        padding-bottom: 20px !important;
    }

    .auth0-lock-content {
        padding: 0 !important;
    }

    .auth0-lock-name {
        display: none !important;
    }

    .auth0-lock.auth0-lock .auth0-lock-header-logo {
        padding-top: 1rem !important;
    }

    .auth0-lock.auth0-lock .auth0-lock-name {
        font-size: 15px;
    }


    .auth0-lock.auth0-lock .auth0-lock-content-wrapper {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-overflow-scrolling: touch;
    }


    .auth0-lock-social-button {
        display: inline-block !important;
        margin: 10px 0 0;
        width: 150px !important;
    }

    .auth-lock-social-buttons-pane {
        max-width: 400px !important;
    }

    .auth0-lock.auth0-lock .auth0-lock-header-logo {
        width: 100%;
    }

}

.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-body-content {
    background: inherit !important;
}

.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-text {
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.auth0-lock.auth0-lock form input[type="checkbox"] {
    display: inline;
}

.auth0-lock.auth0-lock.auth0-lock-opened-in-frame {
    margin-left: unset;
}

@media (min-width: 481px) {
    .auth0-lock.auth0-lock .auth0-lock-center {
        padding: 0;
    }
}

.auth0-lock.auth0-lock .auth0-lock-header {
    border-radius: 0;
    width: 100%;
}

.auth0-lock.auth0-lock .auth0-lock-submit {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--login-button-color) !important;
}

@media (min-width: 901px) {
    .auth0-lock.auth0-lock .auth0-lock-submit {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .auth0-lock.auth0-lock .auth0-lock-submit {
        margin-bottom: 8rem;
        border-radius: 4rem;
        align-self: center;
        width: 50%;
        padding: 5px;
    }
}

@media (max-width: 500px) {
    .auth0-lock.auth0-lock .auth0-lock-submit {
        border-radius: 0;
    }
}

.auth0-lock.auth0-lock .auth0-lock-widget {
    margin: unset;
}

.auth0-lock.auth0-lock.auth0-lock-opened-in-frame .auth0-lock-widget {
    margin: unset;
}

.auth0-lock-widget-container {
    height: 100%;
}

.auth0-lock.auth0-lock .auth0-lock-header-logo {
    margin-top: 4rem;
}

@media (min-width: 481px) {
    .auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
        min-height: 100%;
        height: 100%;
    }
}

