
#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%;
}

.loginModule{
    width:500px;
    background:#164288;
    border-radius:10px;
    min-height:60px;
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    padding:24px 48px 48px;
    color:#fff;
}
.loginTitle {
    text-align: center;
    font-size:28px;
    margin-bottom:30px;
}

/*.inputGroup input.basicInput{*/
    /*display: block;*/
    /*width:100%;*/
    /*outline: none;*/
    /*border:1px solid #eee;*/
    /*border-radius: 6px;*/
    /*height:50px;*/
    /*line-height:50px;*/
    /*background:rgba(238,238,238,.2);*/
    /*color:#fff;*/
    /*padding: 0 10px;*/
/*}*/
/*.inputGroup input.basicInput::-webkit-input-placeholder{*/
    /*color: #c6c6c6;*/
/*}*/

.inputGroup{
    margin-bottom:20px;
}

/*.slideNextPageContent{*/
    /*background:#eee;*/
    /*height:50px;*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*position: relative;*/
/*}*/
/*#slide {*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*z-index: 4;*/
/*}*/
/*.slideNextPage {*/
    /*width: 100%;*/
    /*float: left;*/
    /*height:100%;*/
    /*line-height:50px;*/
    /*text-align: center;*/
    /*color:#ddd;*/
    /*padding-left:80px;*/
/*}*/
/*.ui-widget-content {*/
    /*border: 1px solid #dddddd;*/
    /*background: #ffffff;*/
    /*color: #333333;*/

/*}*/

#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;
}








