

.loginfrom{
    width: 446px;
    height: 530px;
}

.registerfrom-box{
    width: 100%;
    padding: 20px;
}

.goLogIn{
    text-align: right;
}

.goLogIn span{
    color: #4085FF;
}

.registerfrom-box h2{
    color: #4085FF;
    position: relative;
}

.registerfrom-box h2::after{
    content: '';
    width: 95px;
    height: 3px;
    background: #4085FF;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.register-box{
    margin: 20px 0 0 0;
}

.register-box input{
    width: 90%;
    height: 50px;
    margin: 5px 0;
    border: none;
    outline: none;
    background: #F3F3F4;
    padding: 0 20px;
}

.register-box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-box1 input{
    width: 150px;
}

.register-box1 img{
    height: 50px;
}

.register-box1 button{
    height: 50px;
    width: 153px;
    border: 1px solid #4085FF;
    background: #fff;
    color: #4085FF;
    font-size: 16px;
}

.registerBtn{
    display: block;
    width: 100%;
    height: 50px;
    background: #4085FF;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 1.4rem;
    margin: 10px 0;
}
.reg-term{
    color: #939EAD;
    font-size: 14px;
    margin: 5px 0;
}

.reg-term span{
    color: #4085FF;
}

.w1200{
    display: flex;
    width: 1200px;
    align-items: center;
    margin: 0 auto;
}
@media(max-width:768px) {
    .loginfrom{
    width: 90%;
    height: 530px;
}
.register-box input {
     padding: 0; 
     width: 100%;
}
}