body.elementor-page-2632{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3050596 *//* Estilo geral */
.cgs-login {
  max-width: 420px;
  margin: 130px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

/* Título */
.cgs-login h2 {
  color: #003366;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

/* Campos */
.cgs-login input[type="text"],
.cgs-login input[type="password"] {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  box-sizing: border-box;
}

/* Botão */
.cgs-login input[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #003366;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cgs-login input[type="submit"]:hover {
  background-color: #005b9f;
}

/* Link de senha */
.cgs-login-links {
  margin-top: 14px;
}

.cgs-login-links a {
  color: #0073aa;
  text-decoration: none;
  font-size: 0.95rem;
}

.cgs-login-links a:hover {
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 600px) {
  .cgs-login {
    padding: 30px 20px;
    margin: 40px 20px;
  }
}/* End custom CSS */