/* BASIC css start */
/* =========================================================
   AKKINARA FIND ID / PASSWORD
========================================================= */

#akfind {
    width: 1100px;
    max-width: 1100px;

    margin: 0 auto;
    padding: 55px 0 80px;

    box-sizing: border-box;

    color: #252825;
}

#akfind,
#akfind * {
    box-sizing: border-box;
}

#akfind a {
    text-decoration: none;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#akfind .akfind-page-head {
    margin-bottom: 28px;

    text-align: center;
}

#akfind .akfind-page-head h2 {
    margin: 0 0 8px;

    color: #252825;

    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}

#akfind .akfind-page-head p {
    margin: 0;

    color: #7a7e79;

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

#akfind .akfind-layout {
    display: grid;

    grid-template-columns: 660px 1fr;

    overflow: hidden;

    width: 100%;

    border: 1px solid #ded8d2;
    border-radius: 14px;

    background: #fff;

    box-shadow: 0 6px 24px rgba(0,0,0,.035);
}


/* =========================================================
   LEFT
========================================================= */

#akfind .akfind-main {
    padding: 48px 60px 50px;

    border-right: 1px solid #e4dfd8;

    background: #fff;
}


/* =========================================================
   SECTION TITLE
========================================================= */

#akfind .akfind-section-title {
    margin-bottom: 30px;
}

#akfind .akfind-section-title > span {
    display: block;

    margin-bottom: 7px;

    color: #8a5a44;

    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: .1em;
}

#akfind .akfind-section-title h3 {
    margin: 0 0 9px;

    color: #252825;

    font-size: 23px;
    line-height: 1.45;
    font-weight: 700;
}

#akfind .akfind-section-title p {
    margin: 0;

    color: #777b77;

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   FORM
========================================================= */

#akfind .akfind-form {
    margin: 0;
    padding: 0;

    border: 0;
}

#akfind .akfind-form legend {
    position: absolute;

    width: 1px;
    height: 1px;

    overflow: hidden;

    clip: rect(0,0,0,0);
}


/* FIELD */

#akfind .akfind-field {
    margin-bottom: 16px;
}

#akfind .akfind-field label {
    display: block;

    margin-bottom: 7px;

    color: #454845;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}


/* INPUT */

#akfind .akfind-input {
    width: 100%;
}

#akfind .akfind-input input,
#akfind .akfind-input .MS_input_txt,
#akfind .akfind-input .MS_input_txt01,
#akfind .akfind-input .MS_input_txt02 {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 50px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    border: 1px solid #d9d2cb !important;
    border-radius: 8px !important;

    background: #fff !important;

    color: #333633 !important;

    font-size: 14px !important;
    line-height: 48px !important;

    outline: 0 !important;

    box-shadow: none !important;
}

#akfind .akfind-input input:focus,
#akfind .akfind-input .MS_input_txt:focus,
#akfind .akfind-input .MS_input_txt01:focus,
#akfind .akfind-input .MS_input_txt02:focus {
    border-color: #8a5a44 !important;
}


/* =========================================================
   FIND BUTTON
========================================================= */

#akfind .akfind-submit {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100% !important;
    height: 54px !important;

    margin: 22px 0 0 !important;
    padding: 0 !important;

    border: 1px solid #8a5a44 !important;
    border-radius: 8px !important;

    background: #8a5a44 !important;

    color: #fff !important;

    font-size: 15px !important;
    line-height: 52px !important;
    font-weight: 700 !important;

    text-align: center;
}


/* =========================================================
   GUIDE
========================================================= */

#akfind .akfind-guide {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 20px;
    padding: 14px 15px;

    border-radius: 8px;

    background: #f8f5f1;
}

#akfind .akfind-guide-icon {
    display: flex;

    flex: 0 0 28px;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #eaded6;

    color: #8a5a44;

    font-size: 13px;
    font-weight: 800;
}

#akfind .akfind-guide strong {
    display: block;

    margin-bottom: 3px;

    color: #555854;

    font-size: 12px;
    line-height: 1.5;
}

#akfind .akfind-guide p {
    margin: 0;

    color: #838783;

    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   LOGIN LINK
========================================================= */

#akfind .akfind-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 22px;
    padding-top: 19px;

    border-top: 1px solid #eee9e3;
}

#akfind .akfind-bottom span {
    color: #777b77;

    font-size: 12px;
}

#akfind .akfind-bottom a {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 92px;
    height: 38px;

    padding: 0 15px;

    border: 1px solid #8a5a44;
    border-radius: 6px;

    background: #fff;

    color: #8a5a44;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   RIGHT
========================================================= */

#akfind .akfind-side {
    padding: 48px 40px;

    background: #f8f5f1;
}


/* =========================================================
   AUTH
========================================================= */

#akfind .akfind-side-label {
    display: block;

    margin-bottom: 8px;

    color: #8a5a44;

    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: .09em;
}

#akfind .akfind-auth h3 {
    margin: 0 0 12px;

    color: #252825;

    font-size: 23px;
    line-height: 1.45;
    font-weight: 700;
}

#akfind .akfind-auth > p {
    margin: 0 0 24px;

    color: #6f736f;

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   AUTH BUTTON
========================================================= */

#akfind .akfind-auth-btn {
    position: relative;

    display: flex !important;

    align-items: center;

    width: 100%;
    min-height: 70px;

    margin-bottom: 10px;
    padding: 13px 42px 13px 14px;

    border: 1px solid #ddd6cf;
    border-radius: 9px;

    background: #fff;

    color: #333633;
}

#akfind .akfind-auth-btn:hover {
    border-color: #bda99d;

    background: #fdfcfb;
}


/* ICON */

#akfind .akfind-auth-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin-right: 13px;

    border-radius: 50%;

    background: #eee3dc;

    color: #8a5a44;

    font-size: 15px;
    line-height: 38px;
    font-weight: 800;
}


/* TEXT */

#akfind .akfind-auth-btn > div {
    min-width: 0;
}

#akfind .akfind-auth-btn strong {
    display: block;

    margin-bottom: 3px;

    color: #333633;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

#akfind .akfind-auth-btn em {
    display: block;

    color: #858985;

    font-size: 11px;
    line-height: 1.5;
    font-style: normal;
}


/* ARROW */

#akfind .akfind-arrow {
    position: absolute;

    right: 15px;
    top: 50%;

    margin-top: -12px;

    color: #a6a8a4;

    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}


/* =========================================================
   AUTH INFO
========================================================= */

#akfind .akfind-auth-info {
    margin-top: 17px;
    padding: 14px;

    border: 1px solid #e1dbd5;
    border-radius: 8px;

    background: rgba(255,255,255,.65);
}

#akfind .akfind-auth-info > strong {
    display: block;

    margin-bottom: 4px;

    color: #555854;

    font-size: 12px;
    line-height: 1.4;
}

#akfind .akfind-auth-info > p {
    margin: 0;

    color: #858985;

    font-size: 11px;
    line-height: 1.65;
}


/* INFO LINKS */

#akfind .akfind-info-links {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-top: 10px;
}

#akfind .akfind-info-links a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 32px;

    padding: 0 10px;

    border: 1px solid #d7d0c9;
    border-radius: 5px;

    background: #fff;

    color: #666a66;

    font-size: 10px;
    font-weight: 600;
}


/* =========================================================
   CUSTOMER CENTER
========================================================= */

#akfind .akfind-help {
    margin-top: 30px;
    padding-top: 28px;

    border-top: 1px solid #ded8d2;
}

#akfind .akfind-help > span {
    display: block;

    margin-bottom: 4px;

    color: #777b77;

    font-size: 11px;
    font-weight: 700;
}

#akfind .akfind-phone {
    display: inline-block;

    margin-bottom: 7px;

    color: #8a5a44 !important;

    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}

#akfind .akfind-help p {
    margin: 0;

    color: #777b77;

    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1120px) {

    #akfind {
        width: auto;
        max-width: 100%;

        margin-left: 20px;
        margin-right: 20px;
    }

}


@media screen and (max-width: 850px) {

    #akfind .akfind-layout {
        grid-template-columns: 1fr;
    }

    #akfind .akfind-main {
        border-right: 0;
        border-bottom: 1px solid #e4dfd8;
    }

}


@media screen and (max-width: 600px) {

    #akfind {
        margin-left: 16px;
        margin-right: 16px;

        padding-top: 30px;
    }

    #akfind .akfind-main,
    #akfind .akfind-side {
        padding: 28px 22px;
    }

}
/* BASIC css end */

