div.login {
    width: 240px;
    height: 300px;
    float: right;
    background: #fff;
    border-radius: 10px;
    margin: 0;
    padding: 50px 40px;
    position: absolute;
    bottom:20%;
    right:27%;
    margin-right: -180px;
    z-index: 1;
}
.login p {
    border-radius: 8px;
    background: #f4f8f8;
    width: 230px;
    height: 54px;
    margin-bottom: 25px;
}

.login p input {
    display: inline-block;
    width: 120px;
    height: 18px;
    line-height: 18px;
    border: 0;
    float: left;
    margin-top: 18px;
    background: transparent;
    outline: none;
}
.login a.wjmm {
    display: inline-block;
    color: #20b573;
    text-align: right;
    width: 40%;
}


.login a.login {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #20b573;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}
