﻿/*登录页面*/
img.bg { /* 填充背景 */ min-height: 100%; min-width: 1024px; /* 设置按比例的缩放 */ width: 100%; height: auto; /* 定位 */ position: fixed; bottom: 0; left: 0; z-index: -1; }

@media screen and (max-width: 1024px) {
/* 具体到这个特定的图像 */
img.bg { left: 50%; margin-left: -512px; /* 50% */ }
.logo_img { /*background: url(../../Content/images/logo.png) no-repeat 0 0; background-size: 70%;*/ width: 490px; height: 600px; float: right; z-index: -1; position: fixed; right: 600px; margin-top: -20px; }
}
.logo_img { /*background: url(../../Content/images/logo.png) no-repeat 0 0; background-size:70%;*/  width: 490px; height: 600px; float: right;  z-index: -1; position: fixed; right: 600px; margin-top:-20px; }

/*.logo_img { background: url(../../Content/images/logo.png) center no-repeat; background-size: 80%; width: 675px; height: 187px; float: right; margin-top: 60px; z-index: -1; position: fixed; right: 600px; }*/


.login-box { height: 200px;  text-align: center; float: right; margin-right: 200px; }
.login-box > .center > img { max-width: 100%; }
.login-box .login-tilte { color: #fff; font-size: 28px; line-height: 85px; font-family: 微软雅黑; }
.login-box .login-input { display: inline-block; width: 310px; height: 52px; border: 2px solid #d4d4d4; border: 1px solid #d3d3d3; padding-left: 70px; background: url(images/Profile.png) 10px 10px no-repeat #fff; border-radius: 4px; margin-bottom: 20px; }
.login-box .login-input.login-input-psd { background: url(images/Lock.png) 10px 10px no-repeat #fff; }
.login-box .login-input:focus { border-color: #499ae2; }
.login-box .login_cont { overflow: hidden; }
.login-box .login-input input { height: 100%; border-color: transparent; width: 230px; font-size: 16px; border: 0px; }
.login-box .login-submit { background-color: #438EB9; width: 315px; margin: 0 auto; height: 50px; border: 0px; border-radius: 10px; font-family: 微软雅黑; font-size: 16px; color: #fff; }
.login-box .login-submit:hover { opacity: 0.8; filter: alpha(opacity=80); }
