.sr-main-heder {
    padding-top: 1rem;
    position: relative;
    z-index: 9999;
    width: 100%;
}

.DnnModule-DotNetNukeModulesDigitalAssets {
    margin-top: 145px;
}

@media (min-width: 1024px) {
.banner-pane {
    margin-top: -131px;
}
}

.loginContent {
  padding-top: 15px;
}
.loginContent .dnnFormItem input {
  border: 1px solid #1c1c1c !important;
  padding: 10px 15px !important;
  line-height: 100%;
  font-size: 16px !important;
  width: 100% !important;
}
.loginContent .dnnFormItem .dnnFormLabel:empty,
.loginContent .dnnFormItem .dnnFormLabel:has(+ .dnnLoginActions) {
  display: none !important;
}
.loginContent .dnnFormItem .dnnActions {
  padding-left: 0;
}

.dnnPrimaryAction,
.dnnSecondaryAction {
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent !important;
  white-space: nowrap;
  user-select: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  padding: .5rem 1rem;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
}
.dnnPrimaryAction {
  background: #3C7548 !important;
  color: #ffffff !important;
}
.dnnPrimaryAction:hover {
  background: #3C7548 !important;
}
.dnnSecondaryAction {
  background: #fff !important;
  color: #D9991D !important;
  border: 1px solid #D9991D !important;
}
.dnnSecondaryAction:hover {
  background: #D9991D !important;
}

ul, ol {
  padding-inline-start: 0;
}

