﻿/* CSS Document */

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: "微软雅黑", "宋体";
	color: #555;
	font-size: 12px;
	height: 100%;
}
.loginmian {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background: #62a8ea;
	background: url(../images/login_bg1.jpg) center center/cover no-repeat !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    outline-style: none
}
.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}
.container {
 	text-align: center;
    height: 100%;
 }
.container:before {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.form-group {
	margin: 25px 0;
}
.form-group:last-child {
	margin: 40px 0 20px !important;
}
.form-group input {
	display: block;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-bottom: 1px solid #E4EAEC;
    font-size: 14px;
    height: 42px;
    line-height: 1.5;
    outline: none;
    padding: 0 5px;
    color: #a3afb7;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.form-group input:focus {
	border-bottom: 1px solid #1686EF;
}
.form-group input#code {
	float: left;
	width: 200px;
}
.form-group .img_auth {
	float: right;
}
.form-group .img_auth img {
	height: 42px;
}
.form-group input[type="checkbox"] {
	display: inline-block;
}
.text_auth {
	width: 80px;
}


.logininner {
   	display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 75px 0;
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

#logintip {
	margin: 0 auto 25px;
	text-align: center;
}
#logintip img.logo_img {
 width: 170px;
 height: 80px;
}
#logintip h3 img {
 width: 170px;
 height: 30px;
}
.rember_login input,.rember_login span {
	float: left;
	line-height: 18px;
	display: inline-block;
}
.form-group .buttonsubmit {
	border: none;
	width: 100%;
	display: block;
	background: #1686EF;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	color: #fff;
    padding: 0;
    font-size: 18px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer;
    outline: none;
}
.form-group .buttonsubmit:hover {
    background-color: #3095f4;
    border-color: #3095f4;
}