/* 共用 */
:root {
    --textColor: #5a5a5a;
    --LemonCurry: #ddaa02;
    --yellowOrange: #fab026;
    --purple: #593e8d;
    --mahogany:#b74660;
    --brown:#ca6404;
    --orange:#ee4b00;
    --orangeYellow:#ffbb00;
    --skyBlue:#65caf8;
    --blue:#2988c7;
    --blueLinear:linear-gradient(135deg, var(--skyBlue), var(--blue),var( --LemonCurry));
    --yellowLinear:linear-gradient(135deg, #ecc989  , #f7ba4b  , #faa526);
    --yellowLinear-lighter:linear-gradient(135deg, #ffecc8  , #ffe5b6  );
    --yellowLinear-lighter2:linear-gradient(to top, #fff0c8  , #fce9b7  , #ffdb7e);

}


/****header*****/
header{
    height: 400px;
    /* 疊加漸層與白色紋路圖片 */
    background-image: var(--yellowLinear-lighter2), url(../images/bg_Login.png);
    background-blend-mode:multiply ;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    border-radius: 0 0 60px 60px;
}

header h1{
    display: flex;
    justify-content: center;
}

/****main、card*****/



.login{
    position: relative;
    /* top: -100px; */
    margin-top: -200px;
}
.login .card{
    border-radius: 30px;
    border: 0;
    box-shadow: rgba(0, 16, 36, 0.35) 2px 2px 10px 0px;
    transition: all .4s;
    min-height: 500px;
}

.login .card-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px 0;
    border-radius: 20px 20px 0 0 ;
    color: var(--yellowOrange);
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}
/****帳號密碼登入 card*****/
#collapse1{
    padding-bottom: 44px;
}
.login .card-body .form-group{
    width: auto;
}
.login .card-body .col-form-label{
    position: relative;
    display:inline-block;
}

.login .card-body .col-form-label i{
    position: absolute;
    left: 10px;
    top: calc(50% - 0.5em);
    color: var(--yellowOrange);
}

/* password 相關 */
.password_group {
    position: relative;
}

.password_group .password-eye {
    position: absolute;
    line-height: 1.75em;
    font-size: 1.125rem;
    top: 0;
    right: 0.5em;
    padding: .375rem .75rem;
    z-index: 1;
    color: var(--textColor);
}

/* 在ie edge中消除預設出現的密碼框小眼睛標誌 */
input[type='password']::-ms-reveal {
    display: none;
}

input[type='password']::-ms-clear {
    display: none;
}

input[type='password']::-o-clear {
    display: none;
}

.login .card-body .form-control {
    text-indent: 20px;
    border: 1px solid var(--yellowOrange);
    border-radius: 30px;
    line-height: 1.8rem;
}
.login .card-body .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:  var(--yellowOrange);
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--yellowOrange);
}

.login .card-body .loginBtn {
    background-image: var(--yellowLinear);
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    border: 0;
    border-radius: 30px;
    margin: 60px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.login .card-body .loginBtn:hover ,.login .card-body .lostPass:hover {
    box-shadow: rgba(201, 155, 0, 0.938) 0px 0px 3px 0px;
}

/****外部登入帳號 card*****/

.login .ul-style-clear,
.login .ul-style-clear li {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.login .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.3rem;
    color: white;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: 1px;
}
.login .btn-icon img,
.login .btn-icon i {
    margin-right: .5rem;
    width: 2rem;
    height: auto;
    font-size: 1.5rem;
}
.login .btn-line {
    background-color: #06c755;
}

.login .btn-facebook {
    background-color: #4676ed;
}

.login .btn-google {
    background-color: #d04134;
}
/****忘記密碼 card*****/
.login .lostPass , .login .editForm , .login .loginBtn{
    background-image: var(--yellowLinear);
    font-weight: 600;
    border: 0;
    text-shadow:  0px 0px 3px rgba(0, 0, 0, 0.2);
}
.login .joinLine{
    color: var(--yellowOrange);
    text-align: center;
    font-weight: 600;
}
.login .joinLine img{
    width: 120px;
}


.toggleHide{
    display: none;
}

/*輪播跑馬燈*/
.marquee {
    position: relative;
    top: -40px;
}
.marquee .swiper {
    width: 100%;
    height: 100%;
}
.marquee .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marquee .swiper-pagination {
    position: initial;

}
.marquee .swiperCard{
    border-radius: 20px;
    box-shadow: rgba(0, 16, 36, 0.35) 0px 1px 6px 0px;
    transition: all .4s;
}
.marquee .swiperTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-weight: 600;

}
.marquee .swiperTitle p{
    color: var(--yellowOrange);
}
.marquee .swiperTitle .badge{
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 5px;
    height: 22px;
    font-size: 14px;
}
.marquee .swiper-wrapper{
    margin-top: 5px;
}

.marquee .swiper-pagination{
    margin-top: 10px;
}

.marquee .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.marquee .swiper-pagination-bullet-active{
    background-color: var(--yellowOrange);
}
/****RWD****/


@media screen and (min-width: 375px) and (max-width: 767.98px){
    /* #collapse1{
        display: none;
    }
    #collapse2{
        display: none;
    }
    #collapse3{
        display: none;
    } */

}


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

}

/* alert-block */
.alert-block {
    padding: 15px 19px 15px 17px
}
.alert {
    color: #4e4e4e;
    background-color: #ebf6fb;
    background-image: var(--yellowLinear-lighter);
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #bfd4de;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}
.alert .link {
    font-weight: 700;;
    color: #246a8e;
    text-decoration: underline;
    text-decoration-color: #246a8e;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.alert .link:hover, .alert .link:active {
    color: #278cbe;
    text-decoration-color: #278cbe;
}
.alert .alert-heading {
    color: #246a8e!important;
    margin-bottom: 5px;
    font-weight: 600
}
.alert ul{
    list-style-type: circle;
    margin-bottom: 0px;
}
.alert ul li{
    line-height: 1.5em;
}