@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');


/* @media (max-width: 1200px) {
	.col-lg-hide {
      display: none !important;
    }
}

@media (max-width: 992px) {
	.col-md-hide {
      display: none !important;
    }
}


@media (max-width: 768px) {
  .col-xs-hide {
    display: none !important;
  }
} */

/* ---------- GENERAL ---------- */
* {
        box-sizing: border-box;
        margin:0px auto;
}
body {
        color: #606468;
        font-family: 'Didact Gothic', 'Microsoft JhengHei', 'Arial', sans-serif !important;
        font: 87.5%/1.5em 'Open Sans', sans-serif;
        margin: 0;
}
a {
        color: #eee;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
input {
        border: none;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5em;
        padding: 0;
        -webkit-appearance: none;
}
p {
        line-height: 1.5em;
}
[class*="fontawesome-"]:before {
        font-family: 'FontAwesome', sans-serif;
}
.container {
        left: 50%;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
}
fieldset{
        padding:0;
        border:0;
        margin: 0;
}
.clearfix {
        *zoom: 1;
}
.middle {
        display: flex;
}
@media screen and (max-width:991px) {
        .container {
                width: 100%;
        }
}

/* ---------- LOGIN ---------- */
.main{
        width:100%;
        height:100vh;
        background: #2a2a2a; /* Old browsers */
        background: -moz-linear-gradient(top,  #2a2a2a 0%, #000000 70%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #2a2a2a 0%,#000000 70%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #2a2a2a 0%,#000000 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* #login, .logo{
        display:inline-block;
        width:40%;
} */
#login{
        border-right:1px solid #fff;
        padding: 20px 10px 0px 10px;
        order: 1;
}
/* #login form{
        width: 250px;
} */
#login .inputGroup input {
        height: 50px;
        font-size: 15px;
}
#login .inputGroup .VerCode {
        position: absolute;
        /* right: 8%; */
        left: 35%;
        padding: 8px 0;
}
#login .inputGroup .VerCode #randomNum {
        width: 85px;
        max-width: 85px;
        height: 35px;
}
#login .inputGroup .VerCode #randomBtn {
        width: 20%;
        height: 30px;
        font-size: 13px;
        color: #FFF;
        background-color: #434343;
        margin-left: 5px;
        padding: 6px 8px;
        border-radius: 5px;
        cursor: pointer;
        vertical-align: middle;
}
#login .BtnGroup {
        padding: 0 30px 0 15px;
}
#login .BtnGroup span {
        display: block;
        padding: 0 5px;
}
#login .BtnGroup .FogetBtn {
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0;
}
#login .BtnGroup .loginBtn {
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0;
}
#login .BtnGroup .RemberBtn {
		display: inline-flex;
        margin: 10px auto;
        text-align: left;
}

#login form span.fa {
        background-color: #fff;
        border-radius: 3px 0px 0px 3px;
        color: #000;
        display: block;
        float: left;
        height: 50px;
        font-size:24px;
        line-height: 50px;
        text-align: center;
        width: 13%;
}

#login form input[type="text"],input[type="password"] {
        background-color: #fff;
        border-radius: 0px 3px 3px 0px;
        color: #000;
        margin-bottom: 1em;
        padding: 0 16px;
        width: 86%;
}
#login form input[type="submit"] {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #000000;
        color: #eee;
        font-weight: bold;
        /* margin-bottom: 2em; */
        text-transform: uppercase;
        padding: 5px 10px;
        height: 30px;
}

#login form input[type="submit"]:hover {
        background-color: #d44179;
}

#login > p {
        text-align: center;
}

#login > p span {
        padding-left: 5px;
}

.logo{
        text-align: center;
        order: 2;
}

.logo img {
        width: 285px;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
        -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
}

.pwd-rule{
        display:inline-block;
        width: 100%;
        margin-left: 0px;
        padding: 0;
        font-size: .85rem;
        color:#C90F0F;
        line-height: 1.2rem;
        margin: 0 0 7px 0; 
        text-align:left;
}
/* 快速登入 */
.RemberBtn input[type="checkbox"] {
        display: none;
}

.RemberBtn input[type="checkbox"]+label {
        display: inline-block;
        width: 100%;
        color: white;
        font-size: 14px;
        -webkit-box-sizing: border-box;
}

.RemberBtn label::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #EEE;
        vertical-align: bottom;
        margin-right: 5px;
        -webkit-border-radius: 50%;
        -webkit-box-sizing: border-box;
        -webkit-transition: background ease-in .5s
}

.RemberBtn input[type="checkbox"]:checked+label::before {
        background-color: rgb(255, 100, 0);
        border: 5px #EEEEEE solid;
}


/* 重設密碼 */
#resetPassword .content_title h2 {
        font-size: 25px;
        margin: 15px auto 30px auto;
        color: #ff9914;
}
#resetPassword .modal_div {
        margin: 10px auto;
        text-align: center;
}
#resetPassword .modal_div #show_iv_content {
        margin-top: 10px;
}

#resetPassword .modal_div #show_iv_content p {
        margin-bottom: 0;
}

#resetPassword .modal_div #show_iv_content p input {
        display: inline-block;
        margin-left: 8px;
        padding: .375rem .75rem;
}

#keep-pwd {
        text-align: left;
}

#keep-pwd input {
        margin-left: 32px !important;
        padding: 0 !important;
}

.modal-title {
        font-size: 1.5rem;
        color: orange;
        font-weight: 600;
}

@media screen and (max-width:991px) {
        .logo {
                order: 1;
                height: 100px;
        }
        .logo img {
                width: 230px;
                margin-left: -4%;
                filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
                -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
        }
        #login {
                border-right: none;
                padding: 0;
                order: 2;
        }
        #login .inputGroup .VerCode {
                position: absolute;
                right: 8%;
                padding: 8px 0
        }
        #login .BtnGroup {
                padding: 0 15px;
        }
        #login .BtnGroup span {
                margin: 6px auto;
                padding: 0 7px;
        }
        #login .BtnGroup .RemberBtn {
                text-align: center;
        }
}
@media screen and (max-width:480px) {
        #login .inputGroup .VerCode {
                position: relative;
                right: -50%;
        }
}
@media screen and (max-width:320px) {
        #login .inputGroup .VerCode {
                position: relative;
                right: -40%;
        }
}
