.site {
  min-height: 100vh;
}

.site-content {
  background-color: #ffffff !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  margin: 40px auto;
  width: 480px;
}

.um-form {
  padding: 0px;
}

.entry-content {
  margin: 20px 0 0;
}

.um-field-checkbox:not(.um-field) {
    margin: 0!important;
}

.um-link-alt {
    margin-top: 16px;
}



@media screen and (max-width: 768px) {
  .site-content {
    width: 95%;
  }
    .um-col-alt {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .um-half {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 24px;
  }
}