@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700&subset=cyrillic');

html, body {
    min-height: 100%;
}

*{
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2c2c !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.login-form-wrap{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-200px;
    margin-top:-160px;
    width:400px;
    height:320px;
}
.login-form-wrap .service-banner-outer{
    display:none;
}
.login-form-wrap.show-service-banner{
    height: 512px;
    margin-top:-256px;
}
.login-form-wrap.show-service-banner .service-banner-outer{
    display: block;
}
#form-in {
    height:320px;
    font-size:0;
    background-color:rgba(25, 14, 1, 0.75);
    border-radius: 4px!important;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
}
#form-in input[type=text], input[type=password] {
    text-align:left;
    font-size: 16px;
    line-height: 1.2em;
    color: #CBCACA;
    background-color: #2d2d2d;
    width: 100%;
    border-radius: 0px;
    padding: 8px 10px;
    border: 1px solid #1f1f1f;
    outline:0px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
}

#form-in input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #919191;
    box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.35);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2d2d2d inset !important;
    -webkit-text-fill-color: #CBCACA !important;
}

.row2 {
    font-size:13px;
    line-height: 13px;
    margin-top:20px;
    position: relative;
}

.row2 input + i {
    display: block;
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 19px;
    width: 20px;
    height: 20px;
    z-index: 10;
    color: #768181;
    text-align: right;
    text-shadow: 1px 0 3px rgba(0,0,0, .5);
}
.row2 input:focus + i {
    color: #cbcaca;
}

#logo {
    display:block;
    width: 350px;
    padding: 30px 20px 10px;
    color: white;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 700;
    opacity: .85;
}
#enter {
    font-size: 16px;
    line-height: 38px;
    border-radius: 4px;
    color: #FFF;
    width: 100%;
    background-color: #6fa923;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
    height: 38px;
    border: 0;
}
#enter:hover{
    background-color: #77a33e;
}
#enter:active{
    background-color: #568814;
}
label[for="newdesign"] {
    font-size: 13px;
    color:#cbcaca;
    padding-left: 10px;
}
.demo {
    font-size: 14px;
    line-height:14px;
    color:#cbcaca;
    padding: 10px 20px;
    text-decoration:underline;
    padding-right: 0px;
}
#new-design{
    width: 210px;
    float: left;
    height: 22px;
    padding-top: 6px;
}
#new-design.hidden{
    overflow: hidden;
    padding-top: 0px;
    height: 0px;
}
.demo-login{
    cursor:pointer;
    display: inline-block;
    background-color: #3194c0;
    color: #d2e0e8;
    font-size: 13px;
    height:28px;
    line-height: 28px;
    padding: 0px 10px;
    border-radius: 3px;
    float: right;
}
.demo-login:hover{
    background-color: #618b9e;
}
.demo-login:active{
    background-color: #96dac5;
}
.login-error{
    display: none;
}
.ui-dialog .ui-dialog-buttonpane button, .buttons-fss>button, .exclusionButton {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    line-height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-width: 80px;
    font-weight: normal;
    background-image: none;
    padding: 0px !important;
}
label[for=newdesign]{
    text-indent: 5px;
    cursor: pointer;
}
#new-design input{
    position: relative;
    top: 2px;
    margin: 2px 2px;
}
input.customCB{
    display:none;
}
span.customCB, #mobile-app>a, #languageSelect span:after, #languageSelect span:before{
    background-image: url('images/sprite-icon.png');
}
span.customCB{
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: -42px -78px;
}
input.customCB:checked + span.customCB{
    background-position: -58px -78px;
}
#developed-by, #support-phone, #support-email {
    display: block;
    background-color: rgba(25,14,1,0.75);
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size:13px;
    line-height: 28px;
    padding: 0px 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#support-phone{
    bottom: auto;
    top: 20px;
    cursor: default;
}

#support-email {
    bottom: auto;
    top: 20px;
    left: auto;
    right: 20px;
    cursor: default;
}
/* To bar notifications */
.ns-box{
    position: absolute;
    width:100%;
    top:0px;
    background-color: rgba(60, 110, 182, 0.69);
}
.ns-box a{
    display:block;
    height: 40px;
    line-height: 40px;
    color: rgba(250, 251, 255, 0.95);
    text-align:center;
    text-decoration:none;
    font-size: 1.2em;
    line-height: 40px;
}

.forgot { text-align: right; padding-top: 10px; font-size: 14px; text-shadow: 1px 1px 1px rgba(0,0,0,.2) }
.forgot a {
    color: #768181;
    text-decoration: none;
}
.forgot a:hover, .forgot a:active {
    color: #d2e0e8;
}

.has-error input {
    border: 1px solid #c10020 !important;
}

