﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #00a88f url(images/bg2.png) top center no-repeat;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
form{margin:0px; padding:0px;}

 /*????????*/
.divmain_login {
	font-size:12px;
	font-weight:normal;
	height:680px;
	width:100%;
	margin:0; padding:0;
}
.loginform{
	height:450px;
	width:600px;
	margin-top:165px;
	position:relative;
}
.divlogin_login {
	top:160px;
	width:300px;
	height:180px;
	left:200px;
	position:absolute
}
/*.input{width:145px; height:20px; border:1px solid #7F9DB9; padding:0px;  margin:0;}*/
.input_yz{width:100px; height:20px; border:0px solid #7F9DB9; padding:0; margin:0;}
.btn{/*按鈕*/
	width:500px;
	height:50px;
	color:#000;
        background:#b5a899;
	border:0px;
	cursor:pointer;
	padding:1px 0 4px 0;
        /*padding:1px 0 0 0;*/
        font-size:16px;
		border-radius: 100px;
}

.btn_over{
	width:500px;
	height:50px;
	color:#000;
	border:0;
        background:#cdbeae;
	cursor:pointer;
	padding:1px 0 4px 0;
       /* padding:1px 0 0 0;*/
        font-size:16px;
		border-radius:100px;
}

.divlogin_login  td{font-size:12px;	font-weight:bold;color:#2a4a61;line-height:120%;} 
.divbot_login {
	font-size: 10pt;
	color: #79a9c8;
	height:35px;
}
.logobox {margin-top:0%;width:100%;max-width:1200px;height:auto;margin-left:auto;margin-right:auto;text-align:center;}/*LOGO*/
/*.inputbox {width: 500px; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #00a88f; border-radius: 40px; box-sizing: border-box;}*/


.inputbox[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 500px;
	height: -webkit-calc(3em + 2px);
	height: calc(3em + 2px);
	margin: 0;
	padding: 1em 2em;
	border: 0px solid #cccccc;
	border-radius: 40px 40px 40px 40px;
	background: #fff;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #b5a899;
  }
  /*.inputbox[type="text"][required]:focus {
	border-color: #00bafa;
  }
  .inputbox[type="text"][required]:focus + label[placeholder]:before {
	color: #00bafa;
  }
  .inputbox[type="text"][required]:focus + label[placeholder]:before,
  .inputbox[type="text"][required]:valid + label[placeholder]:before {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
	-ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
	transform: translate(0, -1.5em) scale(0.9, 0.9);
  }
  i.inputbox[type="text"][required]:invalid + label[placeholder][alt]:before {
	content: attr(alt);
  }
  .inputbox[type="text"][required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 2.3em;
	margin-top: -webkit-calc(-3em - 2px);
	margin-top: calc(-3em - 2px);
	margin-bottom: -webkit-calc((3em - 1em) + 2px);
	margin-bottom: calc((3em - 1em) + 2px);
  }
  .inputbox[type="text"][required] + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 -webkit-calc(1em + 2px);
	margin: 0 calc(1em + 2px);
	padding: 0 2px;
	color: #898989;
	white-space: nowrap;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-webkit-background-size: 100% 5px;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
  }*/



.nrboxx {width:80%;margin-top:15px;margin-left:auto;margin-right:auto;}
/*????????*/
@media screen and (max-width: 800px) { 
.logobox {margin-top:0px;width:100%;height:auto;margin-left:auto;margin-right:auto;text-align:center;}
/*.inputbox {color:#b5a899;width:80%; height:35px;margin: 20px 0;padding:5px 10px;font-size:24px;vertical-align: middle; border-size:0px;border-color:#00a88f;}*/
.inputbox[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: -webkit-calc(3em + 2px);
	height: calc(3em + 2px);
	margin: 0 0 ;
	padding: 1em 2em;
	border: 0px solid #cccccc;
	border-radius: 10.5em;
	background: #fff;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #b5a899;
  }

  .btn{/*按鈕*/
	width:300px;
	height:52px;
	color:#000;
        background:#b5a899;
	border:0px;
	cursor:pointer;
	padding:0 0 4px 0;
        padding:1px 0 0 0;
        font-size:16px;
		border-radius: 100px;
}

.btn_over{
	width:300px;
	height:52px;
	color:#000;
	border:0;
        background:#cdbeae;
	cursor:pointer;
	padding:0 0 4px 0;
        padding:1px 0 0 0;
        font-size:16px;
		border-radius: 100px;
}
.nrboxx {width:80%;margin-left:auto;margin-right:auto;}
} 
