.elementor-247 .elementor-element.elementor-element-96ba263{--display:flex;--padding-top:35px;--padding-bottom:35px;--padding-left:15px;--padding-right:15px;}/* Start custom CSS for html, class: .elementor-element-5c7962d *//* ========================================
   FORMULÁRIO DA ÁREA RESTRITA (.fm-restrita)
   ======================================== */
.fm-restrita {
  max-width: 420px;
  margin: 40px auto;
  padding: 40px 45px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.fm-restrita form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Inputs da área restrita */
.fm-restrita input[type="text"],
.fm-restrita input[type="password"] {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #fff;
}

.fm-restrita input[type="text"]:focus,
.fm-restrita input[type="password"]:focus {
  outline: none;
  border-color: #cb4e45;
  box-shadow: 0 0 0 4px rgba(203, 78, 69, 0.12);
}

.fm-restrita input::placeholder {
  color: #999;
  font-size: 14px;
}

/* Botão da área restrita */
.fm-restrita button {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: #cb4e45;
  color: #fff;
  border: 2px solid #cb4e45;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.fm-restrita button:hover {
  background-color: #fff;
  color: #cb4e45;
  border: 2px solid #cb4e45;
  box-shadow: 0 6px 20px rgba(203, 78, 69, 0.35);
  transform: translateY(-2px);
}

.fm-restrita button:active {
  transform: translateY(0);
}

/* Links da área restrita - CORRIGIDO */
.fm-restrita a {
  color: #cb4e45;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 8px; /* Espaçamento entre os links */
}

.fm-restrita a:hover {
  color: #a73e37;
  text-decoration: underline;
}

/* Container dos links - centralizado */
.fm-restrita form {
  text-align: center;
}

.fm-restrita form > a:first-of-type {
  margin-top: 15px;
}

/* REMOVI o ::after que estava criando a barra duplicada *//* End custom CSS */