html, body {    width: 100%;    height: 100%;}
/*Bootstrap-overlay*/

body {
 overflow-x: hidden;
 margin-top: -10px;  font-family: 'Open Sans', sans-serif; font-size:12px; color:#666;
}
a{color:#666;}
a:hover, a:focus {
 text-decoration: none; color:#28b779;
}
.dropdown-menu .divider{ margin:4px 0px;}
.dropdown-menu{ min-width:180px;}
.dropdown-menu > li > a{ padding:3px 10px; color:#666; font-size:12px;}
.dropdown-menu > li > a i{ padding-right:3px;}
.userphoto img{ width:19px; height:19px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert{ border-radius:0px;}
.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{ box-shadow:none;}
.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary{background-image:none;}
.accordion-heading h5{ width:70%; }
.form-horizontal .form-actions{ padding-left:20px; }
#footer{ padding:10px; text-align:center;}
hr{ border-top-color:#dadada;}
.carousel{ margin-bottom:0px;}
.fl { float:left}
.fr {float:right}
.label-important, .badge-important{ background:#f74d4d;}

/*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;}

/* ===================== LOGIN PAGE - MODERNIZED ===================== */

body {
	background-color: #f5f6f8;
	padding: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	box-sizing: border-box;
}

#logo, #loginbox {
	width: 380px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 16px;
	box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
	box-sizing: border-box;
}

#logo img {
	margin: 0 auto;
	display: block;
}

#loginbox {
	overflow: hidden !important;
	text-align: left;
	position: relative;
	background: #ffffff;
	border: 1px solid #ececec;
}

#loginbox form {
	width: 100%;
	background: #ffffff;
	position: relative;
	top: 0;
	left: 0;
	padding: 36px 32px 8px;
	box-sizing: border-box;
}

#loginbox .form-actions {
	padding: 8px 0 24px;
	background: none;
	border-top: none;
}

#loginbox .form-actions .pull-left {
	margin-top: 0px;
	width: 100%;
}

#loginbox form#loginform {
	z-index: 200;
	display: block;
}

#loginbox form#recoverform {
	z-index: 100;
	display: none;
}

#loginbox form#recoverform .form-actions {
	margin-top: 10px;
}

#loginbox .main_input_box {
	margin: 0 auto 16px;
	text-align: left;
	font-size: 14px;
	position: relative;
}

#loginbox .main_input_box .add-on {
	padding: 0;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: #9a9a9a;
	background: transparent !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

#loginbox .main_input_box input {
	height: 44px;
	vertical-align: top;
	border: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
	margin-bottom: 0px;
	border-radius: 8px;
	padding: 0 14px 0 38px;
	font-size: 14px;
	color: #333;
	background: #fafafa;
	transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out;
}

#loginbox .main_input_box input:focus {
	outline: none;
	border-color: #28b779;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(40, 183, 121, 0.12);
}

#loginbox .controls {
	padding: 0;
}

#loginbox .control-group {
	padding: 0 0 4px;
	margin-bottom: 0px;
}

.form-vertical, .form-actions {
	margin-bottom: 0;
	background: none;
	border-top: none;
}

#loginbox .normal_text {
	padding: 28px 20px 18px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	background: #ffffff;
	color: #1a1a1a;
}

@media (max-width:800px){
#logo { width: 60%; }
#loginbox{ width:90%}
}
@media (max-width: 480px){
#logo { width: 90%; }
#loginbox{ width:92%}
#loginbox .control-group{ padding:6px 0; margin-bottom:0px;}
}

.login-page {
	width: 100% !important;
	max-width: 400px;
	margin: 0 auto;
	background: #ffffff !important;
	color: #343434;
	border: none;
	border-radius: 16px;
	padding: 0px;
	font-size: 1rem;
	position: relative !important;
	box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
}

.login-btn-cls {
	color: #ffffff;
	background-color: #000;
	border-color: #000;
	display: block;
	min-width: 108px;
	margin: 8px auto 20px;
	cursor: pointer;
	height: 44px;
width: 100%;
}

.login-btn-cls {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.6rem 0.75rem;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 8px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}

.login-btn-cls:hover {
	background-color: #1a1a1a;
}
