body {
  background: url("../../images/bat-bg.svg") !important;
  margin: 0;
  padding: 0;
}

.entry-title {
  font-size: 3em;
  color: #26022e;
}

.container {
  padding: 5em 1.5em;
}

#um_field_1494_username > div.um-field-label > label,
#um_field_1494_user_password > div.um-field-label > label,
.um-field-checkbox-option {
  color: #26022e !important;
}

#user_password-1494,
#username-1494 {
  color: #26022e !important;
  font-size: 1em;
  border: 1px solid #9d8ea0;
  border-radius: 10px;
  background-color: transparent;
}

#um-submit-btn {
  background: linear-gradient(135deg, #a512c4, #4f095e) !important;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#um-submit-btn:hover {
  transform: translate(0, -4px);
}

div.um-col-alt > div.um-right.um-half > a {
  background: black !important;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
div.um-col-alt > div.um-right.um-half > a:hover {
  transform: translate(0, -4px);
}

@media (max-width: 750px) {
  .container {
    padding: 2.5em 1.5em;
  }
}
#post-1498
  > div
  > div
  > div
  > form
  > div.um-col-alt
  > div.um-field.um-field-c
  > div
  > label
  > span.um-field-checkbox-option,
#post-1498
  > div
  > div
  > div
  > form
  > div.um-col-alt
  > div.um-field.um-field-c
  > div
  > label
  > span.um-field-checkbox-state,
#post-1498
  > div
  > div
  > div
  > form
  > div.um-col-alt
  > div.um-field.um-field-c
  > div
  > label
  > span.um-field-checkbox-state
  > i,
#post-1498 > div > div > div > form > div.um-col-alt-b > a {
  color: #26022e !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; /* match your background */
  -webkit-text-fill-color: #000000 !important; /* match your text color */
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.um-misc-ul li a {
  color: #26022e;
  transition: color 0.3s;
}

.um-misc-ul li a:hover {
  color: #d946ef;
}
