﻿.mask-checkbox, form, form ul li {
    position: relative;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.account-holder, .mask-checkbox, .mask-checkbox~label {
    vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    height: 100%}
* {
    box-sizing: border-box;
}
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
body {
    background: url("../images/bg-login.jpg") center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}
.account-holder {
    margin: 0 auto;
    display: table-cell;
    position: relative;
}
.logo-holder, form {
    display: block;
    margin: 0 auto;
}
form {
    position: relative;
    max-width: 450px;
    padding: 30px 40px;
    background-color: rgba(68, 67, 76, 0.5);
}
form h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.logo-wrapper h2 {
    line-height: 45px;
}
.logo-holder {
    background: url(../images/bg-login-logo2.png) center no-repeat;
    /*width: 145px;
    height: 45px;
    margin-bottom: 20px;
    background-size: contain;
    display: inline-block;*/
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    background-size: contain;
    display: block;
}

    .logo-holder ~ p {
        margin-bottom: 10px;
    }

form ul li {
    display: block;
    margin-bottom: 10px;
}
.checkbox {
    float: left;
    width: auto;
    margin-right: 20px;
}
input[type=text], input[type=password], input[type=submit], select {
    outline: 0;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}
input:-webkit-autofill {
    background-color: #fff!important;
}
input[type=text], input[type=password], select {
    border: 1px solid #b9b9b9;
    padding: 5px;
}
.mask-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
}
input[type=checkbox] {
    position: absolute;
    z-index: 10;
    margin: 0;
    background: 0 0;
    opacity: 0;
}
input[type=checkbox]~i.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left;
    width: 14px;
    height: 16px;
    background: url(../images/checkbox.png) center left no-repeat;
}
input[type=checkbox]:checked~i.icon {
    background: url(../images/checkbox-active.png) center left no-repeat;
}
input[type=checkbox]:focus~i.icon {
    background: url(../images/checkbox-focus.png) center left no-repeat;
}
input[type=checkbox]:checked:focus~i.icon {
    background: url(../images/checkbox-checked-focus.png) center left no-repeat;
}
input[type=checkbox]:disabled~i.icon {
    background: url(../images/checkbox-disabled.png) center left no-repeat;
}
input[type=checkbox]:checked:disabled~i.icon {
    background: url(../images/checkbox-checked-disabled.png) center left no-repeat;
}
input[type=submit] {
    margin-top: 10px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #FD803D;
    /*background-color: #e2021a;*/
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #fd6731;
    /*background-color: #c60015;*/
}
.error, .error-box {
    position: absolute;
    background-color: #F04A4A;
    /*background-color: #e2021a;*/
}
.error-box {
    top: calc(100% + 30px);
    top: -moz-calc(100% + 30px);
    left: 20px;
    right: 20px;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}
.error {
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
}
select {
    background: url(../images/icons/dropdown.png) center right 7px no-repeat #fff;
    font-family: 'Open Sans';
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    outline: 0;
    border: 1px solid #c5c5c5;
    padding-right: 20px;
    width: 100%;
    line-height: 16px!important;
    padding-left: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
select option {
    color: #44434c;
}
ul li>label {
    display: block;
    margin-bottom: 5px;
}

form > .languages-swicher {
    position: absolute;
    top: -37px;
    left: 0;
}
.languages-swicher ul > li {
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    margin-right: -4px;
}

.languages-swicher a:hover {
    /*background-color: #c60015;*/
    background-color: #fd6731;
}
.languages-swicher a.active {
    background-color: rgba(68, 67, 76, 0.5);
    text-decoration: none;
    padding: 13px 20px;
    text-decoration: none;
    color: #fff;
}
.languages-swicher a {
    background-color: #FD803D;
    /*background-color: #e2021a;*/
    padding: 13px 20px;
    text-decoration: none;
    color: #fff;
}
.forgot-password {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    display: block;
}
.forgot-password:hover {
    /*color: #c60015;*/
    color: #FD803D;
}

.error-box-in-form {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    background-color: #e2021a;
}
