<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-form-wrapper {
    min-height: 99px;
}

.loginbox {
    height: 240px;
}

.loginbox .login-header {
    background: #f5f5f5;
    margin-top: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.validation-errors {
    color: #da4f49;
    font-size: 12px;
}

.login-controls &gt; .input-prepend,
.login-form-input {
    margin-bottom: 0;
}

.loginbox.with-password-recovery .form-actions {
    margin-top: 0;
}

.tenant-input {
    height: 30px !important;
}

.max-height {
    height: 90px;
}

.with-password-recovery .max-height {
    height: 110px;
}
.login-control-groups {
    height: 100px;
}
.login-control-groups.wo-login {
    height: 100px;
}

.login-control-groups.w-pwd-reset {
    height: 120px;
}
.login-control-groups.wo-login.w-pwd-reset {
    height: 120px;
}

@media only screen and (hover: none) and (pointer: coarse) {
    body {
        background: #f3f3f4;
    }

    #pageContentId {
        margin: auto;
        height: 100%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    .loginbox {
        box-shadow: none;
        background: inherit;
    }

    .loginbox .login-header {
        background: inherit;
        border: none;
        font-size: 16px;
        color: #676a6c;
    }

    .login-form-wrapper {
        min-height: unset;
    }

    .control-group {
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .input-prepend .add-on {
        display: none;
    }

    input[type='text'] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #e5e6e7;
        border-radius: 1px;
        color: inherit;
        display: block;
        padding: 18px 18px;
        width: 100%;
        font-size: 14px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        box-sizing: border-box;
    }
}

</pre></body></html>