.elementor-3221 .elementor-element.elementor-element-8f6ffa4{--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;}.elementor-3221 .elementor-element.elementor-element-8f6ffa4:not(.elementor-motion-effects-element-type-background), .elementor-3221 .elementor-element.elementor-element-8f6ffa4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B34E4E;}.elementor-3221 .elementor-element.elementor-element-80e98e9{--display:flex;}/* Start custom CSS for container, class: .elementor-element-80e98e9 */.card-auth-form {
  background: #111;
  color: #fff;
  padding: 25px 30px;
  border-radius: 15px;
  max-width: 600px;
  margin: 30px auto;
  border: 1px solid #e8002b;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.card-auth-form h2 {
  text-align: center;
  color: #e8002b;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-group.half {
  flex: 1;
}

.card-auth-form label {
  display: block;
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
}

.card-auth-form input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #444;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}

.card-auth-form input:focus {
  border-color: #e8002b;
  box-shadow: 0 0 5px rgba(232,0,43,0.5);
  outline: none;
}

.notice {
  font-size: 13px;
  color: #ccc;
  font-style: italic;
  margin-bottom: 15px;
  text-align: justify;
}

.submit-btn {
  width: 100%;
  background: #e8002b;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #c50026;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}/* End custom CSS */