.elementor-180 .elementor-element.elementor-element-09636ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ca156a0 */.vyn-login-form {
  max-width: 400px;
  margin: 100px auto;
  padding: 32px;
  background-color: #0e1621;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
  font-family: 'Inter', sans-serif;
  color: #e2e8f0;
}

.vyn-login-form h2 {
  text-align: center;
  color: #00d4ff;
  margin-bottom: 24px;
}

.vyn-login-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #94a3b8;
}

.vyn-login-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 10px;
  background-color: #1e293b;
  color: #e2e8f0;
  transition: border-color 0.3s ease;
}

.vyn-login-form input:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.3);
}

.vyn-login-form button {
  width: 100%;
  padding: 12px;
  background-color: #00d4ff;
  border: none;
  border-radius: 10px;
  color: #0e1621;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.vyn-login-form button:hover {
  background-color: #38bdf8;
}

.login-error {
  color: #f87171;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}/* End custom CSS */