@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	/*margin:0 auto;*/
}
html, body ,form{
    height: 100%;
	margin: 0;
    padding: 0;    
    min-width: 1000px;
}
html{
    font-size: 100%;/*16 ÷ 16 × 100% = 125%*/
    scroll-behavior: smooth;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei","Helvetica", "Microsoft JhengHei";
    /*line-height: 1.8rem;*/
    font-size: 1em;
    color: #000000;
    position: relative;
    overflow-x: hidden;
}

a{
	cursor:pointer;
}
a, a:hover, a:link, a:visited, a:active {
	text-decoration:none;
}
p{
    font-size: 1.2rem;
	color:#000;
}
img{
	border:none;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
.Loginback {
    background-color: #FFF4EB;
    background-image:url("../image/loginpage_bg.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.LoginBox {
    position: relative;
    /*width: 700px;*/
    right: 150px;
    margin-right: 0;
}
.logo_L {
    position: relative;
    left: -90px;
}
.LoginContent {
    width: 400px;
    z-index: 99;    
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
}
.loginTitle {
    font-size: 2em;
    font-weight: bold;
    color: #CC650D;
    text-align: center;
    border-bottom: 3px solid #CC650D;
    margin-bottom: 20px;
}
.LoginInputBox {
    position: relative;
    font-size: 1.2em;
}

    .LoginInputBox input {
        margin: 7px 0;
        /*background-color: #e6e6e6 !important;*/
        height: 50px;
        font-size: 1.1rem;
        border: 1px solid #bababa;
        padding-left: 50px;
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    .LoginInputIcon{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        color: #4d4d4d;
    }

.LoginCheckBox {
    display: flex;
    align-items: center;
}
.LoginTextEXBox {
    display: flex;
    align-items: center;
}
.LoginTextEX{
    width: 50%;
    font-size: 1.1em;
}
.LoginTextEX a{
    font-weight: bold;
}
#Image_Valid {
    width: 110px;
    margin-right: 10px;
}

#TB_ValidCode {
    margin: 7px 0;
    height: 40px;
    border: 1px solid #bababa;
    /*background-color: #e6e6e6 !important;*/
}

.LoginBTBox {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.LoginBTClass {
    height: 55px;
    border-radius: 9px;
    box-shadow: 1px 4px 1px 0px #757575;
    font-size: 1.4rem;
    color: #fff !important;
    font-weight: bold;
    margin: 0 5px;
    margin-top: 10px;
}

.LoginBT {
    background-color: #CC650D;
    border:1px solid #984905;
    width: 60%;
}
    .LoginBT:hover {
        background-color: #b15405;
    }

.ForgetBT {
    background-color: #b3b3b3;
    width: 40%;
}
    .ForgetBT:hover {
        background-color: #9c9c9c;
    }

.eyebox{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #adadad;
}
    .eyebox:hover{
        color: #91511f;
    }
.LoginModal{
    
}
.LoginModal .modal-header{
    border-bottom: 3px solid #CC650D;
}

.LoginModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #CC650D;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
@media (max-width: 1600px) {
    .Loginback{
        background-position: -200px;
    }
}
@media (max-width: 1400px) {
    .Loginback{
        background-position: -350px;
    }
}

@media (max-width: 1200px) {
    .Loginback {
        background-position: -500px 0;
    }
}

@media (max-width:800px) {
    .LoginBk {
        background-position: -650px 0px;
    }

    .LoginBox {
        margin: 0 auto;
    }

    .LoginContent {
        margin-top: 0px;
    }

    .logo_L {
        width: 100%;
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:500px) {
    .LoginBox {
        margin: 0 auto;
    }

    .LoginContent {
        width: 100%;
        padding: 0 20px;
    }

    .LoginBTBox {
        display: inline-block;
        width: 100%;
    }

    .LoginBTClass {
        width: 100%;
    }
}