html, body {
	width: 100%;
	height: 90%;}

body {
 overflow-x: hidden;
}

.btn, input[type="text"], input[type="password"] {
	box-shadow:none;
	font-size: 13px;
	margin: 0 0 18px;
}

input[type="text"], input[type="password"] {
	background-color: #EEE !important;
	text-indent: 18px;
}

.btn, .btn-primary{background-image:none;}

#footerwrap{
	padding:10px;
	text-align:center;
	position:absolute !important;
	bottom:0% !important;
}

/*Metro Background color class*/
.bg_lb{ background:#27a9e3;}
.bg_db{ background:#2295c9;}
.bg_lg{ background:#28b779;}
.bg_dg{ background:#28b779;}
.bg_ly{ background:#ffb848;}
.bg_dy{ background:#da9628;}
.bg_ls{ background:#2255a4;}
.bg_lo{ background:#da542e;}
.bg_lr{ background:#f74d4d;}
.bg_lv{ background:#603bbc;}
.bg_lh{ background:#b6b3b3;}

body { background-color:#000000;
	padding: 0;
	margin-top:10%;
}

#loginbox {
	width: 32%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden !important;
	text-align: left;
	position: relative;
}

#loginbox form{ width:100%; background:#000000; position:relative; top:0; left:0; }
#loginbox .form-actions { padding: 14px 20px 15px;}
#loginbox .form-actions .pull-left { margin-top:0px;}
#loginbox form#loginform { z-index: 200; display:block;}

#loginbox .main_input_box { margin:0 auto; text-align:center; font-size:13px;}
#loginbox .main_input_box .add-on{  padding:6px 6px; *line-height:31px; vertical-align:top; color:#fff;  width:30px; display:inline-block;}
#loginbox .main_input_box input{ height:30px; vertical-align:top; border:0px; display:inline-block; width:75%; line-height:22px;  margin-bottom:3px;}
#loginbox .controls{ padding:0 20px;}
#loginbox .control-group{ padding:20px 0; margin-bottom:0px;}
.form-vertical, .form-actions {  margin-bottom: 0; background:none; border-top:1px solid #3f4954; }
#loginbox .normal_text{ padding:15px 10px; text-align:center; font-size:14px; line-height:20px; background:#000000; color:#fff; }
@media (max-width:800px){
#loginbox{ width:80%}
}
@media (max-width: 480px){
#loginbox{ width:90%}
#loginbox .control-group{ padding:8px 0; margin-bottom:0px;}
}