<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,800,300italic,400italic,600italic);

* { outline: none; }

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family:'Source Sans Pro', Arial, sans-serif;
}

.owl-carousel {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 0;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer .owl-stage, .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}

#info-top {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.5);
}

#info-top ul {
    display: block;
    width: 185px;
    height: 32px;
    margin: 8px auto;
    padding: 0;
}

#info-top ul li {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0;
    padding: 0;
}

#info-top ul li a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

#info-top ul li a.socialfacebook { background: url(../img/facebook_sharing.png) no-repeat 0 0; }
#info-top ul li a.socialtwitter { background: url(../img/twitter_sharing.png) no-repeat 0 0; }
#info-top ul li a.socialgoogleplus { background: url(../img/googleplus_sharing.png) no-repeat 0 0; }
#info-top ul li a.sociallinkedin { background: url(../img/linkedin_sharing.png) no-repeat 0 0; }
#info-top ul li a.socialinstagram { background: url(../img/instagram_sharing.png) no-repeat 0 0; }
#info-top ul li a.socialyoutube { background: url(../img/youtube_sharing.png) no-repeat 0 0; }

#login-box {
    display: block;
    position: absolute;
    width: 360px;
    margin: auto;
    top: 15%; left: 0; right: 0;
    box-sizing: border-box;
    animation-duration: 0.7s;
    z-index: 5;
}

#login-box-header {
    display: block;
    clear: both;
    position: relative;
    width: 200px;
    height: 65px;
    margin: 0 auto;
    z-index: 20;
}

#login-box-header:after {
    display: block;
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    top: 63px;
}

#login-box-header #logo-title {
    display: block;
    float: right;
    width: 100%;
    height: 65px;
    background: #ffffff url(../img/logo_jeenius.png) no-repeat 50% center / 60%;
    text-align: center;
    color: #0185d7;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    border: 0;
    border-radius: 60px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
}

#login-box-content {
    display: block;
    position: relative;
    width: 360px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 20px 10px 20px;
    margin-top: -30px;
    border: 0;
    border-radius: 10px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.45);
}

#login-box-content:after {
    display: table;
    clear: both;
    content: " ";
}

#login-box-content .msg_login {
    display: block;
    clear: both;
    color: #fff;
    border-radius: 3px;
    margin: 20px 0 20px 0;
    padding: 15px 30px 15px 15px;
    box-sizing: border-box;
}

#login-box-content .msg_login p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#login-box-content .msg_login.info {
    background-color: #00c0ef;
    border-left: 5px solid #0097bc;
}

#login-box-content .msg_login.warning {
    background-color: #f39c12;
    border-left: 5px solid #c87f0a;
}

#login-box-content .msg_login.error {
    background-color: #dd4b39;
    border-left: 5px solid #b33020;
}

#login-box-content .msg_login.success {
    background-color: #1abc9c;
    border-left: 5px solid #138a73;
}

#login-box-content .form-group {
    position: relative;
    margin-bottom: 15px;
}

#login-box-content .form-group input {
    display: block;
    width: 320px;
    height: 40px;
    clear: both;
    color: #555;
    font-size: 14px;
    padding: 6px 12px;
    padding-right: 42.5px;
    text-indent: 6px;
    background-color: #ffffff;
    outline: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    -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;
    box-sizing: border-box;
}

#login-box-content .form-group input:focus {
    border-color: #3c8dbc !important;
    box-shadow: none;
}

#login-box-content .form-group i {
    position: absolute;
    color: #777;
}

#login-box-content .button {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    box-sizing: border-box;
    background-color: #00b3ea;
    color: #ffffff;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    border: 0;
    border-radius: 3px;
}

#login-box-content .button:hover {
    background-color: #009ccc;
}

#login-box-content .reset_pwd_link, #login-box-content .reset_pwd_link:link, #login-box-content .reset_pwd_link:visited  {
    display: block;
    color: #00b3ea;
    text-decoration: none;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    margin: 10px 0 0 0;
}

#login-box-content .reset_pwd_link:hover {
    text-decoration: underline;
}

#login-box-content .form-group.antispam:after {
    display: table;
    clear: both;
    content: "";
    width: 100%;
    height: 1px;
}

#login-box-content .form-group.antispam input {
    width: 50%;
    float: left;
}

#login-box-content .form-group.antispam img {
    display: block;
    float: right;
    border-radius: 3px;
    overflow: hidden;
}</pre></body></html>