body {
    font-family: "微軟正黑體";
}

.log-block {
    padding-top: calc(35vh - 146px);
}

.slllc-nav {
    padding: 10px;
    padding-right: 20px;
}

.slllc-log-step1 .card,
.slllc-log-step2 .card {
    background-color: transparent;
    border: none;
    padding: 30px 20px;
}

.slllc-logo,
.visitor-content {
    text-align: center;
}

.slllc-logo img {
    width: 50%;
    min-width: 250px;
}

.slllc-form-wrapper {
    padding: 0 15px;
}

.slllc-log-wrapper {
    background-image: url(../images/BG_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
}

.slllc-log-wrapper .btn-primary {
    background-color: #6eccff;
    border: none;
    font-weight: 700;
}

.slllc-log-wrapper .btn-guest {
    background-color: #486f80;
    font-weight: 700;
    color: #fff;
}

.slllc-log-wrapper button:hover {
    opacity: 0.9;
}

.slllc-footer {
    text-align: right;
    margin-top: 10px;
}

    .slllc-footer a {
        color: #ddd;/*#9dc4d4;*/
        margin-right: 25px;
        font-weight: 700;
    }

.red-text {
    color: red;
}

.slllc-log-wrapper .modal-header,
.slllc-log-wrapper .modal-footer {
    border: none;
}

.slllc-log-wrapper .modal-body {
    text-align: center;
}

.slllc-log-step2 h1 {
    text-align: center;
    color: #00437b;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.alert-block {
    width: 80%;
    background-color: #fff;
    margin-left: 10%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.alert-block a {
    margin: auto;
    background-color: #2f6c9e;
    color: #fff;
    width: 100px;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}

.choose-language {
    text-align: right;
    margin-top: 10px;
}

.choose-language select {
    background-color: #d2dade;
    border: solid #b5c8d1 1px;
}

.send-btn {
    width: 16%;
    float: right;
    margin-bottom: 3%;
}

.visitor {
    cursor: pointer;
}

.visitor-img {
    width: 80%;
}

.login-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-box {
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.btn-shekinah-red {
    background-color: #E85F6E;
    color: #fff;
    transition: background-color 0.3s;
}

    .btn-shekinah-red:hover {
        background-color: #E35262;
        color: #fff;
    }

#login-box-visitor {
    align-items: center;
    display: flex;
    padding-top: 40px;
}

#login-box-member {
    padding-top: 50px;
}

#login-box-forgetpw {
    padding-top: 50px;
}

.top-half {
    width: 100%;
    background-color: #785AA5;
    border-radius: 10px 10px 0 0;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

#acc, #pwd, #email {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid white;
    color: black;
    font-size: 1rem;
    font-weight: 700;
    outline: none;
}

#sendForgetPwdBtn {
    margin-bottom: 2%;
    float: right;
    background-color: #ec5f6f;
}

#footerForgetPwd {
    margin-right: 22%;
}

.form-group .select-wrapper {
    width: calc(100% - 125px);
    display: inline-block;
}

    .form-group .select-wrapper .half-select {
        width: auto;
        min-width: 100px;
    }

@media (max-width: 1255px) {
    .log-block {
        padding-top: 12vh;
    }

    .login-box {
        margin-bottom: 20px;
    }

    .slllc-logo img {
        width: 80%;
    }

    .slllc-footer {
        margin-top: 0;
    }

    .slllc-footer a {
        margin: 0;
    }

        .slllc-footer a:not(:last-child) {
            float: left;
        }

    #visitor-content {
        position: relative;
        text-align: left;
    }

    #send-btn-visitor {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
