body {
    margin: 0;
    padding: 0;
}
.register{
    padding-bottom: 10px;  
    text-align: right;
}
.register-title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
} 
 .captcha-warning{
    display:none;
    color:red;
 }
.register-form-item{
    display: flex; 
    position: relative;
    left: 40%;
    margin-bottom: 20px;
}
.register-form-item input{
    margin-left: 10px; 
    height: 30px;
} 
 .submit input{
    width: 260px;
    height: 35px;
    background-color: #f8a305;
    color:#000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    margin-top: 20px;
}
#password2{
    margin-left: -5px;
}
.captcha-img{
    width: 100px;
    height: 45px;
    cursor: pointer;
}
 #btnVerifyCode{
    width: 80px;
    height: 30px;
    background-color: #cfcdca;
    color:#000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none; 
 }
 .select-goal{
    display: none;
    text-align: center;
 }
 .select-goal input{
    width: 130px;
 }
 .red-star {
    color: red;
  }
  