/* Minification failed. Returning unminified contents.
(79,22): run-time error CSS1039: Token not allowed after unary operator: '-login-bg-color'
 */
/*#region overrides */

html, body {
    height: 100%;
    overflow: hidden;
}

.md-button {
    padding: 0px 15px !important;
}

.recover-content .md-whiteframe-0dp {
    box-shadow: none;
}

.recover-content md-card-content {
    padding-bottom: 0px;
}

.recover-content md-card-actions {
    margin: 0px;
    padding: 0 16px 16px;
}

.recover-content:not(.ll-enterprise) {
    background: url(/Content/images/login-background-v3.svg) no-repeat center bottom;
    background-attachment: fixed;
}

.bot2zap-recover-content .md-whiteframe-0dp {
    box-shadow: none;
}

.bot2zap-recover-content md-card-content {
    padding-bottom: 0px;
}

.bot2zap-recover-content md-card-actions {
    margin: 0px;
    padding: 0 16px 16px;
}

.bot2zap-recover-content:not(.ll-enterprise) {
    background-color: #0019a1;
    background-attachment: fixed;
}

.ll-enterprise-hexagon-wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
}

img.ll-enterprise-hexagon-1, img.ll-enterprise-hexagon-2 {
    position: absolute;
    width: 35vw;
    min-width: 500px;
}

img.ll-enterprise-hexagon-1 {
    top: 0;
    left: 0;
    transform: translate3d(-20%, -30%, 0);
}

img.ll-enterprise-hexagon-2 {
    bottom: 0;
    right: 0;
    transform: translate3d(20%, 30%, 0);
}

.recover-box {
    width: 100vw;
    max-width: 360px;
    border-radius: 4px;
    background: var(--login-bg-color);
    position: relative;
}

.ll-icon {
    width: 100%;
    height: 30px;
    margin: 64px 0 24px 0;
}

    .ll-icon.ll-enterprise {
        height: 42px;
    }

.feedback-card {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}

.feedback-card > md-icon {
    margin: 4px 12px 0px 12px;
}

.feedback-card > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.feedback-card > ul ul {
    padding: 0 0 0 20px;
    margin: 0px;
    list-style-type: disc;
}

span.error {
    color: #6d6d6d !important;
    font-size: 16px !important;
    line-height: 20px;
    text-align: center !important;
}

span.error b {
    color: #de3112 !important;
    line-height: 35px !important;
}

span.success {
    color: #6d6d6d !important;
    font-size: 16px !important;
    line-height: 20px;
    text-align: center !important;
}

span.success b {
    color: #77a74e !important;
    line-height: 35px !important;
}

.md-llEnterprise-theme span.error,
.md-llEnterprise-theme span.success {
    color: rgba(255,255,255, 0.54) !important;
}

span.error .msg-error-enterprise .btn-go-to-login {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    margin: 24px 0;
    background: #ee216e;
    border-radius: 2px;
    padding: 12px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.12);
}

span.error .msg-error-enterprise .btn-learn-more {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    display: none;
}
    
/*#endregion */
/*#region overrides */


.md-button.md-button-fullwidth {
    width: 100%;
    border-radius: 18px;
}

.recaptcha-box {
    margin-top: 24px;
}

/*#endregion */
@media screen and (max-width: 1279px) {
    .recover-content {
        background-size: 200%;
    }
    .bot2zap-recover-content {
        background-size: 200%;
    }
}

@media screen and (max-height: 750px) {
    .recover-content {
        align-items: flex-start !important;
        padding: 24px 0;
    }
    .bot2zap-recover-content {
        align-items: flex-start !important;
        padding: 24px 0;
    }
}

/*#endregion */

/*#region recover card */

/*#endregion */
