@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;700&display=swap');

/*-- bootstrap CSS --*/

@import url("../../assets/css/bootstrap.min.css");

/*-- animate CSS --*/

@import url("../../assets/css/animate.min.css");

/*-- font-awesome CSS --*/

@import url("../../assets/css/font-awesome.min.css");
@import url("header.css");
@import url("common.css");
@import url("footer.css");
.accent-box-wrap {
    background: #F4F4F4;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans TC', sans-serif;
    min-height: 800px;
    height: calc(100vh - 151px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.accent-box-wrap .container {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
}

.accent-box {
    background-color: #fff;
    box-shadow: 0 3px 25px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.accent-box-inner {
    max-width: 624px
}

.accent-box-images {
    height: 100%;
}

.images-title {
    padding-top: 48px;
    padding-right: 40px;
    text-align: right;
}

.images-title h2 {
    color: #183552 !important;
    font-size: 2.5rem;
    font-family: 'Noto Sans TC', sans-serif;
}

.accent-box-images img {
    max-width: 100%;
}

.accent-box-images {
    background-color: #fff1f0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-global .accent-box-images {
    background-image: url(../images/index_visual-globe@2x.jpg);
}

.login-personal .accent-box-images {
    background-image: url(../images/index_visual-personal@2x.jpg);
}

.login-ezloan .accent-box-images {
    background-image: url(../images/index_visual-ezloan@2x.jpg);
}

.login-testing .accent-box-images {
    background-image: url(../images/index_visual-testing@2x.jpg);
}

.login-futures .accent-box-images {
    background-image: url(../images/index_visual-futures@2x.jpg);
}

.login-loan .accent-box-images {
    background-image: url(../images/index_visual-loan@2x.jpg);
}

.login-agreement .accent-box-images {
    background-image: url(../images/index_visual-agreement@2x.jpg);
}

.login-stocklend .accent-box-images {
	background-image: url(../images/index_visual-lend@2x.jpg);
}

.captcha-area-images {
    max-width: 140px;
}

.accent-box-form {
    padding: 48px 48px 60px;
}

.accent-box-form .form-group {
    margin-bottom: .75rem;
}

.accent-box-btn .btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.accent-box-header-title {
    text-align: center;
    padding-top: 48px;
    line-height: 2rem;
}

.accent-box-header-text {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 700;
}

.accent-box-form .btn {
    width: 100%;
    margin: 0;
}

.accent-box-form .btn-wrap a {
    margin-left: 0;
}

.accent-box-btn-text {
    margin-top: 8px;
    margin-bottom: 24px;
}

.create-btn .btn-wrap {
    padding-top: 12px;
    padding-bottom: 0;
}

.divide-wrap {
    position: relative;
    z-index: 0;
}

.divide-wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}

.divide-text {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.captcha-area {
    margin-bottom: 24px;
}

.captcha-area a {
    margin-left: 40px;
    font-size: 0.875em;
}

.accent-box-list {
    margin-top: 32px;
}

.accent-box-list ul {
    list-style-type: none;
    padding-left: 0;
}

.accent-box-list li {
    font-size: 0.875rem;
    position: relative;
    padding-left: 20px;
}

.accent-box-list li::before {
    content: "กฐ";
    position: absolute;
    left: 0;
    top: 0;
}

.reset-pw .accent-box-form {
    padding-left: 0;
    padding-right: 0;
}


/* =========================================================
   For Small Web
========================================================= */

@media only screen and (max-width: 1200px) {
    .accent-box-wrap {
        background-color: #fff;
        height: auto;
        min-height: auto;
    }
    .accent-box-wrap .container {
        max-width: 960px;
    }
    .accent-box {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .login .accent-box {
        box-shadow: none;
        border-radius: 0;
    }
    .accent-box-header-title {
        padding-top: 0;
    }
    .accent-box-header-text {
        font-size: 1.125rem;
        font-weight: 400 !important;
    }
    .reset-pw .accent-box {
        box-shadow: none;
    }
    .reset-pw .accent-box-btn {
        padding-top: 20px;
    }
    .accent-box-list {
        padding-top: 12px;
        border-top: 1px solid rgba(66, 66, 66, .2);
    }
    .accent-box-btn-text {
        margin-top: 16px;
    }
    .accent-box-btn-text a {
        line-height: 32px;
    }
}


/* =========================================================
   For Tablets
========================================================= */

@media only screen and (max-width: 992px) {
    .accent-box-wrap .container {
        max-width: 720px;
    }
    .accent-box-header-title {
        font-size: 1.75rem;
    }
    .accent-box-header-text {
        font-size: 1rem;
    }
}


/* =========================================================
   For Mobile Phones
========================================================= */

@media only screen and (max-width: 767px) {
    .accent-box-wrap .container {
        max-width: 100%;
    }
    .accent-box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .accent-box-header-title {
        font-size: 1.5rem;
    }
    .accent-box-header-text {
        font-size: 1rem;
    }
    .accent-box-btn .btn {
        font-size: 1.125rem;
    }
    .accent-box-form {
        padding: 42px 24px 72px;
    }
    .reset-pw .accent-box-form {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* =========================================================
   For Small Mobile Phones
========================================================= */

@media only screen and (max-width: 320px) {
    .captcha-area-images {
        max-width: 120px;
    }
    .accent-box-btn .btn {
        font-size: 1rem;
    }
    .accent-box-form {
        padding: 32px 24px 42px;
    }
}