@charset "utf-8";
html,body{
    width: 100%;height: 100%;
    /* font-family: 'DIN-Regular'; */
    font-weight: normal;
    background: #e5e7dc;
}
body{
    border-top: 9px solid #30325b;
}

.loginLogo{background: #000 url('../images/logo.small.png') center center no-repeat;/* background-size:contain; */}

.loginWrap{ width: 490px; margin: 0 auto;background: #fff;height: 100%;  padding-top: 96px }
.loginBox{ width: 280px; margin: 0 auto}
.loginLogo{ width: 100%; height: 85px; display: block; }
.loginBox form{
    background: #e0e0e0;
    padding:  12px 16px 16px;
}
.loginBox form input[type="text"] ,
.loginBox form input[type="password"] {
    background: #fff;
    line-height: 43px;
    height: 43px;
    border: none;
    width: 100%;
}

.loginBox form input[type="submit"]{
    border: none;
    width: 100%;
}



.loginBox form input::-webkit-input-placeholder,
.loginBox form input:-moz-placeholder,
.loginBox form input::-moz-placeholder,
.loginBox form input:-ms-input-placeholder,
.loginBox form input:placeholder {
    color: #666;
    text-transform: capitalize;
}


.loginBox form .smith-btn{
    background: #30325b;
    color: #fff;
    border-radius: 0;
    line-height: 43px;
    height: 43px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.login-links{
    display: block;
    text-align: center;
    padding:  10px 0 0 ;
    line-height: 18px;
}
.login-links a{
    text-decoration: none;
    color: #30325b;
    font-size: 12px;
}
.loginGoogleBox{  height: auto; border-top: 1px solid #fff; padding-top: 10px; }
.loginGoogleBox div{width: 100%; height: 56px; background: #fff;}
.login-links a{text-decoration: none;}
.loginWrap .input-line{ padding:  0 0 11px; }
.loginBox .error{
    display: block;
    padding: 2px  0 0 10px;
}

.input-line { padding: 10px 0; position: relative;
}
.input-line .inner-label { display: none; position:absolute; margin-left:10px; height: 30px; line-height: 30px; }
.input-line input[type="text"], .input-line input[type="password"] { background: #CCCCCC; border: medium none; color: #999999; height: 28px; padding-left: 10px; width: 100%; /*box-*/-webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;/*sizing*/ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #989898;
}
.error { color: #973137; }

@media screen and (max-width:767px) {
    .loginWrap{ width: 100%; padding:40px 10px 0;}
    .loginBox{width: 100%;}
}

