@charset "utf-8";
/*
Theme Name: ELXPROTECT
Author URI: http://www.elevatedx.com/
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
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; }

/* Startup CSS */
.hide { display:none !important; }
p { margin-bottom:10px; }
img { max-width:100%; }
.clear { clear:both; }

a, input[type="submit"] { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }

/*Login Page Related*/
body.login-page { height:100%; min-height:100%; font-size:14px; background:#f2f2f2; color:#7d7d7d; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
body.login-page a { color:#222; text-decoration:underline; }
body.login-page a:hover { color:#000; text-decoration:none; }
body.login-page .wrapper { width:300px; margin:30px auto; position:relative; text-align:center; }
#login-box { display:block; background:#FFF; color:#808080; padding:25px 35px; box-shadow:#CCC 0px 0px 10px; margin-bottom:15px; }
#login-box .login-logo { display:inline-block; width:100%; text-align:center; margin-bottom:15px; }
#login-box h3 { display:inline-block; width:100%; text-align:center; padding:10px 0; border-top:1px solid #bcbdbe; border-bottom:1px solid #bcbdbe; font-size:18px; font-weight:400; margin-bottom:15px; }
#login-box .login-form { display:inline-block; width:100%; padding:10px 0; }
#login-box .login-form .form-errors { display:block; padding:10px; background:#fac7c7; color:#e70000; border:1px solid #e70000; font-size:14px; margin-bottom:20px; }
#login-box .login-form .form-row { display:inline-block; width:100%; margin-bottom:10px; position:relative; box-sizing:border-box; }
#login-box .login-form .form-row:last-child { margin-bottom:0; }
#login-box .login-form .form-row label { display:inline-block; width:100%; margin-bottom:5px; font-weight:300; font-size:14px; text-align:left; }
#login-box .login-form .form-row span.floating-captcha { display:inline-block; position:absolute; bottom:1px; right:5px; }
#login-box .login-form .form-row span.floating-captcha img { display:inline-block; vertical-align:top; max-height:36px; }
#login-box .login-form .form-row input[type="text"],
#login-box .login-form .form-row input[type="password"] { display:inline-block; width:100%; padding:8px 12px; border:1px solid #CCC; font-size:14px; background:#FFF; box-sizing:border-box; border-radius:4px; }
#login-box .login-form .form-row input[type="text"].inputCaptcha { width:130px; float:left; }
#login-box .login-form .form-row img.imgCaptcha { float:right; margin-top:-7px; }
#login-box .login-form .form-row input[type="submit"] {
	display:inline-block;
	text-align:center;
	background: #61BD4F; /* Old browsers */
	background: -moz-linear-gradient(top, #61BD4F 0%, #5AAC44 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #61BD4F 0%,#5AAC44 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #61BD4F 0%,#5AAC44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61BD4F', endColorstr='#5AAC44',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 #3F6F21;
	color:#FFF !important;
	font-size:16px;
	border-radius:4px; 
	padding:10px 30px;
	font-weight:300;
	vertical-align:top;
	border:none; cursor:pointer;
	outline:none;
	margin-top:5px;
}
#login-box .login-form .form-row input[type="submit"]:hover { background: #555; }


/* Mobile Portrait */
@media only screen and (max-width:310px) {
	body.login-page .wrapper { width:90%; }
	#login-box .login-form .form-row input[type="text"].inputCaptcha { width:100%; float:none; }
	#login-box .login-form .form-row img.imgCaptcha { float:left; margin-top:0px; }
}