@import url(axigen-web-fonts.css);body,html {
    height: 100%
}

body {
    background: #edf1f2 url(https://webmail.rosilva.ro/images/standard/login-bg.png) no-repeat bottom;
    overflow-x: hidden
}

* {
    color: #51514f
}

*,a {
    font-family: Source Sans Pro,sans-serif;
    font-size: 13px;
    font-weight: 400
}

a {
    color: #4c8ea6;
    text-decoration: none
}

.logo {
    height: 30px;
    margin: -50px 0 30px;
    position: relative
}

.logo:before {
    background: #dadee0;
    content: "";
    height: 4px;
    position: absolute;
    top: 12px;
    width: 100%
}

.logo:after {
    background: #edf1f2;
    content: "";
    height: 100%;
    width: 220px;
    z-index: 1
}

.logo img,.logo:after {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0
}

.logo img {
    max-height: 30px;
    z-index: 2
}

.login_container {
    margin: 18px auto;
    width: 100%
}

.logo_rotate {
    margin-top: -225px;
    position: absolute;
    top: 50%;
    width: 100%
}

.login_main_container {
    background: #fff;
    border-bottom: 2px solid #e4e9eb;
    border-radius: 3px;
    border-top: 1px solid #e4e9eb;
    width: 100%
}

.login_title {
    height: 46px;
    overflow: hidden;
    padding: 22px 0;
    text-align: center
}

.login_title .title {
    color: #000;
    font-family: Titillium Web,sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 46px
}

.login_main_form {
    margin: 0 auto;
    text-align: center;
    width: 406px
}

.field_row {
    display: inline-block;
    height: 42px;
    margin-bottom: 18px;
    position: relative
}

.field_row label {
    background: #fff;
    color: #757e80;
    display: table;
    font-size: 12px;
    left: 10px;
    padding: 0 7px;
    position: absolute;
    text-transform: uppercase;
    top: -8px
}

label.inner {
    display: inline-block;
    height: 20px;
    left: -20px;
    margin: 0 auto;
    right: 25px;
    top: 13px;
    width: 20px
}

.last_row {
    display: inline-block;
    height: 30px;
    margin: 5px 0 10px
}

.last_row label {
    color: #51514f;
    margin-left: 4px;
    position: relative;
    top: 7px
}

.submit {
    background: #4c8ea6;
    border: 0;
    border-radius: 23px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    margin: 10px auto 30px;
    min-width: 200px;
    outline: none;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out
}

.submit:hover {
    opacity: .8
}

input,select {
    border: 1px solid #ccc
}

input[type=password],input[type=text] {
    border-radius: 3px;
    color: #51514f;
    max-height: 17px;
    padding: 19px 15px
}

input[type=password]:focus,input[type=text]:focus {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(76,142,166,.7);
    box-shadow: none;
    color: #4c8ea6;
    outline: none
}

input[type=text]#token {
    font-size: 18px;
    text-align: center
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(https://webmail.rosilva.ro/images/standard/select.svg) right 10px center no-repeat;
    background-size: 16px;
    border-radius: 3px;
    padding: 12px 15px
}

select#domainname {
    width: 153px;
    text-align: center;
}

input.checkbox {
    border: 0;
    float: left;
    height: 0;
    margin-top: 1px;
    opacity: 0;
    position: relative;
    top: 8px;
    width: 0
}

input.checkbox+label:before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    height: 13px;
    left: -18px;
    position: absolute;
    top: 2px;
    width: 13px
}

input.checkbox:checked+label:before {
    background: #4c8ea6 url(https://webmail.rosilva.ro/images/standard/checkbox.svg) 50% no-repeat;
    background-size: 11px;
    border: 1px solid #4c8ea6
}

input[type=password]:focus+label,input[type=text]:focus+label,select:focus {
    color: #4c8ea6
}

select:focus {
    border: 1px solid rgba(76,142,166,.7);
    outline: none
}

.hr {
    background: url(https://webmail.rosilva.ro/images/standard/login_hr.gif) no-repeat bottom;
    clear: both;
    height: 12px
}

.links_container {
    line-height: 12px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center
}

.ajax_link,.secure_link {
    padding: 0 0 15px
}

.ajax_link:last-child:not(:first-child) {
    padding-top: 10px
}

.login_bottom {
    clear: both;
    margin-top: 31px
}

.error {
    color: #ef7b15
}

#error_msg {
    color: #dc6060;
    padding-bottom: 7px
}

#error_msg,.copyright-note {
    text-align: center;
    width: 100%
}

.copyright-note {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: fixed
}

.copyright-note p {
    color: #757e80;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    max-width: 500px
}

.copyright-note .powered-by {
    border-bottom: 1px solid hsla(0,0%,40%,.2);
    padding-bottom: 5px
}

.copyright-note .copyright {
    line-height: 18px;
    padding-bottom: 20px;
    padding-top: 5px
}

@media (max-height: 1000px) {
    .copyright-note {
        display:none
    }
}
