body{
    font-size: 14px;
    background: #fafafa url(../img/body-bg.png) no-repeat;
}
.login-box{
    border: 1px solid #efefef;
    border-radius: 1px;
    padding: 4rem 2rem;
    background: #fff;
    margin-top: 5%;
}
.login-logo{
    background: #fff url(../img/logo.png) no-repeat center;
    background-size: contain;
    height: 100px;
    margin: 0 auto;
    padding: 5rem;
    width: 150px;
    height: 100px;
}
.captcha{
    font-size: 25px;
    color: #e82424;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
#auth{
    background: #fff url(../img/body-bg.png) no-repeat;
    padding: 30px 20px;
    margin: 30px auto;
    border: 1px solid #efefef;
    min-height: 700px;
}
#auth .logo{
    background: #fff url(../img/logo.png) no-repeat center;
    background-size: contain;
    height: 100px;
    margin: 0 auto 30px auto;
    padding: 5rem;
    width: 150px;
    height: 100px;
}
#auth .msg{
    font-size: 1.2em;
    font-weight: bold;
    color: #009983;
    text-transform: uppercase;
}
#auth .login{
    margin-top: 0px;
}