html{
	overflow:auto;
	background-color:#FAFBFC;
	font-family:clear_sans_lightregular,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
}
.mainContainer {
	border:3px solid #CCC;
	background:#fff;
	width:650px;
	margin:100px auto;	
}

/*New login page CSS starts here*/

.login_main_table{
	background:#ECF6FA;
	margin-top:50px;
}
.login_main_table .corner_top_left{
	width:13px;
	height:13px;
	background:url(/img/login_main_bg_corners.gif) top left no-repeat;
}
.login_main_table .corner_top_right{
	width:13px;
	height:13px;
	background:url(/img/login_main_bg_corners.gif) top right no-repeat;
}
.login_main_table .corner_bottom_right{
	width:13px;
	height:13px;
	background:url(/img/login_main_bg_corners.gif) bottom right no-repeat;
}
.login_main_table .corner_bottom_left{
	width:13px;
	height:13px;
	background:url(/img/login_main_bg_corners.gif) bottom left no-repeat;
}
.login_form_new{
	background:url(/img/login_bg_top.gif) no-repeat;
	width:343px;
	padding:70px 0px 0px 20px;
}
.login_form_new .txt_field{
	width:150px;
}
.login_form_bottom{
	background:url(/img/login_bg_bottom.gif) bottom no-repeat;
	padding:10px 0px 20px 0px;
	text-align:center;
	width:350px;
}
.login_form_bottom a{
	color:#5E9DC8;
	text-decoration:none;
}
.login_form_bottom a:hover{
	text-decoration:underline;
}
.login_submit_button{
	background:url(/img/submit_button_new.gif) no-repeat;
	border:none;
	width:108px;
	height:32px;
	cursor:pointer;
}
.login_submit_button:hover{
	background:url(/img/submit_button_new.gif) 0px -32px no-repeat;
	border:none;
	width:108px;
	height:32px;
}
.mainBody{
	width:100%;
}
.baseForm label{
	font-size:15px;
	font-weight:normal;
}
.mainBody .header{
	width:100%;
	float:left;
	position:fixed;
	border-bottom: 5px solid #DDDDDD;
	background:#AD2D24;	
}
.mainBody .header .logo{
	float:left;
	width:20%;
	font-size:20px;
	color:#333333;
}
.mainBody .header .header-tabs{
	width:55%;
	float:left;
}
.mainBody .header .header-tabs li{
	font-size:12px;
}
.bodyContent{
	text-align:center;
	float:left;
	width:100%;
}
.breadcrumb{
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #ddd;
	padding:5px 0px 5px 0px;
	border-radius:0px;
	margin:60px 0px 0px 0px;
}
.leftNav{
	background:#e1e1e1;
	border-right:5px solid #ccc;
	height:770px;
	width:19%;
	float:left;
}
.rightContent{
	float:left;
}
.rightContent h1{
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ddd;
	font:20px Calibri;
	text-align:left;
}
.footer{
	text-align:center;
	clear:both;
	background:#f1f1f1;
	padding:10px 0px;
	border-top:1px solid #ddd;
	width:100%;
	position:fixed;
	bottom:0px;
}
.loginContent{
	text-align:center;
	margin:0 auto;
	margin-top:70px;
	width:400px;
}
.loginContent h1{
	font:20px Calibri;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.loginBox{
	-moz-box-shadow: 0 0 5px 5px #ddd;
	-webkit-box-shadow: 0 0 5px 5px#ddd;
	box-shadow: 0 0 5px 5px #ddd;
	border-radius:5px;
	overflow:hidden;
	padding:30px;
	border:1px solid #ddd;
}
.loginBoxWidth{
	width:300px;
	text-align:left;
	margin:0 auto;
}
.loginBoxWidth input{
	margin-bottom:20px;
	width:100%;
	padding: 5px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.loginBoxWidth button{
	font:normal 15px Calibri;
	background: rgb(51,51,51); 
	float:left;
}
.loginBoxWidth button:hover{
	background:#000;
}
.loginProblems{
	float:right;
	padding:8px 0px 0px 0px;
}
.loginProblems a{
	color:#0099FF;
	text-decoration:none;
}
.loginProblems a:hover{
	text-decoration:underline;
}
.accountTabs{
	float:right;
	color:#000000;
	width:25%;
	text-align:right;
}
.accountTabs ul{
	margin:5px 0px 0px 0px;
}
.accountTabs li{
	display:inline;
	list-style:none;
	margin-left:5px;
	border-right:1px solid #ccc;
	padding-right:5px;
}
.accountTabs li a{
	color:#fff;
}
.accountTabs li a.active{
	text-decoration:underline;
}
.nav{
	margin-bottom:0px;
}
.titleHeading{
	float:right;
}

.topheading {
	min-height:60px;
	/*border-bottom:5px solid #ccc;
	background:#000;*/
	clear: both;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*New login page CSS ends here*/
.loginContent{
	font-size:120%;
}
.loginPageFooter{
	text-align:center; margin-top:15px;
}
.panel-footerLink{
	display:inline-block;
	margin:9px 15px 0px 0px;
}
.login_pages{
	background-color: #F1F1F1;width:100%; clear: both;float: none;display:table;
}
.login_pages .panel-body{
	padding:15px 30px 20px 30px;
}
.login_pages .panel-footer{
	padding:10px 30px;
	text-align:right;
}
.login_pages .panel-footer .btn{
	margin-left:0;
	padding-left:35px;
	padding-right:35px;
}
.loginPageFooter{
	margin-top:20px;
}
.footerStick{
	position:fixed;
	bottom:1px;
	color:#666;
	text-align:left;
	margin:0 auto;
	background:rgba(243,243,243,0.6);
	width:100%;
	padding:7px 10px;
	height:30px;
	font-size: 120%;
}
.captchStyles{
	border:2px solid #eee;
	border-radius:6px;
	padding:10px;
	background:#fff;
	margin-bottom:10px;
}
#captchaText {
	/* width:230px; */
}
.captcha_Text{
	width:100%;
    padding:0px 10px;
    height:34px;
}
.validate_msg{
	float: left;
    margin: 10px 15px !important;
    width: 90%;
}
.login_pages .panel-heading h3.alert-success{
	color:#3c763d;
}
.forgotPass_refresh{
	cursor:pointer; padding:4px 6px; 
	/* border:1px solid #ccc; */
	display:inline-block; 
	/* margin:7px 100px 0 0; */
	border-radius:3px; 
	/* background:#ccc; */
}
.forgotPass_refresh:hover{
	background:#eee;
}
.form-horizontal .alert{
	margin:0;
}
.login_pages .panel-default > .panel-heading {
	border-bottom: none;
}
.login_pages .panel-heading h3.panel-title {
	padding:8px;
}
.login_div {
	font-size:120%;
}
.control-label {
	color: #444444 !important;
	margin-bottom:3px !important;
}
.input-field {
	line-height:31px;
	height:34px;
	border:none; 
	outline: none;
	margin:0;
	box-shadow:none !important;
	margin-left:-3px;
	font-size:14px;
	padding-top:0px;
	border: 1px solid #f8f8f8;
    border-radius: 2px;
    padding:0px 10px;
}
.input-icon {
	background: white;
	display: table-cell;
    margin-top: -4px;
    padding: 6px 10px;
    text-align: center;
    border-radius:2px 0px 0px 2px;
}
.data {
	padding-left:20px;
	padding-right:20px;
}

h3 {
	border-bottom:none;
}
.login_pages {
 position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
 }
.login_pages:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('/img/login_bg.png');
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  box-shadow: inset 0 0 0 1000px rgba(238,238,238,0.4);
}
.login_div {
	width: 399px;
	position: absolute;
	top:20%;
	left: 0;
	right: 0;		
	margin: auto;
	border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    left: 0;
	background: rgba(249,249,249,0.6);
}
#loginBody {
	padding:20px;
}

.login_div .panel {
	width: 400px;
	height: 345px;
	position: absolute;
	top:0;
	bottom: 0px;
	left: 0;
	right: 0;		
	margin: auto;
	background-color: rgba(249,249,249, 0.65);
}

/* two factro authenticator */
.savetwofactor{
	position: absolute;width:60%; top:95px;
}
.authenticator_div{
	background-color: #fff;
    float:left;
    border: 1px solid #ccc;
    width: 100%;
    top:0%;
    height:450px;
    overflow:auto;
}
.authenticator_div .steps_info_text{
	font-size: 12px;
    margin-bottom: 10px;
}
.authenticator_div .sub_label_text {
    margin-top: 5px;
    font-size: 12px;
}

.twoFactor_auth{
	clear:both;margin:0 auto;padding:0;overflow:hidden;background-color: #fff;position: relative; top:95px;
}

.browser_helptext{
	position: absolute; width: 100%; text-align: center; margin-top: 10px;
}