.col-full-width {
	border: none !important;
	text-align: center;
	width: 100% !important;
}

.text-center {
    text-align: center !important;
}

.error-margin-bottom {
	margin: 0 0 25px 0 !important;
}

.captcha-image {
	border: 1px solid #e1e1e1;
	margin: 10px 0;
	padding: 10px 2.5%;
	text-align: center;
	width: 95%;	
}

/* .login-information-box {
	margin: 50px 0 0 0;
} */

.login-information-box .buttons a {
	background: none !important;
	border: 1px solid #554646 !important;
	color: #554646 !important;
	margin: 0 auto 50px auto !important;
	width: 200px !important;
}

.login-information-box .buttons a:hover {
	border: 1px solid #463838 !important;
	color: #463838 !important;
	text-decoration: none !important;
}

.login-information-box > span.fa-exclamation-circle,
#reset-password-info-box > span.fa-exclamation-circle {
	color: #cc9933;
	font-size: 40px;
}

.login-information-box > span.fa-check-circle {
	color: #83bb1c;
	font-size: 40px;
}

.login-information-box > span.fa-info-circle,
#find-account-info-box > span.fa-info-circle,
#reset-password-info-box > span.fa-info-circle {
	color: #6699cc;
	font-size: 40px;
}

.login-information-box h2 {
	font-size: 17px;
	margin: 5px 0;
}

.login-information-box p {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

.login-information-box ul {
	list-style-type: circle;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
}

.tooltipInfo {
	font-size: 12px;
}

#find-account-box,
#reset-password-box {
	margin: 0 auto;
	text-align: left;
	width: 65%;
}

#login-redirect p span {
	font-weight: 600 !important;
}

@media screen and (min-width: 992px) and (max-width: 1207px) {
	#find-account-box,
	#reset-password-box {
		width: 75% !important;
	}
}

@media screen and (min-width: 240px) and (max-width: 991px) {
	#find-account-box,
	#reset-password-box {
		width: 100% !important;
	}
}

@media screen and (min-width: 240px) and (max-width: 510px) {
	#login h2 {
		font-size: 17px;
		line-height: 1.25em;
		margin: 10px 0 20px 0;
	}

	.info-circle {
		font-size: 27px !important;
		padding: 0 15px !important;	
	}

	.captcha-image img {
		width: 100%;
	}
}