/* --------------------------------------------------------------------------------------
+
+ Reset
+
-------------------------------------------------------------------------------------- */
*{ margin:0px; padding:0px;text-shadow: 0 0 0 transparent;}
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline;}
:focus{ outline:0; }
html, body{ height: 100%;-webkit-font-smoothing: antialiased; font-smoothing: antialiased;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body { line-height:1; }
ol,ul { list-style:none;}
table {border-collapse:separate; border-spacing:0;}
caption,th,td { font-weight:normal; text-align:left;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
a, img { border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
small { font-size: 0.8em;}
a, a:active, a:hover { outline: 0;text-decoration:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;}

svg:not(:root) { overflow: hidden;}
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input {line-height: normal;}
button,select { text-transform: none; }
button,html input[type="button"], input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; }
/*-------------------*/
b, strong{ font-weight: normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; margin-bottom:0em;}
hr{ -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
::-moz-selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
::selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
p{ margin-bottom: 0;}
img{vertical-align: middle;}
/* Transitions 
a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration:none;
}
*/
input[type=text],
input[type=password],
textarea{
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}


/**********************************************/
/*     CLEAR             					  */
/**********************************************/
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
.clear{
	clear:both;
	line-height:1px;
}
/* --------------------------------------------------------------------------------------
+
+ Structure (for every page in the theme)
+
-------------------------------------------------------------------------------------- */
body {
	font-family:"Calibri, Helvetica, Arial, Verdana, Tahoma, sans-serif";
	font-size:14px;
	font-weight:normal;
	line-height:1.2;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login{
	background: #ef6000;
}
.homelogo{
	padding:5% 0 45px 0;
	text-align:center;
}
.loginCon{
	width:475px;
	margin:auto;
	background:#ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 5px 5px rgba(0,0,0,.13);
	-moz-box-shadow:0 5px 5px rgba(0,0,0,.13);
	-webkit-box-shadow:0 5px 5px rgba(0,0,0,.13);
}
.loginHead{
	padding:20px;
	box-shadow:0 2px 4px rgba(0,0,0,.13);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,.13);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.13);
	text-align: center;
}
.loginHead img {
	display: none;
}
.loginHead span{
	font-size:18px;
	color:rgba(9,9,9,.4);
	/*padding-left:14px;*/
	vertical-align:bottom;
}
.loginForm{
	padding:50px 20px 40px 10px;
	position:relative;
}
.frmField{
	padding-bottom:13px;
}	
.frmLable{
	width:50px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.frmTxt{
	float:left;
	width:380px;
}
.frmTxtbox{
	height:52px;
	line-height:52px;
	background:rgba(208,210,211,0.2);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	padding:0 20px;
	width:89%;
	color:#636363;
	font-size:17px;
}
.frmBtm{
	padding:20px 20px 0 20px;
}
.forgotLnk{
	font-size:17px;
	color:#3fa0bd;
	text-decoration:underline;
	float:left;
	display: block;
}
.loginLnk{
	float:right;
	width:140px;
	display:block;
	background:#ef6000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:40px;
	font-weight:bold;	
}
input:invalid, .invalid_box{
	border:1px solid #ff8686!important;
}
.invalid_errors{
	color: #D42D31;
    font-size: 15px;
    line-height: 18px;
	display:none;
}

.loginForm .invalid_errors{
	
    position: absolute;
	top:10px;
	left:85px;
   
}
