.main-header, aside.main-sidebar { display: none; visibility: hidden; }
button#btn-submit{ margin-bottom:10px; }
#flogin div.checkbox { visibility: hidden; display: none; }
.form-control { height: auto; padding: 7px 7px; }

#flogin p.login-box-msg{
	background-color: #333333;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffd200;
	font-weight: bold;
}

#flogin img.ewCaptcha{ width:100%; height:auto; }
#flogin input#captcha{ margin-bottom:0px; }
button#btn-submit{ margin-bottom:10px; }
form#flogin{ margin: 0 auto; position: relative; }
#flogin button#btn-submit { width: 100%; }
div.form-group{ width:100%; }

div.form-group input#username,
div.form-group input#password{
	background-color: #fff;
	background-repeat: no-repeat;
}

div.form-group input#username{
	background-image: url("../phpimages/icon-username.png");
	background-position: 5px center;
	padding-left:30px;
}
div.form-group input#password{
	background-image: url("../phpimages/icon-password.png");
	background-position: 5px center;
	padding-left:30px;
}

div.form-group.row {
	margin-right: 0px;
	margin-left: 0px;
}

button#btn-Action, 
button#btn-submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #3ea340 none repeat scroll 0 0;
	border-color: #2c5624;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 4px;
	color: #ffffff;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	letter-spacing: 1px;
	padding: 5px 10px;
}

button#btn-Action:hover, 
button#btn-Action:focus, 
button#btn-submit:hover, 
button#btn-submit:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #2C802E none repeat scroll 0 0;
	border-color: #1A3915;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 4px;
	text-decoration: none;
}

button#btn-Cancel {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f28858 none repeat scroll 0 0;
	border-color: #b56642;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 4px;
	color: #ffffff;
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	letter-spacing: 1px;
	padding: 5px 10px;
}

button#btn-Cancel:hover, 
button#btn-Cancel:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ec7945 none repeat scroll 0 0;
	border-color: #d1612e;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 4px;
	text-decoration: none;
}

button#btn-submit{
	margin-bottom: 0px;
}

p:empty, p:blank {
	display: none; visibility: hidden;
	margin:0;
	padding:0;
	border:0;
}

body {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
}

form#flogin {
	vertical-align: middle;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	margin: 0% auto;
}


