<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'Roboto Light', 'robotolight', sans-serif;
}

#maintenance {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border: 3px solid #475d7b;
    border-radius: 10px;
    margin-top: 75px;
    margin-bottom:75px;
    background: #fefefe;
}

#headline{
    background:transparent !important;
}


#maintenance img {
    max-width: 75%;
}

h1 {
    margin-top: 35px;
    font-size: 2em;
}

.or {
    text-align: center;
    margin: 0 auto 1.5em;
    width: 100%;
    background: url(../images/lineGrey.png) 0 50% repeat-x;
}

.or span {
    background: #acbbc3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.loginOptions {
    text-align: center;
    padding-bottom: 2em;
    padding-top: 1em;
}

#login {
    position:relative;
}

.form-group {
    margin-bottom: 15px
}

.form-group a img {
    padding-top: 15px;
}

.userForm .control-label {
    display: none;
}

.input-group {
    position: relative;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    padding:6px 0px 6px 3px;
    margin-bottom: 0;
}

.form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border: 1px solid #475d7b;
    outline: none;
}

.input-group:hover .form-control {
    border-color:#475d7b;
}

.userLogin .forgotPassword,
.userLogin .registerNow {
    float: right;
    margin-top: 7px;
}

.userLogin .registerNow {
    margin-right: 15px;
}

a {
    font-size: 14px;
    color: #475d7b;
    text-decoration: none;
}

a:visited {
    color: #475d7b;
}

.buttonpane, .modal .modal-dialog .modal-body .buttonpane {
    float: none;
    margin-top: 1.5em;
}

.btn-primary,
.btn-primary:visited {
    color: #fff;
    text-shadow: 0 -1px 0 #324362;
    background: #475d7b;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #475d7b;
}

.btn:focus {
    outline: none;
}

.samlAuth,
.facebookConnect,
.openID {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding-bottom: 1em;
}

.btn-facebook,
.btn-facebook:visited {
    color: #fff;
    text-shadow: 0 -1px 0 #3d4e7e;
    border: 1px solid #3d4e7e;
    background: #4e69a2;
}

.btn-facebook:hover {
    color: #fff;
    border: 1px solid #3d4e7e;
    background: #3b5998;
}

.btn-openID,
.btn-openID:visited {
    color: #fff;
    text-shadow: 0 -1px 0 #d07609;
    border: 1px solid #ea8509;
    background: #f7931e;;
}

.btn-openID:hover {
    border: 1px solid #d07609;
    background: #ea8509;
}

.btn-openID:focus {
    color: #fff;
}

#alerts {
    display: block;
    z-index: 10;
    padding: 10px 0 0 0;
}

/********** User registration password strength *********/
.userRegistration #password-strength-holder,
#password #password-strength-holder{
    width:100px;
    height:8px;
    margin-left:35px;
    margin-top:5px;
    background-color: #d1e0e0;
}

#password #password-strength-holder{
    margin-left:5px;
}

.userRegistration #password-strength-holder span,
#password #password-strength-holder span {
    width:0%;
    height:8px;
}

#vimpFooterWrapper {
    text-align: center;
}

#vimpFooter {
    background: none;
}
</pre></body></html>