/* reset CSS Starts here */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* reset CSS Ends here */

/* Login Page CSS - Starts here */
body {
	background-color: #f4f6f9;
	font-family: 'Open Sans', arial;
	font-size: 16px;
	color: #666666;
}
a:visited, a:link, a {
	color: #0088cc;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
#container {
	background:url('../images/login-pg-bg.png') repeat-x;
	height: 100%;
}
#main {
	overflow: auto;
}
#main-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}
#main-wrapper form label {
    font-size: 12px;
    color: #666;
    margin: 2px 0 8px 0;
    line-height: inherit;
	display: block;
	margin-bottom: 5px;
}
.label {
	margin-top: 8px;
}
input.username {
	margin-bottom:20px;
    margin-top: 8px;
}
#main-wrapper form input {    
    border-radius: 4px;	
}
input[checkbox] {    
    width: auto;
	margin-right: 8px;
	float: left;
}
#main-wrapper  form .rememberme {
	float: left;
	font-size: 14px;
}
#main-wrapper form input.button {
    margin-top: 16px;
	-webkit-appearance: none;
	width: 100%;    
    background-color: #0070d2;
    color: white;
	border: 1px solid transparent;
	padding: 12px 24px;
    border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
    background-image: none !important;
}
#main-wrapper form input.username, #main-wrapper form input.password  {
	display: block;
	background-color: #ffffff;
	border: 1px solid #D8DDE6;
	width: 100%;
	box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
	padding: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#header_wrapper h1 {
	margin: 24px;
}
#logo_wrapper {
}
.login-logo {
	height: 113px;
    overflow: hidden;
    width: 180px;
	padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    text-align: center;
    display: table;
}
#logo_wrapper h2 img {
	margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    max-width: 144px;
    max-height: 107px;
}
#content {
	margin: 0px auto;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
    color: #16325c;
}
.remember-me {
    padding: 20px 0 0 0;
}
.group-title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    display: block;
}
#footer {
	font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
    height: 40px;
    background: #eaecef;
    padding-top: 24px;
	margin-top: 30px;
}
#support {
	margin-top: 25px;
	font-size: 15px;
}
#support p {
	text-align: center;
	line-height:24px;
}
#support p  strong{
	color: #0088cc;
}
.errorlabel {
    color: red;
    margin-top: 12px;
}
/* Login Page CSS - Ends here */