#loginContainer{
	padding-top:40px;
	padding-bottom: 150px;
}
#logintitle {
    color: #da291c;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 11px;
    text-align:center;
}
#logintitle .fa-lock {
    font-size: 32px;
    padding-right: 5px;
}

.logincopy {
    background-color: #ede7e1;
    margin-right: -12px;
}
.signinSection{
	 background-color: #ede7e1;
}

.forgotPasswordLink {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -12px;
}
.forgotPasswordLink >a{
   color: #00a9e0;
   font-size: 12px;
}
.customerSupportText {
    color: #da291c;
}
.contactUsSection .fa.fa-phone {
    color: #da291c;
    margin: 13px 0 0;
    text-align: center;
}

.phoneText{
	color:#a1a1a4;
}
.appHeader{
	color:#512d6d;	
	font-size: 16px;
}
.contentSection{
	color:  #000000;
	padding-bottom: 7rem;
}
#wrapper {
	background: #ffffff;
}
input {
    width: 100%;
}
.loginImage{
    background: rgba(0, 0, 0, 0) url("../images/vhcp_login_background.png") no-repeat scroll center center / cover;
    color: #ffffff;
    height: 594px;
    width: 100%;
    background-size: 100%;
    margin-top: -11px;
}
.emailLink,.emailLink:hover{
	color: #00a9e0;
}
.contactUsContent{
	margin-top: 10px;
}
.middlealign {
    display: inline-block;
    height: 65px;
    line-height: 4;
    vertical-align: middle;
}

.sidebar {
    bottom: 0;
    display: block;
    left: 0;
  	min-width: 380px !important;
  	max-width: 380px !important;
}
.col-lg-4.sidebar {
    width: 25%;
}
.col-md-4.sidebar {
    width: 37%;
}
.col-sm-6.sidebar {
    width: 42%;
}
.col-xs-8.sidebar {
    width: 92%;
}
.loginContainer {
    margin-top: 36px;
}
.contentSectionDiv {
    margin-top: 10px;
}
.contentAppHeader, .contentTextSection {
    margin-left: -15px;
}
.errorSection{
	color:red;
	font-size:10px;
}
.amaLogo{
    margin-right: 25px;
}