.elementor-383 .elementor-element.elementor-element-9e1b35c{--display:flex;--min-height:70vh;--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-378de8b */.custom-form {
  max-width: 420px;
  margin: 60px auto;
  padding: 35px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  font-family: inherit;
}

.custom-form h2 {
  text-align: center;
  margin-bottom: 5px;
}

.custom-form p {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.custom-form input {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.custom-form button {
  width: 100%;
  padding: 14px;
  background: #2381fc;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.custom-form .link,
.custom-form .small {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.login-error {
  background: #ffe6e6;
  color: #b30000;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}/* End custom CSS */