/* ==========================================================================
   Login
   ========================================================================== */
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, center, dl, dt, dd, ol, ul, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.body-login {
	background: #f8f8f8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body.login {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	letter-spacing: -0.03em;
	background:#EEEBE3 !important;
}
.login {
	position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	width:640px;
	height:400px;
}


.login .login-inner {
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	padding:25px 50px 50px 70px;
	border-radius:10px;
	height:280px;
	margin-top: 10px;}
.login #new_header {padding:0px;}
.login #header_right h2 {font-size:24px; color:#fff; padding-right:15px; margin-top:10px;}
.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
	color:#333;
	width:100%;
	letter-spacing:-0.04em;
	border: 1px solid #ddd;
	height:40px;
	padding:0px 10px 0px 10px;
	background: #fff;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  8px;
	font-size: 16px;
	font-family:'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}
.login input:disabled[type="text"],
.login input:disabled[type="email"],
.login input:disabled[type="password"] {opacity:0.6;}
.login input:focus[type="text"],
.login input:focus[type="email"],
.login input:focus[type="password"] {
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07), 0 0 5px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.07), 0 0 5px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.07), 0 0 5px rgba(82,168,236,0.6);
	border-color:rgba(82,168,236,0.7);
	background:#fff;
	outline:0}
	
.login label {
	float:left;
	margin-left:-35px;}
	
.login label i {
	font-size: 21px;
	line-height: 40px;
	width: 32px;
	display: block;
	text-align: center;
	color: #bbb;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);}
	
.login .link {
	display:block;
	text-align:center;
	margin-top:15px;
	color:#1B9CD2;
	font-family: "Open Sans", sans-serif;
}
.inner-left {
	width:43%;
	float:left;
	padding-top:7%;}
.inner-right {
	width:43%;
	letter-spacing: 0px;
	float:right;
	height:220px;
	padding-left:7%;
	padding-top:7%;
	-webkit-box-shadow: -13px 0px 22px -22px black;
	-moz-box-shadow: -13px 0px 22px -22px black;
	box-shadow: -13px 0px 22px -22px black;
	font-family:'Raleway', sans-serif;
	text-align:center;
	font-size:20px;
	color:#777;}
.inner-right p {
	margin-top:20px;}
.login .button {
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
	border: 1px solid rgba(0,0,0,0.2);
	font-weight: 600;
	font-size: 18px !important;
	border-bottom-color: rgba(0,0,0,0.15);
	border-collapse: collapse;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	color: #fff;
	height:52px;
	line-height:32px;
	outline: none;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 8px 11px 9px 11px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	-ms-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
	border: 1px solid #57a603;
	background: -webkit-linear-gradient(top, #9dd359 0%, #72b624 50%, #57a603 100%);
	background: linear-gradient(to bottom, #9dd359 0%, #72b624 50%, #57a603 100%);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
	outline: none;
	text-align: center;
	border-radius: 8px;
	margin-top:5px;
}
.login .button:active {
	background: linear-gradient(to top, #9dd359 0%, #72b624 50%, #57a603 100%);
	border: 1px solid #9dd359;
}
.inner-left h1 {
	margin-top:-5px;
	font-size: 23px;
	letter-spacing: -0.03em;
	font-weight: 600;
	text-align:center;}
.inner-left h2 {
	margin-top:-10px;
	margin-bottom:10px;
	font-size: 23px;
	letter-spacing: -0.03em;
	font-weight: 600;
	text-align:center;}
.inner-left p.content {text-align:center;margin:0px 0px 15px 0px;}
.inner-left p strong {
	font-weight: 600;
	margin: 20px 0px 65px 0px;
	display: block;
	color:#222;
	text-align: center;}

@media (max-width: 720px) {
   .inner-right {display: none;}
   .login .login-inner {width: 400px;}
   .inner-left {width: 95%;}
   .login {width: 100%; padding: 30px;}
}
@media (max-width: 480px) {
	.login .login-inner {width: 300px;}
}
@media (max-width: 380px) {
	.login .login-inner {width: 250px;}
}



