/* ===== FoodUp - Login modernizado ===== */

body {
	background-color: #f7f7f8;
}

.limiter {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 16px;
}

.login-card-modern {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
	max-width: 420px;
	width: 100%;
}

/* Marca / logo */
.login-brand {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}

.login-brand-logo {
	max-width: 190px;
	height: auto;
}

.login100-form-title {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}

.login-subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #8c8c8c;
	text-align: center;
	margin: 6px 0 0;
}

/* Campos */
.txt1 {
	font-size: 13px;
	color: #666666;
	font-weight: 600;
}

.wrap-input100 {
	border-radius: 12px;
	border: 1px solid #e6e6e6;
	background-color: #fbfbfb;
	transition: border-color .2s ease;
}

.wrap-input100:focus-within {
	border-color: #db1e24;
}

.wrap-input100.has-icon .input100 {
	padding-left: 44px;
}

.input-icon-left {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #b0b0b0;
	font-size: 16px;
	pointer-events: none;
}

.wrap-input100 .btn-show-pass {
	right: 16px;
}

/* Lembrar senha / esqueci senha */
.contact100-form-checkbox {
	font-size: 13px;
	color: #666666;
}

.contact100-form-checkbox .label-checkbox100 {
	color: #1a73e8 !important;
}

.flex-sb-m a {
	color: #db1e24 !important;
	font-weight: 600;
}

/* Botão */
.login100-form-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 12px !important;
	height: 54px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.3px;
	box-shadow: 0 6px 16px rgba(219, 30, 36, 0.25);
}

.container-login100-form-btn {
	width: 100%;
	text-align: center;
}

/* Rodapé social */
#social_footer {
	border-top: 1px solid #f0f0f0;
	padding-top: 22px;
	margin-top: 22px;
}

.social-divider-label {
	font-size: 12px;
	color: #b0b0b0;
	margin-bottom: 10px;
}

#social_footer ul li a {
	background-color: #f7f7f8;
	color: #666666;
}

#social_footer ul li a:hover {
	background-color: #db1e24;
	color: #ffffff;
}

@media (max-width: 480px) {
	.login-card-modern.p-l-85 {
		padding-left: 28px !important;
		padding-right: 28px !important;
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
}

/* Link "Cadastre sua loja" abaixo do botão de login */
.login-register-hint {
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
}

.login-register-hint a {
	color: #db1e24;
	text-decoration: underline;
	font-weight: 600;
}

.login-register-hint a:hover {
	color: #a3151a;
}
