.error_wid_login {
	background-color: #ffffd2;
    border: 1px solid #e6db55;
    border-radius: 2px;
    color: #000;
    font-weight: 500;
    padding: 6px 14px 6px 6px;
    position: relative;
    width: 100%;
}
.success_wid_login {
	background-color: #FFFFD2;
	border: 1px dashed #E6DB55;
	color: #000;
	border-radius: 2px;
	font-weight: 500;
	padding: 6px 14px 6px 6px;
	width: 100%;
}
.close_button_afo {
	text-decoration: none !important;
	border: none !important;
	color: #000;
	position: absolute;
	top: 0px;
	right: 5px;
}
.close_button_afo:hover {
	text-decoration: none !important;
	color: #ff0000;
}
.captcha {
	margin:0px 0px 10px 0px;
}
.forgot-pass-form-group {
	margin: 10px;
}
.forgot-pass-form-group label {
	width: 100%;
}
.forgot-pass-form-group input[type="email"] {
	width: 100%;
}
label.error {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-weight:400;
}
input.error {
	border: 1px solid #ff0000 !important;
}