.login-footer {
	position: fixed;
}

.register-footer {
	position: fixed;
}

.lost-footer {
	position: fixed;
}

.footer {
	clear: both;
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
	margin-top : 3px;
	border-top: 1px solid #E5E5E5;
	z-index: 0;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;


}

@media screen and (max-height: 420px) {
	.login-footer {
		position: relative;
	}
}

@media screen and (max-height: 662px) {
	.register-footer {
		position: relative;
	}
}

@media screen and (max-height: 264px) {
	.lost-footer {
		position: relative;
	}
}

.form-signin label {
	color: #333 !important;
}

#payment_summary {
	background: #E0EAF1;
	margin: 10px 0px;
	padding: 5px 20px;
	color: #000;
	text-align: left;
}

#payment_summary div {
	text-align: right;
}

#login-header {
    text-align: center;
    width: 100%;
}

#login-header img {
    padding: 15px 0px 20px 0px;
}

#login-footer {
    border: none;
}

#privacy-terms-link {
    color: white;
}

#privacy-terms-link:hover {
    color: dodgerblue;
    text-decoration: none;
}

#login-form input:-webkit-autofill, #forgot-password-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#remember-me-label {
    color: black!important;
    font-weight: normal;
}
