@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
body, html {
	height: 100%;
	overflow: hidden;
}

body {
}

a {
	color: #27A9E3;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: none;
}

.logintitle{
	 text-align: center;
	 margin-top:calc((100vh / 2 - 255px) / 2);
	 margin-top:-moz-calc((100vh / 2 - 255px) / 2);
	 margin-top:-webkit-calc((100vh / 2 - 255px) / 2);
	 margin-top:-ms-calc((100vh / 2 - 255px) / 2);
}

.login_box {
	width: 100%;
    margin-top: 25px;
    height: 400px;
    background: rgb(58,142,186);
}

.login_box .login_l_img {
	float: left;
	width: 60%;
	height: 360px;
	margin-left: 50px;
	text-align: center;
}

.login_box .login_l_img img {
	margin-top:20px;
	height: 360px;
}

.login {
	height: 358px;
    width: 300px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
}

.login_logo {
	width: 120px;
	height: 120px;
	border: 5px solid #93defe;
	border-radius: 100px;
	background: #fff;
	text-align: center;
	line-height: 110px;
	position: absolute;
	top: -60px;
	right: 140px;
}

.login_name {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.login_name p {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #444;
	padding: 10px 0 20px;
}

.login_logo img {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-20 img{
	height: 20px;
	vertical-align: middle;
}
input[type=text], input[type=file], input[type=password], input[type=email],
	select {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 40px;
	padding: 0px 5px 0 30px;
	font-size: 14px;
	color: #555555;
	outline: none;
	margin-left: -30px;
    background: none;
	width: 223px;
	line-height: 40px;
	color: #888;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus,
	input[type=email]:focus, select:focus {
	border: 1px solid #27A9E3;
}

input[type=submit], input[type=button] {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #27A9E3;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
}

.copyright {
	font-size: 16px;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
}

#password_text {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #888;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
	display: block;
	line-height: 50px;
}
