﻿#form {
    -moz-box-shadow: 2px 2px 11px rgba(165, 165, 165, 0.5);
    -webkit-box-shadow: 2px 2px 11px rgba(165, 165, 165, 0.5);
    box-shadow: 2px 2px 11px rgba(165, 165, 165, 0.5);
    background-color: #fff;
    color: #6C757D;
    border-radius: 10px;
}

    #form .form-group {
        margin-bottom: 35px;
    }

    #form input.form-control {
        border: none;
        border-radius: 0;
    }

    #form input.form-control {
        border-bottom: solid 1px #6C757D;
    }

.nav-tabs .nav-link {
    color: #7fe1ef;
    font-weight: bold;
    font-size: 30px;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
    }

    .nav-tabs, .nav-tabs .nav-link.active {
        border: none;
        color: #12A1B7;
    }

        .nav-tabs .nav-link.active {
            border-bottom: solid 5px #12A1B7
        }

.loginZone {
    padding: 10px 10px 30px 10px;
    width: 400px;
    min-height: 580px;
}

.ltab {
    margin-top: 20px;
}

    .ltab label {
        font-size: 20px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

        .ltab label img {
            padding-right: 9px;
            width: 20px;
        }

label.form-check-label {
    font-size: 15px;
}

.form-check-input {
    margin-top: 0;
}

#myTabContent {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}

.home-menu .menuCard2 h5 {
    color: #0F71BC;
    font-weight: bold;
}

.home-menu .menuCard2 p {
    color: #6C757D;
}

.menuCard2 {
    margin: 10px;
    background-color: white;
    border: 1px solid #DCDCDC;
    position: relative;
    width: 220px;
}

    .menuCard2:hover {
        box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
    }

    .menuCard2 a:hover {
        text-decoration: none;
    }

.sh-rounded {
    border-radius: 5px;
    padding: 10px;
}

.underline {
    font-weight: bold;
    display: flex;
    margin-top: 20px;
    text-decoration: solid underline #0F71BC 3px;
}

.underline {
    display: none;
}

    .underline.active {
        display: block;
    }

/*1200px以下的畫面*/
@media (max-width: 1200px) {
    .menuCard2 {
        width: 186px;
    }
}

/*992px以下的畫面*/
@media (max-width: 992px) {
    .menuCard2 {
        width: 210px;
    }
}

/*768px以下的畫面*/
@media (max-width: 768px) {
    .loginZone {
        width: auto;
        height: auto;
        min-height: 0;
    }

    #myTabContent {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #form {
        border-radius: 0 0 25px 25px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .home-menu .menuCard img {
        width: 100px;
    }

    .home-menu .menuCard center {
        padding: 0px 12px;
    }

    .menuCard2 {
        max-width: none;
        margin-bottom: 20px;
    }

    .sh-rounded {
        padding: 5px;
    }

    .menuCardImg {
        width: 100px;
        padding-top: 10px;
    }

    .menuCard2 {
        width: 47%;
        margin: 5px;
    }

        .menuCard2 p {
            font-size: 14px;
        }

    .menuCardTitle {
        font-size: 18px;
    }
}

/*369px以下的畫面*/
@media (max-width: 369px) {
    .menuCard2 {
        width: 46%;
    }
}

/*登入頁面V1*/
.loginPost {
    background-color: #47B5BE;
    margin: 80px auto 100px auto;
    height: 520px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 960px;
}

.loginPostTitle {
    background-color: #70C8CF;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 40px;
}

.loginPostContent {
    color: white;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 25px;
    line-height: 28px;
    letter-spacing: 1px;
}

.loginCard {
    position: absolute;
    right: 0;
    top: 40px;
    min-height: 500px;
}

.loginBtnAdjust {
    background-color: #1C7CD5;
    width: 280px;
    height: 48px;
}

.loginPostTeachBtn {
    background-color: #70C8CF;
    padding: 20px 40px;
    max-width: 425px;
    margin-left: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

    .loginPostTeachBtn a {
        color: white;
        font-size: 18px;
        line-height: 25px;
    }

    .loginPostTeachBtn i {
        font-size: 10px;
        padding-left: 8px;
    }

.line {
    background-color: white;
    width: 2px;
    height: 24px;
    display: inline-block;
}

.hide {
    display: none;
}

@media (max-width: 1200px) {
    #form {
        margin-left: auto;
        margin-right: 40px;
    }
}

@media (max-width: 768px) {
    .loginCard {
        position: initial;
    }

    .loginPost {
        margin-top: -200px;
        margin-bottom: 10px;
        height: auto;
        padding-top: 200px;
    }

    .loginPostContent {
        margin-top: 13px;
        font-size: 16px;
        padding-left: 15px;
    }

    .loginBtnAdjust {
        width: 95%;
        height: 45px;
    }

    .loginPostTeachBtn {
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%;
    }

        .loginPostTeachBtn a {
            font-size: 16px;
        }

    #form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .loginPost {
        margin-top: -50px;
        padding-top: 20px;
    }
}

/*點選首頁選單icon loading*/

.menuCard2.active {
    background-color: #F9F9F9;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.1)
}

    .menuCard2 .active::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        border-radius: 0 0 0 5px;
        width: 10px;
        height: 8px;
        background-color: #FAA41B;
        animation-name: menuCardLoading;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        z-index: 2;
    }

@keyframes menuCardLoading {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }
}

/*#region 登入畫面V2*/
.cloudLoginFlex {
    height: 100vh;
    display: flex;
}

.loginSkin {
    background-color: white;
    width: 50%;
    height: 100%;
    padding: 30px;
}

    .loginSkin .shinherLogo {
        max-width: 100%;
    }

.loginBlock {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 145px;
}

.btnOutlineBlueWithRounded {
    border: 1.5px solid #1C7CD5;
    background-color: white;
    color: #1C7CD5;
    font-weight: bold;
    border-radius: 20px;
}

    .btnOutlineBlueWithRounded.active {
        border: 1.5px solid #1C7CD5;
        background-color: #1C7CD5;
        color: white;
    }

.loginMenu {
    width: 350px;
}

.imgSkin {
    background-color: #1C7CD5;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 30px;
}

    .imgSkin .imgElement {
        max-width: 90%;
    }

@media(max-width:1200px) {
    .loginSkin {
        width: 60%;
    }

    .imgSkin {
        width: 40%;
    }
}

@media(max-width:768px) {
    .cloudLoginFlex {
        flex-direction: column;
    }

    .loginSkin {
        width: 100%;
    }

    .imgSkin {
        display: none;
    }

    .loginBlock {
        padding-bottom: 50px;
    }
}

/*#endregion */

/*#region 新生登入畫面*/
.registrationLoginBg {
    background-color: #E6F0F8;
    background-image: url('../images/registration/bg.png');
    background-repeat: repeat;
    height: 100vh;
    overflow-y: hidden;
}

.registrationLoginBlock {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.registrationloginMenu {
    max-width: 500px;
}

.registrationLoginInput {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.registrationLoginCard {
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.registrationLoginCardTopImg {
    max-width: 300px;
}

.registrationLoginCard .title {
    background-color: #0F71BC;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    max-width: 195px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.registrationLoginNote {
    background-color: #F4DF89;
    border-radius: 5px;
    padding: 10px;
    margin: 15px;
    font-size: 16px;
}

@media(max-width:768px) {
    .registrationLoginCardTopImg {
        max-width: 250px;
    }

    .registrationLoginNote {
        padding: 15px;
        font-size: 15px;
        max-height: 180px;
        overflow-y: auto;
    }
}
/*#endregion */
/* 警語 */
.notice-wording {
    font-size: 16px;
    margin: 8px 0;
    color: #dc3545;
}