.f3ul-page {
  --f3ul-bg: linear-gradient(160deg, #173f22, #0b2716);
  position: relative;
  display: grid;
  min-height: 100vh;
  margin: 0;
  padding: 28px 14px 34px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 24, 12, .34), rgba(5, 17, 9, .62)),
    var(--f3ul-bg) center / cover no-repeat;
}

.f3ul-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(214, 239, 122, .2), transparent 15rem),
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
  pointer-events: none;
}

.f3ul-inner {
  position: relative;
  display: grid;
  align-content: start;
  width: min(100%, 380px);
  min-height: calc(100vh - 62px);
  margin: 0 auto;
}

.f3ul-header {
  display: grid;
  justify-items: center;
  padding-top: 4px;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.f3ul-logo {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 8px;
}

.f3ul-logo img,
.f3ul-logo svg {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.f3ul-header h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.f3ul-header p {
  margin: 5px 0 0;
  color: #d6ef7a;
  font-size: 14px;
  font-weight: 750;
}

.f3ul-card {
  margin-top: 64px;
  padding: 20px 18px 18px;
  color: #152015;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.f3ul-card-head {
  margin-bottom: 14px;
  text-align: center;
}

.f3ul-card-head h2 {
  margin: 0;
  color: #152015;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.f3ul-card-head p {
  margin: 5px 0 0;
  color: #5f6a5e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.f3ul-form .um {
  margin: 0 !important;
  max-width: none !important;
}

.f3ul-form .um-form,
.f3ul-form form {
  margin: 0 !important;
}

.f3ul-form .um-field {
  padding: 0 0 11px !important;
}

.f3ul-form .um-field-label {
  margin: 0 0 5px !important;
}

.f3ul-form .um-field-label label,
.f3ul-form label {
  color: #1d281d !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

.f3ul-form input[type="text"],
.f3ul-form input[type="email"],
.f3ul-form input[type="password"],
.f3ul-form .um-form input[type="text"],
.f3ul-form .um-form input[type="email"],
.f3ul-form .um-form input[type="password"] {
  min-height: 42px !important;
  padding: 0 12px !important;
  color: #142014 !important;
  background: #fff !important;
  border: 1px solid #dbe2d7 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

.f3ul-form input:focus {
  border-color: #2e7d26 !important;
  box-shadow: 0 0 0 3px rgba(46, 125, 38, .12) !important;
  outline: 0 !important;
}

.f3ul-form .um-field-checkbox,
.f3ul-form .um-field-c {
  font-size: 11px !important;
}

.f3ul-form .um-button,
.f3ul-form input[type="submit"].um-button,
.f3ul-form input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 43px !important;
  margin-top: 4px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #3c8e2e, #28731e) !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: 0 6px 14px rgba(35, 105, 28, .3) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-transform: none !important;
}

.f3ul-form .um-button:hover,
.f3ul-form input[type="submit"]:hover {
  background: linear-gradient(180deg, #459d36, #2c7a21) !important;
}

.f3ul-form .um-link-alt,
.f3ul-form a {
  color: #327a2a !important;
  font-size: 11px;
  font-weight: 750;
}

.f3ul-form .um-col-alt {
  margin: 2px 0 0 !important;
}

.f3ul-form .um-field-error,
.f3ul-form .um-notice {
  border-radius: 7px !important;
  font-size: 12px !important;
}

.f3ul-missing {
  margin: 0;
  padding: 12px;
  color: #8a241b;
  background: #fff1ed;
  border: 1px solid #f0cdc5;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.f3ul-register {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .86);
  text-align: center;
  font-size: 11px;
  font-weight: 650;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.f3ul-register a {
  color: #d6ef7a;
  font-weight: 850;
  text-decoration: underline;
}

.f3ul-footer {
  align-self: end;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, .74);
  text-align: center;
  font-size: 10px;
  font-weight: 650;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

@media (min-width: 700px) {
  .f3ul-page {
    border-radius: 0 0 22px 22px;
  }
}
