@import "../base.scss";
.register {
    width: 100%;
    height: 500px;
    background: #f8f8f8;
    padding-top: 40px;
}
form{
    color: #333;
    font-size: 14px;
    line-height: 1.28571;
    width: 600px;
    margin: 0 auto;
}
.w1200 {
    background: #fff;
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
}
.form-control{
    border-radius: 0;
    height: 38px;
    width: 60%;
    &:focus{
    border-color: #ff1268;
    outline: 0;
    box-shadow: none;
        
    }
}
.btn-next{
    color: #fff;
    margin-right: 12px;
    width: 150px;
    margin: 0;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 38px;
    box-shadow: none;
    border-radius: 3px;
    background-color: #ff1268;
    background-image: linear-gradient(90deg,#ff4aae,#ff1268);
    border: 1px solid #ff1268;
    &:focus,&:hover{
        color: #fff;
        outline: none;
        background-color: #ff1268;
        background-image: linear-gradient(90deg,#ff4aae,#ff1268);
        border: 1px solid #ff1268;
    }
}
.next-form-item-explain{
    margin-top: 4px;
    font-size: 12px;
    color: #dd2727;
    
}