#success_message{ display: none;}
 .datepicker {
                /* Appended to body, abs-pos off the page */
                position: absolute;
                display: none;
                top: -9999em;
                left: -9999em;
            }
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.dollars:before {
  content: "$";
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/ajax-loader.gif') 50% 50% no-repeat
		rgb(249, 249, 249);
	opacity: .8;
}


/* There is no required CSS for this plugin to work properly
 but here is what is being used to style this demo*/
.horizontal-nav {
  background: #efefef;
  border-radius: 6px;
}
.horizontal-nav ul {
  background: #128F9A;
  float: left;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #0e7079;
}
.horizontal-nav ul li {
  float: left;
  border-left: 1px solid #0e7079;
}
.horizontal-nav ul li:first-child {
  border-left: 0 none;
}
.horizontal-nav ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255, 0.25);
  border-left: 1px solid rgba(255,255,255, 0.25);
}
.horizontal-nav ul li:first-child a {
  border-left: 0 none;
}
.horizontal-nav ul li a:hover {
  background: #12808a;
}
.horizontal-nav ul li:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
  .login_logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    position: relative;
    z-index: 1;
    height: auto;
    margin-left: 30%;
    margin-top: 30%;
     
   
}
.left_side{
	
	 border-right: 2px solid #ffd403;
  
  top: 50%;
  bottom: 0;
	 
}
.login_frm {
    background-position: center;
    background-size: cover;
    width: auto;
    position: relative;
    z-index: 1;
    height: auto;
    margin-top: 15%;
}
.footer{
	 border-bottom-style: solid;
    border-bottom-color: #1c55bb;
    max-height: -webkit-fill-available;
        border-width: thin;
}