body {
    /* sans-serif ( 無襯線體 )、serif ( 襯線體 )、monospace ( 等寬體 )、cursive ( 手寫體 ) 和 fantasy ( 幻想體 ) */
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

/**
 *  修改google浏览器，默认的聚焦黄色背景为白色 開始
 */

input:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white  inset !important;
}

input{
    outline-color: invert ;
    outline-style: none ;
    outline-width: 0px ;
    border: none ;
    border-style: none ;
    text-shadow: none ;
    -webkit-appearance: none ;
    -webkit-user-select: text ;
    outline-color: transparent ;
    box-shadow: none;
}

/**
 *  修改google浏览器，默认的聚焦黄色背景为白色 結束
 */


.wrap {
    width: 100%;
    /* background-color: yellow; */
}

.wrap .banner {
    width: 60%;
    margin: auto;
    padding-top:140px ;
    padding-bottom: 10px;
    text-align: center;
    /* background-color: #0C9641; */
}

.wrap .banner img {
    width: auto;
    max-width: 100%;
}

/* 輸入區塊內容 Start */
.wrap .login-information {
    width: 70%;
    height: auto;
    /* background-color: rgba(84, 148, 95,0.2); */
    margin: 10px auto 0px auto;
    /* overflow: hidden; */
}

.wrap .login-information p {
    /* background-color: rgb(55, 0, 255); */
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    color: #D0021B;
}

.wrap .login-information .group-login {
    /* background-color: red; */
    width: 100%;

}

.wrap .login-information .group-login .group-input {
    width: 100%;
    height: 44px;
    /* background-color: rgb(243, 14, 14); */
    position: relative;
}
.wrap .login-information .group-login .group-input label {
    display: inline-block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    /* background-color: tomato; */
    width: 30px;
    height: 18px;
    top: 0px;
    bottom: 0px;
    left: 2px;
    margin: auto;
    text-align: right;
}
.wrap .login-information .group-login .group-input label i{
    font-size: 18px;
    color: #14a6ee;
}

.wrap .login-information .group-login .group-input input {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    text-indent: 30px;
    font-size: 14px;
    color: #000000;
    padding-right: 30px;
    /* overflow: hidden; */
}

.wrap .login-information .group-login .pass_switch {
    /* 顯示密碼開關區塊 */
    height: 80%;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 3px;
    border: none;
    background-color: rgba(219, 20, 20,0);
    border-radius: 10px;
}
.wrap .login-information .group-login .pass_switch:focus {
    outline: none;
}
.wrap .login-information .group-login .pass_switch i {
    font-size: 18px;
    color: #14a6ee;
}


.wrap .login-information .group-login .group-input input:focus {
    outline: none;
}

.wrap .login-information .group-login .group-input:nth-child(2) {
    margin: 10px 0px;
}

input::-webkit-input-placeholder {
    display: inline-block;
    color: #909090;
    font-size: 14px;
    /* font-weight: bold; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    /* background-color: blueviolet; */
    position: relative;
    top: 0px;
}

:-moz-placeholder {
    display: inline-block;
    color: #909090;
    font-size: 14px;
    /* font-weight: bold; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    /* background-color: blueviolet; */
    position: relative;
    top: 0px;
}

::-moz-placeholder {
    display: inline-block;
    color: #909090;
    font-size: 14px;
    /* font-weight: bold; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    /* background-color: blueviolet; */
    position: relative;
    top: 0px;
}

input:-ms-input-placeholder {
    display: inline-block;
    color: #909090;
    font-size: 14px;
    /* font-weight: bold; */
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-top: 10px;
    background-color: blueviolet;
}

.wrap .login-information .group-login .btn {
    width: 100%;
    border: none;
    height: 44px;
    border-radius: 7px;
    background-color: #14a6ee;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 15px 20px 6px rgb(204, 204, 204, .5);
}

.wrap .login-information .group-login .btn:focus {
    outline: none;
}

/* 文字描敘部分 */
.wrap .login-information .group-text {
    width: 100%;
    height: 100px;
    /* background-color: burlywood; */
    margin-top: 20px;
    text-align: center;
}

.wrap .login-information .group-text h3 {
    color: #EF760E;
    font-size: 14px;
    /* background-color: chartreuse; */
    line-height: 14px;
    padding: 10px 0;
}

.wrap .login-information .group-text img {
    color: #EF760E;
    text-align: center;
    /* background-color: rgb(47, 0, 255); */
    padding: 10px 0;
    width: 30px;
}

.wrap .login-information .group-text h4 {
    color: #ACACAC;
    font-size: 14px;
    /* background-color: chartreuse; */
    line-height: 14px;
    padding: 20px 0px 0px 0px;
}



/* 忘記密碼和隱私權區塊 內容 Start */
.wrap .forget-privacy {
    width: 90%;
    height: auto;
    /* background-color: rgba(33, 12, 221, 1); */
    margin: 20px auto 0px auto;
    /* overflow: hidden; */
    text-align: center;
    font-size: 14px;
    color: #909090;
    padding-top:10px ;
}

.wrap .forget-privacy a{
    color: #14a6ee;
    text-decoration: none;
}

.wrap .forget-privacy .forget {
    padding-bottom: 30px;
}

@media screen and (max-width:320px) {
    .wrap .forget-privacy {
        font-size: 13px;
    }
}

@media screen and (max-width:280px) {
    .wrap .forget-privacy {
        font-size: 12px;
    }
}


/* 頁尾部分 */
.wrap .footer {
    /* background-color: rgb(241, 132, 214); */
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 60px;
    /*position: fixed;*/
    bottom: 0px;
}

.wrap .footer p {
    font-family: PingFangTC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5d5d5d;
}


/* 20201125 調整 sweetalert2 套件*/
.swal2-icon.swal2-success {
    border-color: #2196f3 !important;
    color: #2196f3 !important;
    font-size: 9px;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #ffffff !important;
    z-index: 99 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(165,220,134,.0) !important;
    background-color: #2196f3 !important;
}

.wrap .login-information .sms label {
    width: 20px !important;
    height: 25px !important;
}
.wrap .login-information .sms label i{
    font-size: 24px !important;
}

.wrap .login-information .sms .code label {
    height: 14px !important;
    left: 5px;
}
.wrap .login-information .sms .code label i{
    font-size: 16px !important;
}
.wrap .login-information .sms .code input {
    display: inline-block !important;
    width: 150px !important;
    max-width: 150px !important;
    padding-right: 0 !important;
}
.wrap .login-information .sms .code .captcha {
    background-color: #797979;
    float: right;
    width: auto;
    max-width: 130px;
}

.showDiv {
    display: block !important;
}
.hideDiv {
    display: none !important;
}
