@charset "utf-8";

body {
	font: 12px/180% Arial,Helvetica,Verdana;
	color: #5a5a5a;
	margin: 0;
	background: #FFF;
}

body.login {
	background-color: #138677;
}

img {
	border: 0;
}

div,p,img,ul,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0
}

.login_m {
	position: absolute;
    top: 50%;
    left: 50%;
     width: 610px; 
    transform: translate(-50%, -50%);
}


.login_logo {
	text-align: center;
	color: #8a8a8a;
	font-size: 25px;
	/*margin-top: 10px;*/
    letter-spacing: 14px;
}

.login_logo img{
	width: 600px
}

.login_boder {
/*	background: url(../images/login_m_bg1.png) no-repeat;*/
    background: rgba(255,255,255,0.4);
	/*height: 385px;*/
	overflow: hidden;
    margin-top: 20px;
}

.login_padding {
    padding: 30px 47px 10px 47px;
}

.login_tit{
	width:100%;
	height:45px;
	float:left;
	color:#13227a;
	font-size:19px;
	font-weight:bold; 
	text-align:center;    
	/*margin-bottom: 14px;*/

}

.login_tit img{
	vertical-align: middle;
	width: 28px
}

.login_boder h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 11px;
}


.login_boder div.box{
	width:330px;
	height: 70px;
    position: relative;
    left: 10%;
}
/*.login_boder div.box:nth-last-child(1){
    height: 70px;
}*/
.login_boder div.box div.tit{
	width:52px;
	float:left;
	line-height:40px;
}
.login_boder div.box div.inputbox{
	width:235px;
	float:left;
	padding-left: 20px
}


.login_boder input.txt_input {
	width: 320px;
	height: 36px;
	border: 1px solid #cad2db;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #717171;
	font-family: Arial;
}

.login_boder input.txt_input2 {
	margin-bottom: 20px;
}

.login_boder input.txt_input:focus {
	transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	outline: none;
	border-color: rgba(173,173,173.75);
	box-shadow: 0 0 8px rgba(173,173,173,.5);
	-moz-box-shadow: 0 0 8px rgba(173,173,173,.5);
	-webkit-box-shadow: 0 0 8px rgba(173,173,173,3);
	border: 1px solid #6192c8;
}
.remember{
	float:right;
	position: relative;
	right: 12%;
	color: #000;
}

.rem_sub a{
    display:block;
    text-align: left;
    color: #13227a;
}
.rem_sub{
    text-align: center;
    /*margin-top: -20px;*/
}

.remember input{
	vertical-align:middle;
}

.rem_sub input.sub_button {

	width: 100px;
	height: 40px;
/*	display: block;*/
	background: #499bd0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFF;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	box-shadow:1px 2px 2px 1px #0183b7;
}

.rem_sub input.sub_button:active{
	background-color: #185d97;
	position:relative;
    top:1px;
}
.footer{
	font-size: 14px;
	margin-top:60px;
	color: #f5f5f5;
}