.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
     background:url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login .logo{
    display: block;
    width: 60%;
    margin: 0 auto 40px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 0;
    /*padding: 18px 0px 18px 0px;*/
    background: #bd2c00;
    position: relative;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    background-size: 420px 100px;
}
.login hr {
    background: #fff;
    /*background: #fff url(../images/aiwrap.png) 0 0 no-repeat;*/
}
.login hr.hr15 {
    height: 15px;
    border-style: none none none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border-style: none none none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-text {
    text-align: center;
    color: gray;
    font-size: 14px;
    margin: 30px auto;
}
.login-reg {
    margin: 40px auto 0 auto;
}