.main-warp {
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    /*background: #fff url(../images/loginback.png) no-repeat;*/
    background-size: cover;
    font-family: 微软雅黑, Verdana, 宋体, "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    box-sizing: border-box;
    display: block;
}



.formDiv{
    display: block;
}

h1.h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}


.input-warp {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 7px 0;
    font-family: "微软雅黑","Verdana","宋体","Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
}


@media (min-width: 1025px){

}

#loginForm {
    display: block;
    margin-top: 0em;
}

.btn.bluee, .btn.bluee:ACTIVE {
    background-color: #649efd;
    color: #fff;
    border: 1px solid #649efd;
}

.lgbtn {
    line-height: 26px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-warp .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}