body {
  background-color: #E0001A;
}
.left-image{
width: 100%;
}

h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

h2 span { 
    background:#fff; 
    padding:0 10px; 
}

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.list-inline{
	float:right !important;
}
.list-inline li{
	font-weight:600;
}
.card {
  height: 100%;
}


.logo{
  background-color: #b2b2b2;
  height: 70px;
  box-shadow: 0px 2px 2px 0px #a9a7a7;
  text-align: center;
}
.logo img{
    margin: 15px;
    width: 220px;
}
.login-title{
  padding: 25px 15px 15px 15px;
    font-weight: 500;
    color: #565656;
}
.login-menu{
  float: right;
    font-weight: 600;
}
.form-signin {
    width: 100%;
    max-width: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000094;
    margin-top: 50%;
    position: relative;
    transform: translate(50%,-20%);
    margin-left: auto;
    margin-right: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-con-trol {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.btn-singin{
  color: #fff;
  padding: 5px;
  width: 50%;
  background-color: #e0001a;
  box-shadow: 0px 0px 5px 0px #00000094;
}

.left-side{

	margin:0px !important;
	padding:0px !important;


}
.forgot-text{
    margin-bottom: 10px;
    margin-top: 2px;
    padding-bottom: 15px;
    text-decoration: underline;
    font-size: 14px;
    color: #494949 !important;

}

.form-wrapper{
  margin: 0 30px;
}

.footer{
	
	font-size:12px;
	color:#bababa;
	
}

h3.title{
    color: #e2001a;
}
.foot-red-bar{
    background-color: transparent !important;
    border: none !important;
}
.red-container{
    padding: 0;
    background-color: #b2b2b2;
}
.confirmation_form form{
    background-color: white;
    box-shadow: 0px 2px 2px 0px #a9a7a7;
}