@charset "UTF-8";

/* CSS Document */
body {
    margin: 0;
    background-image: url(../img/login_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    height: 100svh;
    overflow-y: hidden;
}

.wrapper {
    width: 35%;
    height: 80%;
    margin-top: 2%;
    margin-left: 8%;
}

.form_bg {
    background-image: url(../img/form_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 2.2rem;
}

.centerbox {
    text-align: center;
    padding-top: 6%;
}

.title {
    color: #b28247;
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 5px;
}

.title-a {
    color: #915446;
    margin-top: 8%;
}

input.form-col-a, select.form-col-a  {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #debe98;
    margin-top: 20px;
    width: 300px;
    height: 30px;
    font-weight: 100;
    outline: none;
    color: #915446;
    font-size: 1rem;
}

.login_code {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login_code input {
    width: 180px
}

.login_code img {
    width: 120px
}

input.form-col-a:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
    color: #915446;
    opacity: 1;
    /* Firefox */
    font-size: 1rem;

}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #915446;
    font-size: 1rem;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #915446;
    font-size: 1rem;
}

.verifybtn {
    background-image: url(../img/verify_btn.png);
    background-size: 65%;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-position: center;
    color: #a48b78;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background-color: transparent;
    width: 80%;
    cursor: pointer;
}

.registerbtn {
    background-image: url(../img/big_btn.png);
    background-size: 65%;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-position: center;
    font-weight: 300;
    font-size: 14px;
    color: #915446;
    border: none;
    background-color: transparent;
    width: 80%;
    cursor: pointer;
}

.btnbox {
    width: 52%;
    margin: 0 auto;
    text-align: center;
}

.indexbtn {
    background-image: url(../img/little_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 45px;
    width: 50%;
    font-size: 0.8rem;
    color: #a48b78;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-type {
    text-decoration: none;
    color: #a48b78;
    display: block;
}

:focus {
    outline: 0;
}

.top-logo {
    background-image: url(../img/goya_white.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    height: 9%;
    opacity: 0.5;
    cursor: pointer;
}
.read-contract{
    max-width: 50%;
    margin: 1rem auto;
    color:#645f5f;
    letter-spacing: 0.05rem;
}
.read-contract a{
    color: #915446;
    text-decoration: underline;
}

.fa-eye {
    margin-left: -22px;
    color: #debe98;
}

.fa-eye-slash {
    margin-left: -24px;
    color: #00000070;
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .wrapper{
        height: 85%;
    }
    .centerbox{
        padding-top: 8%;
    }
    .read-contract{
        max-width: 80%;
    }
}

@media screen and (min-width:768px) and (max-width:1366px) {
    .form_bg{
        background-size: 100% 100%;
    }
    
}
@media screen and (min-width:1024px) and (max-width:1366px) {
    .centerbox{
        padding-top: 3.2%;
    }
}
@media screen and (max-width:1366px) {
    body {
        background-size: auto !important;
        background-position-x: center !important;
    }

    .wrapper {
        display: none;
    }

    .form_bg {
        background-position-y: top;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 437px;
    }

    .bottom-logo {
        background-size: 20% auto;
    }

    .centerbox {
        width: 80%;
    }

    .title {
        font-size: 1rem;
    }

    .title-a {
        margin-top: 0%;
    }

    input.form-col-a,select.form-col-a {
        width: 100%;
        margin: 0.9rem 0 0 0;
    }

    .verifybtn,
    .registerbtn {
        background-size: contain;
        margin-top: 10px;
        width: 100%;
        height: 35px;
        line-height: 35px;
    }

    .btnbox {
        width: 100%;
    }

    .sm-indexbtn {
        width: 100%;
        font-size: 0.9rem;
        color: #a48b78;
        margin-top: 0.8rem;
        text-decoration: underline;
    }

    .tabs>ul {
        padding-left: 0;
    }

    .tabs>ul>li {
        width: 40%;
        text-align: center;
    }

    .tabs ul li label {
        color: #fff !important;
        font-weight: 400 !important;
    }

    /* .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label,
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        line-height: 10px !important;
    } */

    .tabs .content {
        border: none !important;
    }

    .top-logo {
        height: 45px;
        margin-top: 3%;
        background-size: auto 100%;
    }

    .input-box {
        margin-top: 8%;
    }
    .read-contract {
        max-width: 100%;
        margin: 0.5rem auto;
    }

}
@media screen and (max-width:768px) {
    .form_bg{
        min-height: 600px;
    }
    .centerbox{
        padding-top: 4.5%;
    }
}

@media screen and (max-width:425px) {
    .centerbox {
        padding-top: 7%;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1280px) {}