.register{
    /*display: none;*/
    margin-top: 0;
}
.rmain{
    width: 100%;
    height: 600px;
    background-image: url("/static/medical/images/loginbg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}
.right-form{
    width: 500px;
    height: 475px;
    float: right;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 60px;
    border-radius: 5px;
    padding-right: 35px;
    position: relative;
}
.right-form .login-code{
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
}
.right-form .menunav{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 25px;
}
.right-form .menunav a,.right-form .menunav span{
    line-height: 60px;
    font-size: 20px;
    border-right: 2px solid #999999;
    padding-right: 50px;
    cursor: pointer;
}
.right-form .menunav a.active,.right-form .menunav span.active{
    color: #ff2222;
}
.right-form .menunav a:last-child,.right-form .menunav span:last-child{
    margin-left: 60px;
    border-right: 0;
    padding-right: 0;
}
.right-form .el-form-item__label{
    font-weight: bold;
}
.right-form .el-form-item {
    margin-bottom: 26px;
}
.right-form .el-input__inner {
    height: 45px;
    line-height: 45px;
}
.right-form .el-input__icon {
    line-height: 45px;
    font-size: 20px;
}
.right-form .el-button {
    padding: 14px 20px;
    width: 140px;
}
.right-form .el-button--danger {
    font-size: 18px;
}
.top-banner{
    display: none;
}
.top-navs{
    background-color: #07a1ff;
}
.find-pass{
    margin-top: 50px;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
}
.wechat-login{
    display: flex;
    justify-content: center;
    align-items: center;
}











