.auth_wrap {
    padding: 204px 0 140px;
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}

.auth_wrap .page_title {
    margin-bottom: 56px;
}

.auth_wrap input:not([type="checkbox"]) {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    margin-bottom: 10px;
    padding: 0;
}

.auth_wrap input::placeholder {
    color: #ccc;
}

.auth_wrap button[type="submit"] {
    margin-top: 20px;
}

.page_find .auth_wrap button[type="submit"] {
    margin-top: 0;
}

.auth_links {
    margin-top: 10px;
}

.auth_links > div {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.auth_links > div a {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; /* 157.143% */
    letter-spacing: -0.42px;
}

.auth_links > div a + a {
    padding-left: 8px;
    padding-right: 0;
    border-left: 1px solid #999;
}

.auth_links > div a {
    padding-right: 8px;
}

.social_login {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.social_login_top a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.42px;
    color: #222;
}

.social_login_top a {
    padding-right: 4px;
}

.social_login_top a + a {
    padding-right: 0;
    padding-left: 4px;
    border-left: 2px solid #222;
}

.social_login_bottom a {
    display: inline-flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; /* 157.143% */
    letter-spacing: -0.42px;
}

.social_login_bottom a + a {
    margin-left: 24px;
}

.auth_wrap .field {margin-bottom: 24px;}

.auth_wrap label {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.42px;
}

.auth_wrap.register input:not([type="checkbox"]) {
    margin-top: 10px;
    margin-bottom: 0;
}

.auth_wrap .field_with_btn input {
    width: calc(100% - 82px);
}

.auth_wrap .field_with_btn button {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 72px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #fff;
}

.page_find .auth_wrap .field_with_btn button {
    width: 94px;
}

.page_find .auth_wrap .field_with_btn input {
    width: calc(100% - 104px);
    margin-bottom: 0;
}

.field_with_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy_field {
    margin-top: 36px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #FBFBFB;
    padding: 16px 24px;
}

.policy_field hr {
    margin: 16px 0;
    border: 1px solid #B8B8B8;
}

.policy_field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    accent-color: #4A7CAD;
}

.policy_field .form-check {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.policy_field .form-check a {
    text-decoration: underline;
}

.page_success {
    background: url('../images/about_bg_3.png') center no-repeat;
}

.page_success h2.page_title {
    margin-bottom: 26px;
}

.page_success .sub_title {
    margin-bottom: 30px;
}

.page_success th, .page_success td {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.42px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: left;
    height: 54px;
    line-height: 54px;
}

.page_success th {
    width: 76px;
}

.page_success table {
    width: 100%;
    margin-bottom: 40px;
}

.page_success a + a {
    margin-top: 10px;
}

@media(max-width: 767px) {
    .auth_wrap {
        padding: 60px 0;
    }

    .auth_wrap .page_title {
        margin-bottom: 20px;
    }

    .page_success {
        background-size: contain;
    }
}