.elementor .e-2c5769a-12499e3{height:150px;text-align:center;padding-inline-end:100px;margin-block-start:20px;margin-inline-start:10px;margin-inline-end:10px;background-color:#162635 ;flex-direction:column;justify-content:center;}.elementor .e-e5c81ad{margin-block-start:30px;margin-block-end:10px;margin-inline-start:10px;margin-inline-end:10px;flex-direction:column;/* Container Principal - Centralização da Tela */
.woocommerce-account .woocommerce {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 20px;
}

/* Cartão do Formulário de Login */
.woocommerce-account .woocommerce-form-login {
  width: 100%;
  max-width: 420px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

/* Títulos e Textos de Boas-Vindas */
.v3-login-header {
  text-align: center;
  margin-bottom: 25px;
}

.v3-login-logo {
  max-width: 150px;
  height: auto;
  margin: 0 auto 15px auto;
  display: block;
}

.v3-login-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.v3-login-subtitle {
  font-size: 14px;
  color: #666666;
}

/* Estilização dos Campos de Entrada (Email e Senha) */
.woocommerce-account .woocommerce-form-login .form-row {
  padding: 0;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-form-login input.input-text {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.woocommerce-account .woocommerce-form-login input.input-text:focus {
  border-color: #0073aa;
  background-color: #ffffff;
  outline: none;
}

/* Botão Entrar */
.woocommerce-account .woocommerce-form-login .woocommerce-button {
  width: 100%;
  padding: 12px;
  background-color: #0073aa;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}

.woocommerce-account .woocommerce-form-login .woocommerce-button:hover {
  background-color: #005177;
}

/* Separador "OU" */
.v3-login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #888888;
  font-size: 13px;
}

.v3-login-divider::before,
.v3-login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.v3-login-divider::before {
  margin-right: 10px;
}

.v3-login-divider::after {
  margin-left: 10px;
}

/* Botão Continuar com Google */
.v3-btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}

.v3-btn-google:hover {
  background-color: #f5f5f5;
  color: #111111;
}

.v3-btn-google svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

/* Link de Registo e Esqueci a Senha */
.v3-login-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
}

.v3-login-footer a {
  color: #0073aa;
  font-weight: 600;
  text-decoration: none;
}

.v3-login-footer a:hover {
  text-decoration: underline;
}\n}