.login{
    width: 950px;
    height: 550px;
    background: #EEEEEE;
    margin: 90px auto 110px;
    border-radius: 10px;
}
.login .left{
    width: 610px;
    height: 550px;
    background: url("../images/login_left.png");
    color: #fff;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.login .left h3{
    font-size: 41px;
    margin-top: 354px;
    margin-left: 78px;
    margin-bottom: 22px;
    display: inline-block;
}
.login .left p{
    margin-left: 78px;
    line-height: 24px;
    /*margin-bottom: 12px;*/
    font-size: 18px;
}
.login .right{
    width: 340px;
    height: 100%;
    background: #f1f1ff;
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.login .right .img{
    float: right;
    margin-top: 20px;
    margin-right: 18px;
    display: inline-block;
}
.login .right form{
    margin-top: 110px;
    margin-left: 50px;
    height: 316px;
    width: 248px;
    margin-bottom: 52px;
    position: relative;
}
.login .right h3{
    font-size: 24px;
    color: #3838aa;
    margin-bottom: 22px;
}
.login .right input{
    width: 194px;
    height: 40px;
    border: none;
    color: #333333;
}
.login .right .img2{
    position: absolute;
    right: 14px;
    top: 122px;
}
.login .right .text{
    background-image: url("../images/email.png");
}
.login .right .password{
    background-image: url("../images/password.png");
}
.login .right .forgot{
    font-size: 12px;
    color: rgba(255,170,68,0.8);
    float: right;
    cursor: pointer;
}
.login .right button{
    width: 246px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-top: 45px;
    margin-bottom: 22px;
    background: #3838aa;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}
.login .right .sign{
    text-align: center;
    font-size: 14px;
    color: rgba(51,51,51,0.8);
    line-height: 12px;
}
.login .right .sign span{
    cursor: pointer;
}
.login .right .textP{
    margin-left: 30px;
    line-height: 13px;
    margin-bottom: 7px;
    color: #999999;
}
.login .right .textP a{
    line-height: 13px;
    color: #333333;
    text-decoration: underline;
}
