﻿html,
body {
    overflow: unset !important;
    width: auto !important;
}

body {
    /* ���M�� Noto Sans TC �o�� �䷽���� */

    font-family: "Noto Sans TC", "�L�n������", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 3px;
    color: #535172;
}

.col-md-7 > div:first-child {
    position: sticky;
    top: 20px;
}

input::placeholder {
    color: #e1e4e8;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.btn {
    background-color: #15ad8b !important;
}

.btn-white {
    background-color: #fff;
    color: #484b70;
}

.input-icon {
    position: relative;
}

.input-icon .icon-account {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/icon-account.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
}

.input-icon .icon-password {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/icon-password.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 14px;
}

.input-icon input {
    /*padding-left: 50px;*/
    font-size: 14px;
}

.icon-google {
    background-image: url("../images/icon-google.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

input[type="email"]::-webkit-input-placeholder {
    color: #e1e4e8;
    line-height: 50px;
    vertical-align: middle;
}

input[type="password"]::-webkit-input-placeholder {
    color: #e1e4e8;
    line-height: 50px;
    vertical-align: middle;
}

input[type="text"]::-webkit-input-placeholder {
    color: #e1e4e8;
    line-height: 50px;
    vertical-align: middle;
}

a {
    color: #5f44e0;
}

a:hover {
    text-decoration: none;
}

.form-label {
    color: #6b7587;
    font-size: 15px;
    padding: 20px 0 10px 5px;
}

.form-check-label {
    color: #6b7587;
    font-size: 13px;
    padding: 20px 0 10px 5px;
}

#lbl-rememberMe {
    padding-left: 20px;
}

.custom-check-input {
    border: 3px solid #dfe2e6 !important;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-20%);
    width: 18px;
    height: 18px;
}

.small.form-check-label.forgot-password {
    color: #15ad8b;
    text-decoration: none;
}

#checkEye {
    position: absolute;
    top: 50%;
    right: 10px;
    /* transform: translateY(-50%); */
}

.pw-eye:before {
    content: url("../images/icon-hidepassword.svg");
    background-size: cover;
    display: inline-block;
    transform: translateY(-50%);
    height: 12px;
    width: 18px;
}
.pw-eye-slash:before {
    content: url("../images/eye-slash-solid.svg");
    background-size: cover;
    display: inline-block;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}

.booter-right {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .background {
        display: none;
    }
}
@media (max-width: 576px) {
    .background {
        display: none;
    }
}

#Title-Web {
    text-align: center;
    vertical-align: middle;
}

.background {
    background-image: url("../images/bg1.png");
    background-size: cover;
}

.header {
    margin-top: 20px;
    margin-left: 20px;
    height: 90px;
}

.header h4 img {
    height: 46.3px;
}

.Login-form {
    min-height: calc(100vh - 90px - 56px);
}

.btn-100p {
    width: 100%;
    border-radius: 10px !important;
}

.purple {
    color: #5f44e0;
}

.underline {
    text-decoration: underline;
}

.policy-gray {
    color: #8c8ca7;
    text-decoration: none;
}

.bd-highlight {
    font-size: 15px;
    /* margin: 10px; */
}

.lang-check {
    font-weight: 500;
    color: #42417f;
}

.lang-uncheck {
    color: #c5c4e6;
}

.lang-btn {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
}

.footer {
    margin-bottom: 20px;
    margin-left: 5px;
}

.content .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.login-input {
    height: 46px;
    border: 2px solid #dfe2e6;
    border-radius: 6px;
}

.login-submit {
    height: 55px;
    font-size: 13px;
}

.login-title {
    font-size: 25px;
}
