body,
html {
    height: 100%;
    width: 100%;
    background: #f9f9f9;
}

.warp {
    height: 100%;
    width: 100%;
}

.container {
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.Header {
    height: 90px;
}

.imgs {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: -6px;
}

.title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 7px;
    display: inline;
}

.imgback {
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.mainone {
    background: white;
    width: 100%;
    height: 100%;
    box-shadow: 0px 15px 50px 0px rgba(129, 180, 255, 0.5);
    border-radius: 0 20px 20px 0;
}

.maintwo {
    background: white;
    width: 100%;
    height: 100%;
    box-shadow: 0px 15px 50px 0px rgba(129, 180, 255, 0.5);
    border-radius: 20px;
}

.maintitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(42, 177, 243, 1);
    line-height: 24px;
}

.login-form {
    margin-top: 80px;
}