
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-size:100%;vertical-align:baseline;
    text-align: right;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

a{text-decoration:none;}
.txt-rt{text-align:right;}
.txt-lt{text-align:left;}
.txt-center{text-align:center;}
.float-rt{float:right;}
.float-lt{float:left;}
.clear{clear:both;}
.pos-relative{position:relative;}
.pos-absolute{position:absolute;}
.vertical-base{	vertical-align:baseline;}
.vertical-top{	vertical-align:top;}
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}
nav.vertical ul li{	display:block;}
nav.horizontal ul li{	display: inline-block;}
img{max-width:100%;}

body {
	background:#23224c;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

.login {
	width: 470px;
	position: absolute;
	left: 35%;
	top: 21%;
}

.login-form {
	width: 475px;
	min-height: 425px;
	margin: 0 auto;    
	position: relative;
	z-index:5;
	background:url(/Content/Image/Panel/form_bg.png) 100% 100% no-repeat;
	background-size: 100%;
	box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
}
.header-top
{
	position: absolute;
	left: 198px;
	top: -72px;
}

.login-form .header {
	padding: 2.5em 2em 2em 2em;
	text-align: center;
}

.login-form .header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 2.3em;
	color: #36383c;
}

.login-form .header span {
	font-size: 1.4em;
	color: #7c818b;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

.login-form .content{
	margin: 0 30px 25px 30px;
	background: rgb(229,231,233);
	background: -moz-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%, rgb(229,231,233) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgb(229,231,233)), color-stop(100%,rgb(229,231,233)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	background: radial-gradient(ellipse at center,  rgb(229,231,233) 0%,rgb(229,231,233) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#e5e7e9',GradientType=1 );
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	border-radius: 5px;

}

.login-form .content .input {
	width: 84.4%;
	padding: 20px 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 1.4em;
	color: #6f7278;
	background: #e5e7e9;
	border: 1px solid #e5e7e9;
	outline: none;	
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.login-form .content .username,.login-form .content .password
{
	border-bottom: 1px solid #FFF;
	box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 -1px 0px rgba(185, 185, 185, 0.5);
	margin: 2px 0px 0px 2px;
}
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 0px;
}

.login-form .content .input:hover {
	color: #414848;
}

.login-form .content .input:focus {
	color: #6f7278;
}


.login-form .login_button .button {
	padding: 10px 25px;
	width:80%;
	font-weight: 800;
	font-size: 2.1em;
	letter-spacing: 1.2px;
	color: rgb(229,231,233);
	margin:0px;
	text-shadow: 1px 2px 1px rgba(82, 82, 82, 0.92);
	background: url(/Content/Image/Panel/buttonbg2.png);
	border:1px solid #2a8b7b;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	outline: none;
	-webkit-appearance: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.login_button {
    margin: 0 30px 25px 30px;
    font-size: 10px;
}

.login-form .login_button .button:focus {
	position: relative;
	bottom: -1px;
	background: url(/Content/Image/Panel/buttonbg2.png);
	box-shadow: inset 0 1px 6px #434081;
	-moz-box-shadow: inset 0 1px 6px #434081;
	-webkit-box-shadow: inset 0 1px 6px #434081;
}
.login-form .login_button .button:hover{
	background: #434081;
	background: -moz-radial-gradient(center, ellipse cover,  #434081);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, #434081);
	background: -webkit-radial-gradient(center, ellipse cover,  #434081);
	background: -o-radial-gradient(center, ellipse cover,  #434081);
	background: -ms-radial-gradient(center, ellipse cover,  #434081);
	background: radial-gradient(ellipse at center,  #434081);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434081', endColorstr='#434081',GradientType=1 );

}
.user-icon, .pass-icon {
	width: 70px;
	height: 75px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top:147px;
	background: rgba(255, 255, 255, 0.78) url(/Content/Image/Panel/user.png) no-repeat center;	
}

.pass-icon {
	top:221px;
	background: rgba(255, 255, 255, 0.78) url(/Content/Image/Panel/lock.png) no-repeat center;
}

.input, .user-icon, .pass-icon, .button, .register, .frameholder {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.copy_right  {
color: #fff;
font-size: 0.85em;
line-height: 1.8em;
padding: 20px;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.copy_right a {
color: #4dbfaf;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}
.copy_right a:hover {
	color:#fff;
}

.frameholder {
	width: 400px;
	height: 420px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	top:1px;
    background: url(/Content/Image/Panel/panel.png) no-repeat center;
}

.error {
    color: red;
    font-size: 16px;
}

.shakeClass {
    transition: margin 10ms;
}

@media only screen and (max-width: 1366px)
{
.login {
	left: 33%;
}
}
@media only screen and (max-width: 1024px)
{
.login {
	left: 27%;
}
}
@media only screen and (max-width: 768px)
{
.login {
	left: 18%;
}
}
@media only screen and (max-width: 640px)
{
.login {
	left: 12%;
}
}
@media only screen and (max-width: 480px)
{
.login {
	left: 10%;
}
.login {
	width: 400px;
}
.login-form {
	width: 400px;
	min-height: 405px;
}
.header-top {
	left: 162px;
	top: -76px;
}
.login-form .header h1 {
	font-size: 2em;
}
.login-form .header span {
	font-size: 1.27em;
}
.login-form .content .input {
	width: 80.4%;
	padding: 16px 30px;
	font-size: 1.2em;
}
.login-form .content .username, .login-form .content .password {
	margin: 1px 0px 0px 1px;
}
.login-form .login_button .button {
	font-size: 2em;
}
.user-icon, .pass-icon {
	width: 70px;
	height: 53px;
}
.pass-icon {
	top: 205px;
}
}
@media only screen and (max-width: 320px)
{
.login {
	left: 3%;
}
.login {
	width: 300px;
}
.login-form {
	width: 300px;
	min-height: 303px;
}
.header-top {
	left: 118px;
	top: -63px;
}
.login-form .header h1 {
	font-size: 1.5em;
}
.login-form .header span {
	font-size: 1em;
}
.login-form .content .input {
	width: 84.3%;
	padding: 12px 18px;
	font-size: 1em;
}
.login-form .content .username, .login-form .content .password {
	margin: 3px 0px 0px 1px;
}
.login-form .login_button .button {
	font-size: 1.5em;
	padding: 8px 10px;
}
.user-icon, .pass-icon {
	width: 70px;
	height: 53px;
}
/***/
.header-top img {
	width: 80%;
}
.login-form .header {
	padding: 1.5em 1em 1em 1em;
}
.login-form .content {
	margin: 0 20px 25px 20px;
}
.login_button {
	margin: 0 20px 25px 20px;
}
.user-icon {
	top: 92px;
}
.pass-icon {
	top: 144px;
}
}