@charset "utf-8";

/* Auth Common
------------------------------------------------------------- */
.auth {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 100vh;
}

.auth-card {
    display: flex;
    padding: 1% 8%;
}

.auth-card .auth-bg {
    width: 46%;
    box-shadow: 0 10px 20px rgba(170, 170, 170, 0.25);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.auth-card .auth-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.auth-card .auth-info .auth-logo {
    width: 26.6%;
    margin: 0 auto 10px;
}

.auth-card .success-msg {
    line-height: 1.6;
    padding: 10px 15px 8px;
    background-color: #d4edda;
    color: #155724;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
    border-color: #c3e6cb;
    border-radius: 5px;
}

.auth-card .error-msg {
    position: relative;
    line-height: 1.5;
    padding: 5px 10px;
    color: #ed4337;
    font-size: 14px;
    font-weight: 700;
}

.auth-card .error-msg::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: #ed4337;
    content: '*';
}

.auth-card .auth-info {
    width: 54%;
    padding: 3.1% 8.5% 4%;
    box-shadow: 0 10px 20px rgba(170, 170, 170, 0.25);
    background-color: #ffffff;
    font-size: 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.auth-card .auth-info label {
    display: inline-block;
    line-height: 1.8;
    margin: 20px 0 5px;
    color: #212121;
    font-family: 'MyanmarAngoun', 'Pyidaungsu', sans-serif;
    font-size: 15px;
}

.auth-card .auth-info input[type='name'],
.auth-card .auth-info input[type='email'],
.auth-card .auth-info input[type='password'],
.auth-card .auth-info input[type='text'] {
    display: block;
    width: 100%;
    line-height: 1.8;
    padding: 6px 23px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    outline: none;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.auth-card .auth-info input {
    margin: 5px 0;
}

.auth-card .auth-info input[type='submit'] {
    width: 100%;
    line-height: 1.8;
    margin: 20px 0;
    padding: 7px 0;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 194, 146, 0.25);
    background-color: #00c292;
    color: #ffffff;
    font-family: 'MyanmarAngoun', 'Pyidaungsu', sans-serif;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.auth-card .back-btn {
    line-height: 1.8;
    color: #00c292;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.auth-info input::placeholder {
    line-height: 1.8;
    color: #9e9ea7;
    font-size: 14px;
}

.sec-login .login-submit:hover {
    opacity: 0.8;
}

/* Login
------------------------------------------------------------- */
.sec-login .rememberpw-checkbox {
    display: none;
}

.sec-login .password-remember {
    float: left;
}

.sec-login .auth-info .rememberpw-txt {
    position: relative;
    float: left;
    font-size: 14px;
}

.sec-login .rememberpw-txt:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 1px solid #36383d;
    vertical-align: middle;
    content: '';
    cursor: pointer;
    border-radius: 3px;
}

.sec-login .auth-info input[type='checkbox']:checked + label:before {
    border: 1px solid #00c292;
    background-color: #00c292;
}

.sec-login .auth-info input[type='checkbox']:checked + label:after {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 4px;
    height: 10px;
    border: 1px solid #ffffff;
    content: '';
    transform: rotate(45deg);
    border-width: 0 3px 3px 0;
}

.sec-login .forget-pw {
    float: right;
    margin-top: 20px;
}

.sec-login .registration-txt,
.sec-signup .registration-txt {
    line-height: 1.8;
    padding-bottom: 30px;
    color: #36383d;
}

.sec-login .registration-txt a,
.sec-signup .registration-txt a {
    display: inline-block;
    padding-left: 4px;
    font-family: 'MyanmarAngoun', 'Pyidaungsu', sans-serif;
}

.sec-login .line-txt {
    position: relative;
    line-height: 2;
    margin-bottom: 17px;
    font-weight: 500;
    text-align: center;
}

.sec-login .line-txt::before,
.sec-login .line-txt::after {
    position: absolute;
    top: 50%;
    width: 36%;
    height: 1px;
    background-color: #d8d8d8;
    content: '';
    transform: translateY(-50%);
}

.sec-login .line-txt::before {
    left: 0;
}

.sec-login .line-txt::after {
    right: 0;
}

.sec-login .login-fb {
    float: left;
    margin-right: 4%;
}

.sec-login .login-gmail {
    float: left;
}

.sec-login .media-gp {
    display: flex;
    justify-content: space-between;
}

.sec-login .login-fb,
.sec-login .login-gmail {
    line-height: 1.5;
    padding: 10px 16px 6px;
    border: 1px solid #d7d7d7;
    color: #36383d;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

.sec-login .login-fb img,
.sec-login .login-gmail img {
    display: inline-block;
    vertical-align: sub;
}

/* Forget Password
------------------------------------------------------------- */
.sec-forget-psw .ask-email,
.sec-forget-psw .sent-email {
    line-height: 1.8;
    padding: 20px 0;
    color: #212121;
    font-size: 15px;
}

.sec-forget-psw .sent-email span {
    color: #00c292;
    font-size: 15px;
    font-weight: 500;
}

/* Verify Email
------------------------------------------------------------- */
.sec-verify-email {
    width: 100%;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    height: auto;
    min-height: 100vh;
}

.sec-verify-email .logo-img {
    text-align: center;
}

.sec-verify-email .logo-img img {
    width: 6%;
    margin-bottom: 1.5rem;
}

.sec-verify-email .info-content {
    width: 35%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 23px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 1px #dcdd;
}

.sec-verify-email .info-content .info-text {
    font-family: 'system-ui';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
}

.sec-verify-email .info-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.sec-verify-email .info-form .reset-btn {
    background-color: #00c292;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'system-ui';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sec-verify-email .info-form .logout-btn {
    text-decoration-line: underline;
    font-family: 'system-ui';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #888b93;
    background-color: #fff;
}

/* Sign Up
------------------------------------------------------------- */
.sec-signup .registration-txt {
    padding: 0;
}

/* Ipad
------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1240px) {
    /* Auth Common
  ------------------------------------------------------------- */
    .auth-card .auth-bg {
        box-shadow: 0 0.806vw 1.613vw rgba(170, 170, 170, 0.25);
        border-top-left-radius: 1.613vw;
        border-bottom-left-radius: 1.613vw;
    }

    .auth-card .auth-bg img {
        border-top-left-radius: 1.613vw;
        border-bottom-left-radius: 1.613vw;
    }

    .auth-card .auth-info .auth-logo {
        margin: 0 auto 0.806vw;
    }

    .auth-card .success-msg {
        padding: 0.806vw 1.21vw 0.645vw;
        font-size: 1.129vw;
        border-radius: 0.403vw;
    }

    .auth-card .error-msg {
        padding: 0.403vw 0.806vw;
        font-size: 1.129vw;
    }

    .auth-card .error-msg::before {
        top: 0.645vw;
    }

    .auth-card .auth-info {
        padding: 3.226vw 5vw 4.032vw;
        box-shadow: 0 0.806vw 1.613vw rgba(170, 170, 170, 0.25);
        font-size: 1.129vw;
        border-top-right-radius: 1.613vw;
        border-bottom-right-radius: 1.613vw;
    }

    .auth-card .auth-info label {
        margin: 1.613vw 0 0.403vw;
        font-size: 1.21vw;
    }

    .auth-card .auth-info input[type='name'],
    .auth-card .auth-info input[type='email'],
    .auth-card .auth-info input[type='password'],
    .auth-card .auth-info input[type='text'] {
        padding: 0.484vw 1.855vw;
        border: 0.081vw solid #d7d7d7;
        font-size: 1.129vw;
        border-radius: 0.565vw;
    }

    .auth-card .auth-info input {
        margin: 0.403vw 0;
    }

    .auth-card .auth-info input[type='submit'] {
        margin: 2vw 0;
        padding: 0.565vw 0;
        box-shadow: 0 0.242vw 0.484vw rgba(0, 194, 146, 0.25);
        font-size: 1.29vw;
        border-radius: 0.806vw;
    }

    .auth-card .back-btn {
        font-size: 1.129vw;
    }

    .auth-info input::placeholder {
        font-size: 1.129vw;
    }

    /* Login
  ------------------------------------------------------------- */
    .sec-login .rememberpw-txt {
        font-size: 1.129vw;
    }

    .sec-login .rememberpw-txt:before {
        width: 1.613vw;
        height: 1.613vw;
        margin-right: 0.968vw;
        border: 0.081vw solid #36383d;
        border-radius: 0.242vw;
    }

    .sec-login .auth-info input[type='checkbox']:checked + label:before {
        border: 0.081vw solid #00c292;
    }

    .sec-login .auth-info input[type='checkbox']:checked + label:after {
        top: 0.203vw;
        left: 0.565vw;
        width: 0.423vw;
        height: 0.906vw;
        border: 0.081vw solid #ffffff;
        border-width: 0 0.242vw 0.242vw 0;
    }

    .sec-login .auth-info .rememberpw-txt {
        font-size: 1.129vw;
    }

    .sec-login .forget-pw {
        margin-top: 1.613vw;
    }

    .sec-login .registration-txt,
    .sec-signup .registration-txt {
        padding: 0 0 2.419vw;
    }

    .sec-login .registration-txt a,
    .sec-signup .registration-txt a {
        padding-left: 0.323vw;
    }

    .sec-login .line-txt {
        margin-bottom: 1.371vw;
    }

    .sec-login .line-txt::before,
    .sec-login .line-txt::after {
        height: 0.081vw;
    }

    .sec-login .login-fb,
    .sec-login .login-gmail {
        padding: 0.806vw 1.29vw 0.484vw;
        border: 0.081vw solid #d7d7d7;
        letter-spacing: 0.04vw;
        border-radius: 0.484vw;
    }

    .sec-login .login-fb img,
    .sec-login .login-gmail img {
        margin-right: 0.403vw;
        max-width: 1.452vw;
    }

    /* Forget Password
  ------------------------------------------------------------- */
    .sec-forget-psw .ask-email,
    .sec-forget-psw .sent-email {
        padding: 1.952vw 0;
        font-size: 1.21vw;
    }

    .sec-forget-psw .sent-email span {
        font-size: 1.21vw;
    }

    /* Verify Password
------------------------------------------------------------- */
    .sec-verify-email {
        width: 100vw;
        min-height: 100vh;
    }

    .sec-verify-email .logo-img img {
        width: 6vw;
        margin-bottom: 1.5rem;
    }

    .sec-verify-email .info-content {
        width: 50vw;
        margin: 0 auto;
        padding: 2.604vw 2.995vw;
        border-radius: 1.302vw;
        box-shadow: 0vw 0.26vw 0.521vw 0.13vw #dcdd;
    }

    .sec-verify-email .info-content .info-text {
        font-size: 1.823vw;
        line-height: 2.604vw;
    }

    .sec-verify-email .info-form {
        margin-top: 1.953vw;
    }

    .sec-verify-email .info-form .reset-btn {
        padding: 1.302vw 2.604vw;
        border-radius: 0.651vw;
        font-size: 2.083vw;
        line-height: 3.125vw;
    }

    .sec-verify-email .info-form .logout-btn {
        font-size: 1.823vw;
        line-height: 2.604vw;
    }
}

/* SP
------------------------------------------------------------- */
@media screen and (max-width: 767.9px) {
    /* Auth Common
------------------------------------------------------------- */
    .auth {
        background: url('../img/common/img_auth_bg_sp.png') no-repeat center/cover;
    }

    .auth-card {
        padding: 2vw 5vw;
    }

    .auth-card .auth-bg {
        display: none;
    }

    .auth-card .auth-info .auth-logo {
        margin: 0 auto 1.563vw;
    }

    .auth-card .success-msg {
        padding: 1.563vw 2.344vw 1.25vw;
        font-size: 0.875rem;
        border-radius: 0.781vw;
    }

    .auth-card .error-msg {
        padding: 0.781vw 2.8vw;
        font-size: 0.875rem;
    }

    .auth-card .error-msg::before {
        top: 1.25vw;
    }

    .auth-card .auth-info {
        width: 100%;
        padding: 5.313vw 4vw 12vw;
        box-shadow: 0 1.563vw 3.125vw rgba(170, 170, 170, 0.25);
        font-size: 0.875rem;
        border-radius: 3.125vw;
    }

    .auth-card .auth-info label {
        margin: 3.125vw 0 0.781vw;
        font-size: 0.875rem;
    }

    .auth-card .auth-info input[type='name'],
    .auth-card .auth-info input[type='email'],
    .auth-card .auth-info input[type='password'],
    .auth-card .auth-info input[type='text'] {
        padding: 1.5vw 3.906vw;
        border: 0.156vw solid #d7d7d7;
        font-size: 0.875rem;
        border-radius: 1.094vw;
    }

    .auth-card .auth-info input {
        margin: 0.781vw 0;
    }

    .auth-card .auth-info input[type='submit'] {
        margin: 3vw 0;
        padding: 1.094vw 0;
        box-shadow: 0vw 0.469vw 0.938vw rgba(0, 194, 146, 0.25);
        font-size: 0.8rem;
        border-radius: 1.563vw;
    }

    .sec-login .registration-txt a,
    .sec-signup .registration-txt a {
        padding-left: 0.625vw;
    }

    .auth-card .back-btn,
    .auth-info input::placeholder {
        font-size: 0.875rem;
    }

    /* Login
  ------------------------------------------------------------- */
    .sec-login .rememberpw-txt {
        font-size: 0.875rem;
    }

    .sec-login .rememberpw-txt:before {
        width: 4vw;
        height: 4vw;
        margin-right: 1.875vw;
        border: 0.156vw solid #36383d;
        border-radius: 0.469vw;
    }

    .sec-login .auth-info input[type='checkbox']:checked + label:before {
        border: 0.156vw solid #00c292;
    }

    .sec-login .auth-info input[type='checkbox']:checked + label:after {
        top: 45%;
        left: 1.4vw;
        width: 1.094vw;
        height: 2.094vw;
        border: 0.156vw solid #ffffff;
        transform: translateY(-50%) rotate(45deg);
        border-width: 0 0.469vw 0.469vw 0;
    }

    .sec-login .password-remember {
        float: none;
    }

    .sec-login .forget-pw {
        float: none;
        margin-top: 1.125vw;
        font-size: 0.875rem;
    }

    .sec-login .auth-info .rememberpw-txt {
        font-size: 0.875rem;
    }

    .sec-login .registration-txt,
    .sec-signup .registration-txt {
        padding: 2.5vw 0 3.625vw;
    }

    .sec-login .line-txt {
        margin-bottom: 3.703vw;
    }

    .sec-login .line-txt::before,
    .sec-login .line-txt::after {
        height: 0.156vw;
    }

    .sec-login .login-fb,
    .sec-login .login-gmail {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 2vw 2.5vw;
        border: 0.156vw solid #d7d7d7;
        font-size: 0.875rem;
        text-align: center;
        letter-spacing: 0.078vw;
        border-radius: 0.938vw;
    }

    .sec-login .login-fb {
        margin: 3vw auto;
    }

    .sec-login .login-fb img,
    .sec-login .login-gmail img {
        margin-right: 0.781vw;
        max-width: 4.688vw;
    }

    .sec-login .media-gp {
        flex-direction: column;
    }

    /* Forget Password
  ------------------------------------------------------------- */
    .sec-forget-psw .ask-email,
    .sec-forget-psw .sent-email {
        padding: 4.656vw 0;
        font-size: 0.875rem;
    }

    .sec-forget-psw .sent-email span {
        font-size: 0.875rem;
    }

    /* Verify Email
------------------------------------------------------------- */
    .sec-verify-email {
        width: 100vw;
        min-height: 100vh;
    }

    .sec-verify-email .logo-img img {
        width: 6vw;
        margin-bottom: 1.5rem;
    }

    .sec-verify-email .info-content {
        width: 50vw;
        margin: 0 auto;
        padding: 2.604vw 2.995vw;
        border-radius: 1.302vw;
        box-shadow: 0vw 0.26vw 0.521vw 0.13vw #dcdd;
    }

    .sec-verify-email .info-content .info-text {
        font-size: 1.823vw;
        line-height: 2.604vw;
    }

    .sec-verify-email .info-form {
        margin-top: 1.953vw;
    }

    .sec-verify-email .info-form .reset-btn {
        padding: 1.302vw 2.604vw;
        border-radius: 0.651vw;
        font-size: 2.083vw;
        line-height: 3.125vw;
    }

    .sec-verify-email .info-form .logout-btn {
        font-size: 1.823vw;
        line-height: 2.604vw;
    }
}
