﻿@charset "utf-8";


* {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 26px;*/
	line-height: 28px;
	color: #000000;
    -webkit-text-size-adjust: 100%;
}
/* 20160719, 拿掉 html, body, b , 不要預設 font-size: 26px*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td{
	font-size: 26px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
	font-size: 26px; 
    color: #000000;
}

.container_bg{
	width:100%;
    max-width: 400px;
	margin:0 auto;
	position:relative;
	background-repeat: repeat;
	display: block;
	overflow-x:hidden;
	background-color:white;
	/*min-height: 100%;*/
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;

}

.content{
	margin: 0 auto;
	width: 100%;
	position:relative;
	z-index:8;
	background-color:white;
}

/* 登入視窗 */
.login_from{width:100%; }
.login_top{ width:100%; position:relative; display:block; margin: 0 auto;
    /*background-image:url(/images/M/login_bg_03.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/ 
}
    .login_top .login_top_bg {
        width:100%;
    }
.login_close{
	position: absolute;
	display: block;
	top: 16px;
	left: 543px;
}
.login_bg{
	width:100%;
    position:relative;
	display: block;
    overflow:hidden;
    margin: 0 auto;
}
.login_bg_bg{
	width:100%;
	height: 100%;
    position:absolute;
    z-index:-1;
    top : 0;
	display: block;
	background-image: url(/images/M/login_05.png); 
    margin: 0 auto;
}
.login_w_f{ width:100%; 
            padding-top:30px;
}
.login_row {
    width:100%;
    margin-left:20px;
    margin-top:0px;
    margin-bottom:30px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.login_lable {
	width:35%;
    font-size:20px;
    font-weight: bold;
    color: #545454;
}
.login_input {
	width:55%; 
    display:block;
	border:1px solid #CCC;
    font-size:20px;
    color: #545454;
}

.btn_login{ text-align:center; margin-bottom:20px; margin-top:5px; 
    width:130px;
    height:48px;
    cursor:pointer;
    background-image:url(/images/M/btn_Previous3.jpg);
    background-position:left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login_bottom{
	width: 100%;
	display: block;
    margin: 0 auto;
}
.login_bottom_bg{
	width:100%;
}


@media screen and (max-width: 320px){	
    .login_lable {
	    font-size:16px;
    }
    .login_input {
	    font-size:18px;
    }
    .login_row {
        margin-left:15px;
        margin-bottom:20px;
    }
    .btn_login{ 
        width:100px;
        height:38px;
    }
}

@media screen and (max-width: 280px){
    body {
        margin-top:5px;
        margin-left:5px;
        margin-right:5px;
    }
    .login_lable {
	    font-size:15px;
    }
}

#reCAPTCHAv2 {
    transform: scale(1.5);
    transform-origin: 0 0;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 10px;
}
/* 隱藏ICON */
.grecaptcha-badge {
    display: none
}
/* reCAPTCHA 聲明 */
.reCAPTCHA_Note {
    font-size: 13px;
    color: rgb(169, 182, 203);
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}

    .reCAPTCHA_Note a {
        text-decoration: none;
        font-size: 13px;
        color: rgb(61, 118, 153);
        line-height: 18px;
    }

@media screen and (max-width: 320px){	
    .reCAPTCHA_Note, .reCAPTCHA_Note a {
        font-size: 13px;
        line-height: 18px;
    }
}
@media screen and (max-width: 280px){	
    .reCAPTCHA_Note, .reCAPTCHA_Note a {
        font-size: 12px;
        line-height: 17px;
    }
}