@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%; 
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{
	margin:0; 
	font-family:'Noto Sans TC', "Microsoft JhengHei";
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	background:#fff url(../images/bg.jpg) no-repeat;
	background-size: cover;
	height: 100%;}
img{border:0}
a{color:#555;text-decoration:none;}
a:hover{color:#f40009;text-decoration:none;}
ul {margin: 0px;padding: 0px;}
h1{color:#f40009; font-size:13px; margin-left:6px;}
h2{color:#292728; font-size:17px; margin-left:6px;}

/* index main CSS */

#wrapper{
	margin: 100px auto;
	width: 900px;
	height: auto;}

#footer{
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;}
#footer p, #footer a{
	color: #FFF;}

.bg_white{
	float: left;
	margin: 0 auto;
	width: 100%;
	min-height: 550px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff url(../images/logo_login.png) top 155px left 11% no-repeat;}

.right_content{
	float: right;
	margin: 50px;
	width: 420px;
	height: auto;
	min-height: 450px;}

a.login_btn{
	float: left;
	display: block;
	width: 45%;
	margin: 2.5%;
	padding-top: 110px; 
	height: 40px;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 5px #255c93 solid;}

a.login_btn.icon1{
	background: #2b73ba url(../images/login_btn_icon1.png) center top no-repeat;}
a.login_btn.icon2{
	background: #2b73ba url(../images/login_btn_icon2.png) center top no-repeat;}
a.login_btn.icon3{
	background: #2b73ba url(../images/login_btn_icon3.png) center top no-repeat;}
a.login_btn.icon4{
	background: #2b73ba url(../images/login_btn_icon4.png) center top no-repeat;}
a.login_btn.icon5{
	background: #2b73ba url(../images/login_btn_icon5.png) center top no-repeat;}
a.login_btn.icon1:hover, a.login_btn.icon2:hover, a.login_btn.icon3:hover, a.login_btn.icon4:hover,a.login_btn.icon5:hover{
	border-bottom: 5px #a70a16 solid;}
a.login_btn.icon1:hover{
	background: #c90e1c url(../images/login_btn_icon1.png) center top no-repeat;}
a.login_btn.icon2:hover{
	background: #c90e1c url(../images/login_btn_icon2.png) center top no-repeat;}
a.login_btn.icon3:hover{
	background: #c90e1c url(../images/login_btn_icon3.png) center top no-repeat;}
a.login_btn.icon4:hover{
	background: #c90e1c url(../images/login_btn_icon4.png) center top no-repeat;}
a.login_btn.icon5:hover{
	background: #c90e1c url(../images/login_btn_icon5.png) center top no-repeat;}

a.login_btn:hover{
	transform: translateY(-5px);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    behavior: expression(this.onFocus=this.blur());}

.login_form{
	float:left;
	width: 80%;
	min-height: 450px;
	height: auto;
	padding: 0 5% 0 15%;
	border-left: 1px #DDD solid;}
.login_form h1, .login_form h2{
	color: #2b73ba;
	font-style: italic;
	line-height: 140%;
	font-size: 1.8em;}
.login_form h2{
	font-size: 1.3em;}
.login_form span.line_login_title{
	float: left;
	display: block;
	margin: 25px 0 10px;
	width: 100%;
	height: 5px;
	background: url(../images/line_login_title.png) repeat-x;}
.login_form ul{
	float: left;
	width: 100%;
	height: auto;}
.login_form li{
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0;
	position: relative;}
.login_form li i.input_style{
	position: absolute;
	bottom: 12px;
	left: 15px;
	font-size: 1.1em;}
.login_form li label{
	font-size: 1.1em;}
.login_form input{
	background: transparent;
	border: 0;
	border-bottom: 1px #DDD solid;
	font-size: 1.1em;
	width: 316px;
	height: auto;
	padding: 10px;}
.login_form input.login_style{
	background: transparent;
	border: 0;
	border-bottom: 1px #DDD solid;
	font-size: 1.1em;
	width: 276px;
	height: auto;
	padding: 10px 10px 10px 50px;}
.login_form input:hover{
	border-bottom: 1px #333 solid;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.login_form button{
	border: 0;
	width: 100%;
	padding: 10px 5%;
	font-size: 1.1em;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
button.btn_first{
    background: #2b73ba;
    border-bottom: 3px #255c93 solid;}
button.btn_second{
	background: #555;
	border-bottom: 3px #333 solid;}
button:hover{
	cursor: pointer;
    background: #c90e1c;
    border-bottom: 3px #a70a16 solid;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}

/* 2021-09-22 承攬商補件 */

#resignup input[type="file"] {
	display: none;
}

.custom-file-upload {
	margin-right: 10px;
	color: #fff;
	background: #2b73ba;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border-radius: 5px;
}

.upload-title {
	display: block;
	padding-bottom: 8px;
}

.file_name{
    padding: 2px 0;
    color: #2b73ba;
    font-size: 1.15em;
}