.account {
    padding: 40px 0 90px;
    background-color: #F2F3F7;
}

.form-account {
    background-color: #fff;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.form-title {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica-Roman-SemiB;
    font-weight: 400;
    font-size: 48px;
    color: #1B1B1B;
}

.form-information,
.form-change-email,
.form-change-password,
.form-change-phone,
.form-forgot {
    width: 700px;
    margin: 0 auto;
}

.form-account input[readonly] {
    background: #EFEFEF;
}

.form-account .flex-item .ivu-form-item-content {
    display: flex;
}

.form-account .btn-code {
    margin-left: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #008EF6;
    border: none;
    background: none;
    flex-shrink: 0;
    cursor: pointer;
}

.form-account .btn-resend {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 130px;
    transform: translateY(-50%);
    margin-left: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #008EF6;
    border: none;
    background: none;
    cursor: pointer;
}

.form-account .upload {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #D3D4D8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}

.form-account .upload img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.form-account .upload img.plus {
    width: 16px;
    height: 16px;
}

.form-account .separator {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.form-account .separator::before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #D3D4D8;
}


.eg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
}

.eg .eg-country-code {
    width: 160px;
    padding: 0 30px;
}

.eg .eg-city-code {
    width: 160px;
    padding: 0 30px;
}

.eg .eg-number {
    width: 180px;
    padding: 0 30px;
}

.eg .eg-separator {
    width: 8px;
}

.account .steps {
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 75px;
}

.account .steps .step {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #D3D4D8;
    border-radius: 50%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.account .steps .step-next {
    width: 6px;
    height: 10px;
}

.my-retrieve-password .successfully {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0F1214;
    text-align: center;
}

.my-retrieve-password .img-success {
    padding: 50px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

my-retrieve-password .img-success img {
    width: 70px;
    height: 70px;
}

.my-retrieve-password .after {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0F1214;
    text-align: center;
}

.my-retrieve-password .after .seconds {
    color: #FA4441;
}

.my-retrieve-password .btn-log-in {
    margin: 20px auto;
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEAA1E;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.steps .step.active {
    background: #EEAA1E;
    border: 1px solid #EEAA1E;
}