﻿
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;300;400;500;700;900');

:root {
    --screen-footer-height: 164px;
    --screen-sm-footer-height: 190px;
    --mobile-footer-height: 196px;
    --header-height: 64px;
    --body-middle-width: 400px;
    --body-dynamic-width: calc(100% - 40px);
}

body {
    font-family: Roboto, Arial,'Noto Sans TC','Microsoft JhengHei','Noto Sans JP','Noto Sans KR','Noto Sans Thai';
    font-size: 14px;
    line-height: 1.42857;
    color: white;
    /*background-color: #fff;*/
    background: rgba(18, 18, 18, 1);
}
    /*body.ja { font-family: "Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", Meiryo_jp, メイリオ_jp, "ＭＳ Ｐゴシック_jp", "Gill Sans MT", Arial, Helmet, Freesans, sans-serif; }*/
    body.ja {
        font-family: 'Noto Sans JP';
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    /*margin-bottom: 16px;*/
    margin-top: 16px;
}

button {
    font-family: Montserrat, Arial,'Noto Sans TC','Microsoft JhengHei','Noto Sans JP','Noto Sans KR','Noto Sans Thai';
}

.form-group {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .form-group:has(> .body-icon) {
        padding-top: 0px;
    }
    .form-group:has(> .body-title) {
        padding-top: 0px;
    }
.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

.input-field > .control-label-hide {
    visibility: hidden;
}

.input-field:focus-within > .control-label-hide {
    visibility: visible;
    color: rgba(255, 255, 255, 1) !important;
}

.has-success .control-label-hide {
    visibility: visible;
    color: rgba(255, 255, 255, 1) !important;
}

.has-error .control-label-hide {
    visibility: visible;
    color: rgba(255, 0, 0, 1) !important;
}

.hasValue .control-label-hide {
    visibility: visible;
    color: rgba(255, 255, 255, 1);
}

.input-field.has-error:focus-within > .control-label-hide {
    visibility: visible;
    color: rgba(255, 0, 0, 1) !important;
}

.input-field {
    align-items: flex-start;
    /*display: flex;*/
    flex-direction: column-reverse;
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 16px !important;
}

.input-lg {
    height: 56px;
    /*padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;*/
    font-size: 16px;
    background: rgba(18, 18, 18, 1);
    border: 1px solid rgba(117, 117, 117, 1);
    color: white;
}

.form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px;
}

.container {
    max-width: 400px;
    padding: 60px 20px;
    min-height: calc(100vh - 160px);
}

@media (max-width: 768px) {
    .container {
        padding: 40px 20px;
        min-height: calc(100vh - 110px);
    }
}

.smaller {
    font-size: 12px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 14px;
    padding-left: 25px;
}

.sub_btn {
    /* font: normal 700 1.6rem 'Poppins'; */
    line-height: 28px;
    padding: 14px 20px;
    background-color: red;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    color: white;
    background: rgba(204, 0, 64, 1);
    font-size: 16px;
    border: 0px solid rgba(204, 0, 64, 1);
}

    .sub_btn:hover {
        /*border: 2px solid rgba(204, 0, 64, 0.8);*/
        background-color: rgba(204, 0, 64, 0.8);
    }
    .sub_btn:active {
        /*border: 2px solid rgba(204, 0, 64, 0.8);*/
        background-color: rgba(204, 0, 64, 0.8);
    }

.sub_btn_small {
    /* font: normal 700 1.6rem 'Poppins'; */
    line-height: 24px;
    padding: 14px 20px;
    border: 2px solid #000;
    background-color: red;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 174px;
    font-weight: 700;
    color: white;
    background: rgba(204, 0, 64, 1);
    font-size: 16px;
    border: 2px solid rgba(204, 0, 64, 1);
}

    .sub_btn_small:hover {
        border: 2px solid rgba(204, 0, 64, 0.8);
        background-color: rgba(204, 0, 64, 0.8);
    }

.sub_btn_black {
    /* font: normal 700 1.6rem 'Poppins'; */
    line-height: 24px;
    padding: 14px 20px;
    border: 2px solid #000;
    /*background-color: red;*/
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    color: white;
    background: rgba(18, 18, 18, 1);
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 1);
}

    .sub_btn_black:hover {
        border: 2px solid rgba(204, 0, 64, 0.8);
        background-color: rgba(204, 0, 64, 0.8);
    }

.sub_btn_black_small {
    /* font: normal 700 1.6rem 'Poppins'; */
    line-height: 24px;
    padding: 14px 20px;
    border: 2px solid #000;
    /*background-color: red;*/
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 174px;
    font-weight: 700;
    color: white;
    background: rgba(18, 18, 18, 1);
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 1);
}

    .sub_btn_black_small:hover {
        line-height: 28px;
        border: 0px solid rgba(204, 0, 64, 0.8);
        background-color: rgba(204, 0, 64, 0.8);
    }

.sub_btn_dark {
    line-height: 3px;
    padding: 15px 20px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(117, 117, 117, 1);
}

.sub_btn_dark_small {
    line-height: 3px;
    padding: 15px 20px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 174px;
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(117, 117, 117, 1);
}

@media (max-width: 768px) {
    .sub_btn_small, .sub_btn_black_small, .sub_btn_dark_small {
        width: 100%;
    }
}

a {
    text-decoration: underline;
    color: white;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(18, 18, 18, 1);
    opacity: 1;
}
/*.container {
    max-width: 390px;
    padding-top: 20px;
    padding-bottom: 40px;
}*/

.select2-container--default .select2-selection--single {
    background-color: rgba(18, 18, 18, 1);
    border: 1px solid rgba(117, 117, 117, 1);
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: white;
        line-height: 56px;
    }

.select2-dropdown {
    background-color: black;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background-color: black;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgba(18, 18, 18, 1), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

.login-header-content {
    width: 100%;
    text-align: center;
    --bg-opacity: 1;
    background-color: #121212;
    background-color: rgba(18, 18, 18, 1);
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    padding: 12px 20px;
    height: var(--header-height);
}

input[type="password"]::-ms-reveal {
    display: none
}

.body-icon {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .body-icon img {
        width: 96px;
        height: 96px;
        margin-bottom: 20px
    }

@media screen and (max-width: 768px) {
    .body-icon img {
        width: 60px;
        height: 60px
    }
}

.body-title {
    font-family: Montserrat, Arial,'Noto Sans TC','Microsoft JhengHei','Noto Sans JP','Noto Sans KR','Noto Sans Thai';
    font-weight: 800;
    font-size: 32px;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 130%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .body-title {
        font-weight: 700;
        font-size: 24px;
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, 1);
    }
}

.form-control:focus {
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: none;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: rgba(242, 242, 242, 1);
}

.has-success .form-control {
    border-color: rgba(117, 117, 117, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-success .form-control:focus {
        border-color: rgba(255, 255, 255, 1);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: rgba(255, 0, 0, 1);
}

.has-error .form-control:focus {
    border-color: #c92323;
    border-color: rgba(255, 0, 0, 1);
    box-shadow: none;
}

.has-error .input-group .form-control:focus {
    border-color: #c92323;
    border-color: rgba(255, 0, 0, 1);
    box-shadow: none;
    border-right: 0px;
}

.body-desc {
    font-family: Roboto, Arial,'Noto Sans TC','Microsoft JhengHei','Noto Sans JP','Noto Sans KR','Noto Sans Thai';
    font-weight: 400;
    font-size: 16px;
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, 1);
    text-align: center;
    display: grid;
    line-height: 19px;
    width: 100%;
    margin-top: 12px;
}

.body-desc-second {
    font-family: Roboto, Arial,'Noto Sans TC','Microsoft JhengHei','Noto Sans JP','Noto Sans KR','Noto Sans Thai';
    font-weight: 400;
    font-size: 14px;
    --text-opacity: 1;
    color: #cccccc;
    color: rgba(204, 204, 204, 1);
    text-align: center;
    display: grid;
    line-height: 16px;
    width: 100%;
    margin-top: 12px;
}

.has-error .form-control {
    border-color: #c92323;
    border-color: rgba(255, 0, 0, 1);
    box-shadow: none;
}

button.btn.btn-default.input-lg.btn-img {
    border: 1px solid rgba(117, 117, 117, 1);
    border-left: 0px;
    background-color: rgba(18, 18, 18, 1);
    width: 40px;
}

    button.btn.btn-default.input-lg.btn-img:focus {
        border: 1px solid rgba(117, 117, 117, 1);
        box-shadow: none;
    }

div.btn.btn-default.input-lg.btn-img {
    border: 1px solid rgba(117, 117, 117, 1);
    border-left: 0px;
    background-color: rgba(18, 18, 18, 1);
    width: 40px;
}

    div.btn.btn-default.input-lg.btn-img:focus {
        border: 1px solid rgba(117, 117, 117, 1);
        box-shadow: none;
    }

.has-error .btn.btn-default.input-lg.btn-img {
    border-color: #c92323;
    border-color: rgba(255, 0, 0, 1);
    box-shadow: none;
}


    .has-error .btn.btn-default.input-lg.btn-img:focus {
        border-color: #c92323;
        border-color: rgba(255, 0, 0, 1);
        box-shadow: none;
    }

.input-img {
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 35px;
    width: 18px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px !important;
    color: rgba(255, 0, 0, 1) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.form-check-input {
    opacity:0;
}
    .form-check-input + span:before {
        content: '';
        color: black;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(158, 158, 158, 1);
        /* border-radius: 50%; */
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        /*margin-right: 5px;*/
        position: absolute;
        left: 0px;
        top: 2px;
        border-radius: 2px;
    }

    .form-check-input:checked + span:before {
        content: '\e96f';
        color: black;
        background-color: rgba(240, 0, 76, 1);
        border: 1px solid rgba(240, 0, 76, 1);
        /* border-radius: 50%; */
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        /*margin-right: 5px;*/
        position: absolute;
        left: 0px;
        top: 2px;
        font-size: 10px;
    }

.has-error .form-check-input + span:before {
    border-color: rgba(240, 0, 76, 0.15);
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

/* 定义单选按钮的通用样式 */
.form-radio-input {
    -webkit-appearance: none; /* 移除默认样式 */
    width: 18px;
    height: 18px;
    border-radius: 50%; /* 创建圆形 */
    border: 1px solid rgba(158, 158, 158, 1); /* 设置边框 */
    display: inline-block;
    /*position: relative;*/
    margin-top: 0px !important;
}

    /* 定义选中状态下的外观 */
    .form-radio-input:checked {
        border-color: rgba(240, 0, 76, 1); /* 边框颜色 */
    }

        /* 定义内圈的选中颜色 */
        .form-radio-input:checked::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background-color: rgba(240, 0, 76, 1); /* 内圈颜色 */
            border-radius: 50%;
        }

.form-control-feedback {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}

    a:focus, a:hover {
        color: rgba(255, 105, 152, 1) !important;
    }
span.icon-checked {
    color: white !important;
}
.form-group .checkbox label{
    padding-left: 28px;
}
.form-group .radio label .uploaded_file_area {
    color: white !important;
}
.form-group .radio label .form-radio-input + span {
    color: white !important;
}

.google-icon {
    border: 1px solid rgba(117, 117, 117, 1);
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    color: rgba(242, 242, 242, 1);
    text-align: center;
    font-size: 16px;
    height: 56px;
}

    .google-icon:hover {
        background-color: #262626;
    }
    .google-icon:active {
        background-color: #333333;
    }

    .google-icon img {
        width: 16px;
        height: 16px;
    }

.facebook-icon {
    border: 1px solid rgba(117, 117, 117, 1);
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    color: rgba(242, 242, 242, 1);
    text-align: center;
    font-size: 16px;
    height: 56px;
}

    .facebook-icon:hover {
        background-color: #262626;
    }
    .facebook-icon:active {
        background-color: #333333;
    }

    .facebook-icon img {
        width: 16px;
        height: 16px;
    }

.login-btn {
    border: 1px solid rgba(117, 117, 117, 1);
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    color: rgba(242, 242, 242, 1);
    text-align: center;
    font-size: 16px;
    height: 56px;
}

    .login-btn:hover {
        background-color: #262626;
    }

    .login-btn:active {
        background-color: #333333;
    }

    .login-btn img {
        width: 16px;
        height: 16px;
    }