.edit-account {
    position: relative;
}
.edit-account .user_info_section {}
.edit-account .acc_row {
    margin-bottom: 19px;
}
.edit-account .acc_row:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.edit-account .acc_row .label1,
.edit-account .acc_row .label2 {
    font-size: 17px;
    float: left;
    line-height: 32px;
    margin-bottom: 0;
    margin-right: 2px;
}
.edit-account .acc_row .label1 {
    width: 120px;
}
.edit-account .acc_row .field1 {
    float: left;
    width: calc((100% - 120px - 12px) / 2);
}
.edit-account .acc_row .selectBank,
.edit-account .acc_row input[type="password"],
.edit-account .acc_row input[type="text"] {
    width: 100%;
    display: block;
    height: 32px;
    padding: 0 5px;
    font-size: 17px;
    border: 1px solid #55acee;
    border-radius: 3px;
}
.edit-account .acc_row .label2 {
    margin-left: 10px;
}
.edit-account .acc_row .field2 {
    float: left;
    width: calc((100% - 120px - 12px) / 2);
    margin-left: 10px;
}
.edit-account .acc_row .field2 .dropdown {
    width: 100%;
}
.edit-account .acc_row .field2 .dropdown .toggle-dropdown {
    width: 100%;
}
.edit-account .acc_row .field2 .dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto;
}
.edit-account .acc_row .gender_field {
    font-size: 17px;
    width: 200px;
    line-height: 32px;
}

.edit-account .acc_row .gender_field .radio_field {
    margin-right: 25px;
}


.edit-account .acc_row .select2-container {
    width: 100% !important;
}
.edit-account .acc_row .select2-container .select2-selection__rendered {
    padding-left: 0;
    line-height: 32px;
}

.edit-account .acc_row .bank_description {
    padding: 39px 0 0 125px;
    font-size: 12px;
}


.edit-account .user_info_section .acc_row.wrap_avata {
    position: relative;
}
.edit-account .user_info_section .acc_row.wrap_avata .label1 {
    margin-top: 54px;
}
.edit-account .user_avatar {
    height: 144px;
    width: 144px;
    border: 3px solid #4371a3;
    border-radius: 100%;
    background: #fff;
    line-height: 121px;
    text-align: center;
    margin: 0;
}

.edit-account .user_avatar .wrap_preview_img {
    height: 100%;
    width: 100%;
    position: relative;
}
.edit-account .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;
}
.edit-account .user_avatar .wrap_preview_img .preview_img_title {
    line-height: 11px;
    color: #515151;
    font-size: 12px;
    padding-top: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.edit-account .user_avatar .wrap_preview_img .preview_img_title i {
    color: #4371a3;
    font-size: 41px;
    display: block;
}
.edit-account .user_avatar .wrap_preview_img .preview_img_title .preview_txt {
    margin-top: 3px;
    display: inline-block;
}
.edit-account .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;
}

.edit-account .password_section {
    margin-top: 29px;
}
.edit-account .password_section h3 {
    font-size: 28px;
    color: #55acee;
    margin-bottom: 16px;
}
.edit-account .password_section .agree_change_pass {
    margin-left: 122px;
    padding-top: 17px;
}
.edit-account .password_section .agree_change_pass .checkbox_field_label {
    line-height: 37px;
}
.edit-account .bottom-btn {
    margin-left: 122px;
}

.edit-account .bottom-btn button {
    margin: 36px 0;
    width: 138px;
    height: 49px;
    border: 1px solid #4371a3;
    background: #4371a3;
    color: #fff;
    text-transform: unset;
    font-size: 23px;
    border-radius: 5px;
}