/* html {
  height: initial;
} */

#header-container,
#menu-mobile {
  visibility: hidden;
}

#footer {
  visibility: hidden;
}

.container {
  justify-content: center;
  align-items: center;
}

.content {
  height: initial !important;
}

.main {
  margin: 0 auto !important;
  max-width: 400px !important;
  /* padding: 0 !important; */
  background-color: transparent !important;
}

.entry-content {
  color: #aaa !important;
}

.edp-login-status {
  display: block;
  padding-top: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}


h2 {
  color: #fff !important;
}

input {
  padding: 0.25em 0.625em;
  width: 100%;
  margin-bottom: 10px !important;
}

svg {
  height: auto;
  max-width: 100%;
}

/* ---------- ICONS ---------- */
.icons {
  display: none;
}

.icon {
  fill: currentcolor;
  display: inline-block;
  height: 1em;
  width: 1em;
}

/* ---------- LOGIN ---------- */
/* .login {
  width: 400px;
} */

.login-header {
  background-color: #1f5081;
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  color: #fff;
  padding: 0.75em 1.625em;
}

.login-header :first-child {
  margin-top: 0;
}

.login-header :last-child {
  margin-bottom: 0;
}

.login h2 .icon {
  margin-right: 14px;
}

.edp-login-form {
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  display: grid;
  grid-gap: 0.875em;
  gap: 0.875em;
  padding: 1.25em 1.625em;
}

@media screen and (max-width: 480px) {
  /* .login {
    width: 320px;
  } */

  .edp-login-form {
    display: block;
  }
}
