
#main{
    height:100%;
}
.main{
    height:calc(100% - 328px);
    min-height:600px;
    background: #dddedd url(../img/login/loginBg.png) 0 36px no-repeat;
}
.main .container{
    height:100%;
}

.resetPwdModule{
    width:580px;
    background:#164288;
    border-radius:10px;
    min-height:60px;
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    padding:60px 48px 48px;
    color:#fff;
}


.inputGroup{
    margin-bottom:20px;

}

.inputIntro{
    width:80px;
    margin-right:20px;
    text-align: right;
}
.inputContent{
    flex: 1;
}





#draggable {
    width: 80px;
    height:50px;
    background:#fff;
    color:#000;
    font-size: 27px;
    text-align: center;
}

.check{
    width:18px;
    height:18px;
    outline: none;
    position: relative;
    top:4px;
    margin-right:6px;
}


.form .c-loginBtn{
    width:100%;
}
.otherForm{
    margin-top:10px;
}

