.self_login_zone {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fefbff;
}

.self_login_inner_zone {
    width: calc(100% - 3vh);
    padding: 0 1.5vh;
    box-sizing: border-box;
    @media (min-width: 1024px) {
        width: 450px;
        margin: 0 auto;
    }
}

.self_login_logo_zone {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.self_login_logo_zone img {
    width: 40%;
    height: 40%;
    margin-bottom: 2vh;
}

.self_login_text_zone {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vh;
    font-weight: 500;
    letter-spacing: 0.3vh;
    margin-top: 0.5vh;
    margin-bottom: 3vh;
    color: #333;
}

.self_login_item_zone {
    border-radius: 1vh 1vh 0 0;
    background: #e1e2ec;
    height: 7.3vh;
    margin-bottom: 2.55vh;
    border-bottom: 0.25vh solid #74777f;
    padding: 1vh 2.4vh;
    padding-bottom: 0.5vh;
    font-size: 2.4vh;
}

.self_login_item_label {
    font-size: 1.95vh;
    margin-bottom: 0.6vh;
    color: #333333;
}

.self_login_item_input {
    position: relative;
}

.self_login_item_agree {

}

.self_login_item_agree a {
    color: #4E87D1;
}

.self_login_agreement_title {
    text-align: center;
    font-size: 3.5vh;
    color: #ff6600;
    font-weight: 400;
    margin: 0 15%;
    padding-top: 3vh;
}

.self_login_verify_zone {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    width: 45vh;
    height: 33.6vh;
    border: 1px solid rgba(0, 0, 0, .125);
}

.self_login_verify_top_zone {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 2.25vh;
    padding-top: 1.05vh;
    padding-bottom: 1.05vh;
    color: #2a2a2a;
}

.self_login_verify_middle_zone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.6vh;
    width: calc(100% - 1.2vh);
    color: #2a2a2a;
}

.self_login_verify_graph_zone {
    width: 100%;
    height: 21vh;
    position: relative;
}

.self_login_verify_graph_graph {
    width: 260px;
    height: 140px;
    position: relative;
}

.self_login_verify_bottom_zone {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    font-size: 2.25vh;
    padding-top: 1.05vh;
    padding-bottom: 1.05vh;
    color: #2a2a2a;
}

.self_login_verify_refresh_icon {
    font-size: 3vh;
    color: #ffffff;
    position: absolute;
    top: 0.9vh;
    right: 0.9vh;
}
