/**
 * Formularios de autenticacion - Envy Club
 */

#fls_login_form label[for="user_login"],
#fls_login_form label[for="user_pass"],
.fls_reset_pass_wrapper .fls_field_label,
#fls_login_form .lost-password,
#fls_login_form .login-remember {
	display: none !important;
}

#fls_login_form input.input,
.fls_reset_pass_wrapper input[type="text"] {
	width: 100%;
	border: 1px solid #666666 !important;
	border-radius: 0 !important;
	color: #000000 !important;
	font-size: 0.95rem !important;
	letter-spacing: -0.05rem !important;
	box-shadow: none !important;
	outline: none !important;
}

#fls_login_form input.input:focus,
.fls_reset_pass_wrapper input[type="text"]:focus {
	border-color: #000000 !important;
	color: #000000 !important;
	box-shadow: none !important;
	outline: none !important;
}

#fls_login_form input.input::placeholder,
.fls_reset_pass_wrapper input[type="text"]::placeholder {
	color: #000000 !important;
	opacity: 1 !important;
	font-size: 0.95rem !important;
	letter-spacing: -0.05rem !important;
}

#fls_login_form .input-password-wrap {
	display: block;
	position: relative;
	line-height: 0;
}

#fls_login_form .input-password-wrap input.input {
	padding-right: 2.5rem !important;
}

#fls_login_form .input-password-wrap svg {
	position: absolute;
	top: calc(50% + 4px);
	right: 0.85rem;
	transform: translateY(-50%);
	margin: 0 !important;
	color: #000000;
	line-height: 1;
	pointer-events: auto;
}

#fls_login_form #wp-submit,
.fls_reset_pass_wrapper #fls_reset_pass {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	min-height: 3.25rem;
	padding: 0.9rem 1.25rem !important;
	background: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
	font-size: 1rem !important;
	letter-spacing: -0.05rem !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.fls_reset_pass_wrapper #fls_reset_pass .fls_loading_svg {
	display: none;
}

#fls_login_form #wp-submit:hover,
#fls_login_form #wp-submit:focus,
.fls_reset_pass_wrapper #fls_reset_pass:hover,
.fls_reset_pass_wrapper #fls_reset_pass:focus {
	background: #ffffff !important;
	color: #000000 !important;
	border-color: #000000 !important;
	box-shadow: none !important;
	outline: none !important;
}

.fls_reset_pass_wrapper #fls_reset_pass span {
	font-size: 1rem !important;
	letter-spacing: -0.05rem !important;
}
