.wrap_register_form {
    width: 320px;
    margin: 0 auto 79px auto;
    background: #4371a3;
    margin-top: 100px;
    color: #fff;
}
.wrap_register_form #register_form {
    position: relative;
    padding: 52px 11px 5px 11px;
}
.wrap_register_form #register_form .user_avatar {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 108px;
    height: 108px;
    border: 3px solid #4371a3;
    border-radius: 100%;
    background: #fff;
    line-height: 121px;
    text-align: center;
    margin: 0;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img {
    height: 100%;
    width: 100%;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img .preview_img {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img .preview_img_title {
    line-height: 11px;
    color: #515151;
    font-size: 12px;
    padding-top: 30px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img .preview_img_title i {
    color: #4371a3;
    font-size: 41px;
    display: block;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img .preview_img_title .preview_txt {
    margin-top: 3px;
    display: inline-block;
}
.wrap_register_form #register_form .user_avatar .wrap_preview_img .delete_preview_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: red;
    border: 0;
    padding: 0;
    margin: 0;
}
.wrap_register_form #register_form .loading_img {
    top: -65px;
    height: calc(100% + 65px);
}
.wrap_register_form #register_form .register_form_title {
    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 12px;
}
.wrap_register_form #register_form .input-field {
    width: 100%;
    height: 38px;
    font-size: 16px;
    margin-bottom: 6px;
    border: 1px solid #f2f2f2;
    padding: 0 7px;
    border-radius: 4px;
    color: #515151;
}
.wrap_register_form #register_form .wrap_gender {
    margin-top: 5px;
}
.wrap_register_form #register_form .wrap_gender label {
    font-size: 14px;
    margin-right: 40px;
}
.wrap_register_form #register_form .wrap_gender .input-radio {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-right: 4px;
}

.wrap_register_form #register_form .form_bottom_btn {
    text-align: center;
    margin-top: 22px;
}
.wrap_register_form #register_form .form_bottom_btn button {
    display: block;
    margin: 0 auto 4px auto;
    background: #fff000;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: unset;
    height: 38px;
    width: 207px;
    border-radius: 4px;
    color: #515151;
}
.wrap_register_form .register_msg {
    text-align: left;
    border-top: 2px solid #e73838;
    background: #f2f2f2;
    padding: 5px 7px;
    font-size: 10px;
    color: #515151;
}
.wrap_register_form .term_condition {
    font-size: 10px;
    margin-top: 13px;
    padding-left: 12px;
    position: relative;
}
.wrap_register_form .term_condition:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
}