﻿@charset "utf-8";
/* CSS Document */
/*.main_box {
   /* position: absolute; top:50%; left:50%; margin-top:-260px; margin-left: -300px;
    padding: 30px; width:600px; height:460px;
	background:url(../../Content/img/1.png);
    border-radius: 10px;
    margin:100px auto;
}
.main_box .setting {position: absolute; top: 5px; right: 10px; width: 10px; height: 10px;}
.main_box .setting a {color: #FF6600;}
.main_box .setting a:hover {color: #555;}
.login_logo {margin-bottom: 20px; height: 45px; text-align: center;}
.login_logo img {height: 45px;}
.login_msg {text-align: center; font-size: 16px;}
.login_form {padding-top: 20px; font-size: 16px;}
.login_box .form-control {display: inline-block; *display: inline; zoom: 1; width: auto; font-size: 18px;}
.login_box .form-control.x319 {width: 50%;}
.login_box .form-control.x164 {width: 164px;}
.login_box .form-group {margin-bottom: 20px;}
.login_box .form-group label.t {width: 120px; text-align: right; cursor: pointer;}
.login_box .form-group.space {padding-top: 15px; border-top: 1px #FFF dotted; text-align:center;}
.login_box .form-group img {margin-top: 1px; height: 32px; vertical-align: top;}
.login_box .m {cursor: pointer;}
.bottom {text-align: center; font-size: 12px;}*/
html,body {
	height: 100%;
}
.box {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5489ff', endColorstr='#5489ff');*/ /*  IE */
	/*background-image: linear-gradient(bottom, #5489ff 0%, #5489ff 100%);
	background-image: -o-linear-gradient(bottom, #5489ff 0%, #5489ff 100%);
	background-image: -moz-linear-gradient(bottom, #5489ff 0%, #5489ff 100%);
	background-image: -webkit-linear-gradient(bottom, #5489ff 0%, #5489ff 100%);
	background-image: -ms-linear-gradient(bottom, #5489ff 0%, #5489ff 100%);*/
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	/*background-image: url(background.png);*/
	background-color:#324a62;
	background-size: 100% 100%;
}
.login-box {
	width: 100%;
	max-width:500px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -320px;
	/*设置负值，为要定位子盒子的一半高度*/
	
}

@media screen and (min-width:500px){
	.login-box {
		left: 50%;
		/*设置负值，为要定位子盒子的一半宽度*/
		margin-left: -250px;
	}
}	

.form {
	width: 100%;
	max-width:500px;
	height: 275px;
	margin: 25px auto 0px auto;
}
.login-content {
	width: 100%;
	max-width: 500px;
	background-color: rgb(244 244 255 / 60%);
	float: left;
}		
	
	
.input-group {
	margin: 0px 0px 30px 0px !important;
}
.form-control,
.input-group {
	height: 40px;
}

.form-group {
	margin-bottom: 0px !important;
}
.login-title {
	padding: 20px 10px;
	background-color: #23334c;
}
.login-title h1 {
	margin-top: 10px !important;
}
.login-title small {
	color: #fff;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}
.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}
@media(max-width:768px){
    .login-box{
        top:-10px;
        margin-top:0px;
    }
    .input-group {
        margin: 0px 0px 18px 0px !important;
    }
}

