#sle-loyalty-form {
  /*max-width: 400px;*/
}

#sle-loyalty-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

#sle-loyalty-form button {
  padding: 10px 15px;
  cursor: pointer;
}

#sle-message {
  margin-top: 10px;
  font-weight: bold;
}

.sle-form-wrapper {
  background: #0f0f0f;
  padding: 25px;
  max-width: 900px;
}

.sle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 60px;
}

.sle-field label {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.sle-field input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  padding: 8px 0;
  color: #fff;
  font-size: 15px;
  outline: none;
  border-radius: 0px !important;
}

.sle-field:nth-child(5) {
  grid-column: span 2;
}

.sle-field input:focus {
  border-bottom: 1px solid #fff;
}

.sle-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.sle-btn {
  background: #f28c00;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sle-btn:hover {
  opacity: 0.9;
}

#sle-message {
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}