body, html{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto Light';
    position: fixed;
    background-color: #333b46;
    background-image: url('/img/login.png');
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: center center;
}

input, textarea, select{
    outline: none;
    font-family: 'Roboto Light';
    color: #333b46 !important;
}

input:invalid, input:required, textarea:invalid, textarea:required, input:-webkit-autofill, textarea:-webkit-autofill {
    -moz-box-shadow: none;
    box-shadow:none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #bbb !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
   color: #bbb !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
   color: #bbb !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: #bbb !important;
}

.message{
    width: 290px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    float: left;
    top: 0px;
    position: relative;
    display: none;
}

.message > .error-msg{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: relative;
    left: 0px;
    color: #fff;
    text-align: center;
    background-color: #dd74f6;
/*    background-image: url('/img/new/decline.png');
    background-position: 10px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;*/
}

.message > .success-msg{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: relative;
    left: 0px;
    color: #fff;
    text-align: center;
    background: #44da84;
/*    background-image: url('/img/new/accept.png');
    background-position: 10px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;*/
}

.loginBox{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 3;
}

.loginBox > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loginBox > div > div{
    width: 440px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -220px;
    padding: 0px;
    height: 160px;
}

.loginBox .loginDiv{
    float: left;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    position: relative;
    margin-left: 10px;
    width: 290px;
}

.personDiv{
    width: 140px;
    float: left;
    height: 140px;
}

.personDiv > img{
    float: left;
    height: 140px;
    width: 100%;
}

.personButton{
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 8px;
    width: auto;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    font-size: 14px;
}

.personButton:hover{
    color: #44da84;
}

.loginBox input{
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 270px;
    height: 40px;
    border: 0px;
    margin-bottom: 10px;
    outline: none;
    border: 0px;
}

.loginBox .button{
    height: 40px;
    background: #44da84;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 

.loginBox .button:hover{
    background: #3b8a65;
    color: #fff;
}

.langIco{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    z-index: 9;
    float: right;
    margin-right: 30px;
    margin-top: 35px;
    position: relative;
    z-index: 5;
    font-weight: lighter;
}

.langIco:hover{
    font-weight: bold;
}

.langIcoActive{
    font-weight: bold;
}

.loaderSmall{
    position: absolute;
    top: 11px;
    right: 11px;
    margin-top: 0px !important;
    display: none;
}

.logoLogin{
    left: 45px; 
    top: 45px; 
    position: absolute; 
    z-index: 4;
    height: 52px;
}

.clientLogo{
    left: 270px;
    position: absolute;
    z-index: 4;
}