.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_ap {
	text-decoration: none !important;
	border: none !important;
	color: #000;
	position: absolute;
	top: 2px;
	right: 1px;
	width:16px;
	height:16px;
	background-image: url("../images/close.png");
	cursor:pointer;
}
.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;
}
.lw-error{
	color: #ff0000;
}
.login-wrap{
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
}
.log-form-group { 
	margin: 0px; width: 100%; padding: 5px; 
} 
.login-wrap input[type=text], input[type=password] { 
	width: 100%; 
} 
.login-wrap input[type=submit] { 
	width: 100%;
} 