/* Minification failed. Returning unminified contents.
(75,22): run-time error CSS1039: Token not allowed after unary operator: '-login-bg-color'
(116,17): run-time error CSS1039: Token not allowed after unary operator: '-login-text-color'
 */
/*#region overrides */

html, body {
    height: 100%;
    overflow: hidden;
}

.md-button {
    padding: 0px 15px !important;
}

.checkmark {
    margin: 8% auto 1% auto !important;
}

.login-content .md-whiteframe-0dp {
    box-shadow: none;
}

.login-content md-card-content {
    padding-bottom: 0px;
}

.login-content md-card-actions {
    margin: auto 0 0;
    padding: 0 16px 16px;
}

/*#endregion */
/*#region general */

.login-content:not(.ll-enterprise) {
    background: url(/Content/images/login-background-v3.svg) no-repeat center bottom;
    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);
}

.login-wrapper {
    width: 1280px;
    max-width: 90vw;
}

.login-box {
    position: relative;
    z-index: 2;
    width: 100vw;
    max-width: 360px;
    min-height: 550px;
    border-radius: 4px;
    background: var(--login-bg-color);
}

.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;
}

.login-card md-input-container {
    margin-bottom: 0;
}

.recover-password-link {
    color: var(--login-text-color);
    margin-bottom: 16px;
}

.keep-me-connected {
    padding: 24px 0;
}

.not-registered .md-button {
    width: 100%;
    border-radius: 18px;
}

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;
    }

.search-status {
    position: absolute;
    right: 3px;
    top: 4px;
}

/*#endregion */
/*#region card */


.md-button.md-button-fullwidth {
    width: 100%;
    border-radius: 18px;
}


/*#endregion */

@media screen and (max-width: 1279px) {
    .login-content {
        background-size: 200%;
    }
    

 }

@media screen and (max-width: 599px) {
    .login-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-height: 750px) {
    .login-content {
        align-items: flex-start !important;
        padding: 24px 0;
    }
}


.login-message {
    height: 70vh;
    min-height: 400px;
    max-height: 500px;
    width: 100%;
    max-width: calc(100vw - 360px - 96px);
    border-radius: 0px 4px 4px 0px;
    padding: 36px;
    background: #FFF url("/Content/images/background-message.svg") no-repeat right bottom;
    overflow: hidden;
}

.login-message .message-text {
    min-width: 50%;   
}

.login-message .message-text .message-text--title {
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "Montserrat", Roboto, Aria;
    font-weight: bold;
    color: rgba(0,0,0, .87);
}

.message-text--list {
    list-style-type: circle;
    color: rgba(0,0,0, .6);
    padding: 0px 0px 0px 24px;
}

.message-text--list li {
    margin-bottom: 12px;
}

.login-message .message-img {
    padding-top: 12%;
    position: relative;
}

@media screen and (max-width: 1279px) {
    .login-message {
        display: none;
    }
}
