/*Plugin ProfilePress Lite */
.form-control {
	border: 0px !important;
}

.form-group label::before {
	display: none;
}

.login-form, .pp-reset-password-form {
	background-color: #f7f7f7 !important;
	border-radius: 0px !important;
	max-width: 100% !important;
	padding: 40px;
}


.form-control, .btn-lg {
	border-radius: 0px !important;
}

.form-group textarea, .login-form .login-field {
	font-size: 16px !important;
	padding: 11px !important;
	height: 48px !important;
}

.login-form .login-field:focus {
	border-color: transparent !important;
}

.login-form br {
	display: none;
}

.lite-cyan-check {
	background-image: none !important;
}

input[type=checkbox].flat-checkbox {
	clip: auto !important;
	height: 14px !important;
	width: 14px !important;
	margin: 0px !important;
	position: relative !important;
	top: 2px;
}


.form-group textarea {
	resize: none;
}

.profilepress-reset-status, .profilepress-reg-status {
	color: #d00808;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 18px;
}

.profilepress-login-status, .profilepress-reg-status {
	background-color: #fff4f4;
	color: #f01a00;
	border: medium none;
	border-radius: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	padding: 16px 16px;
	margin: 4px 0;
	border: 2px solid red;
	font-family: inherit;
}

.profilepress-login-status a {
	color: red !important;
}

.profilepress-login-status.green, .profilepress-reg-status.green {
	background-color: #f7fffb;
	color: #38af45;
	border: 2px solid #38af45;
}

.profilepress-login-status.green a {
	color: #38af45 !important;
}

input[type=checkbox].flat-checkbox+label.css-label {
	padding: 0;
	margin: 0;
}


.profilepress-reg-label {
	padding: 1px 8px 2px 3px;
}
