
.error_wid_login {
	background-color: #ffffd2;
	border: 1px solid #e6db55;
	border-radius: 2px;
	border-radius: 5px;
	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;
	border-radius: 5px;
	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("https://cdn-ehdpo.nitrocdn.com/qRJqCoJIEMbxFUwJrSfHzGigyyjjnFAR/assets/images/optimized/rev-aaf23b0/www.equallife.in/wp-content/plugins/login-sidebar-widget/images/close.png");
	cursor: pointer;
}

.close_button_ap.nitro-lazy {
	background-image: none !important;
}

.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: #f00;
	font-weight: 400;
}

input.error {
	border: 1px solid #f00 !important;
}

/* form */
.login-wrap {
	max-width: 400px;
	width: 100%;
	border: 2px solid #f1f1f1;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-family: sans-serif;
}

.login-wrap .log-form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom: 10px;
}

.log-form-group label {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	cursor: pointer;
}

.login-wrap input[type="text"], .login-wrap input[type="password"] {
	height: 45px;
	width: 100%;
	outline: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 15px;
	transition: all .3s ease;
}

.login-wrap input[type="text"]:focus, .login-wrap input[type="password"]:focus {
	border-color: #007bff;
}

.login-submit input[type="submit"] {
	width: 100%;
	padding: 10px;
	height: 45px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	transition: all .3s ease;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 10px;
}

.login-submit input[type="submit"]:hover {
	text-decoration: none;
}

.lw-error {
	color: #f00;
	margin: 0;
}
