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

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

.container {
  padding: 10em 1.5em;
}

#username_b::placeholder,
#post-1503
  > div
  > div
  > div
  > form
  > div.um-field.um-field-block.um-field-type_block
  > div
  > div {
  color: #26022e !important;
}
#username_b {
  color: #26022e !important;
  font-size: 1em;
  border: 1px solid #9d8ea0;
  border-radius: 10px;
  background-color: transparent;
}

#um-submit-btn,
#um_field_1493_Organization_Logo > div.um-field-area > a {
  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,
#um_field_1493_Organization_Logo > div.um-field-area > a:hover {
  transform: translate(0, -4px);
}

div.um-col-alt > div.um-right.um-half > a {
  background: #9d8ea0 !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: 5em 1.5em;
  }
}

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;
}
