<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #333;
    font-family: "Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.content-wrap {
    padding: 8% 0 0;
    width: 352px;
    margin: auto;
}
.content-wrap .logo-img {
    text-align: center;
	margin-bottom:12px;
}
.content-wrap .login-form {
    border: 1px solid #ccc;
    background-color: #fff;
}
.content-wrap .login-form .form-head {
    background-color: #f56114;
    background-image: linear-gradient(to bottom, #f56114, #fd9932);
    border: 1px solid #f56114;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    letter-spacing: .6px;
}
.content-wrap .login-form .form-content {
    text-align: center;
    padding: 20px;
}
.content-wrap .login-form .form-content .field {
    margin-bottom: 20px;
}
.content-wrap .login-form .form-content .field div.input-field input {
    height: 34px;
    width: 308px;
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #fbfbfb;
    background-position: 7px;
    background-repeat: no-repeat;
    text-indent: 34px;
}
.content-wrap .login-form .form-content .username.field div.input-field input {
    background-image: url("/images/email-icon.png");
}
.content-wrap .login-form .form-content .password.field div.input-field input {
    background-image: url("/images/lock-icon.png");
}
.content-wrap .login-form .form-content .submit-but button {
    background-color: #f56114;
    background: linear-gradient(to bottom, #fd9932, #f56114);
    border: 1px solid #f56114;
    color: #ffffff;
    height: 36px;
    padding-bottom: 2px;
    width: 100%;
    cursor: pointer;
}
.content-wrap .login-form .form-content .submit-but button:hover {
    background: linear-gradient(to bottom, #f56114, #fd9932);
}
.content-wrap .error {
    background-color: #f3e1e1;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
    display: none;
}
.content-wrap .login-form .form-content .other-links {
    margin-top: 15px;
}
.content-wrap .go-back span.back-arrow {
    position: relative;
    top: 4px;
}
a {
    color: #16a9cd;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}</pre></body></html>