@font-face {
  font-family: "Eurostile Extended";
  src: url("/assets/fonts/EurostileExtended-Roman.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile Extd";
  src: url("/assets/fonts/EurostileExt-Med.woff2") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EurostileExt-Bla";
  src: url("/assets/fonts/EurostileExt-Bla.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  padding: 0;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  font-size: 1rem;
  background-color: #000000;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

p {
  font-size: 24px !important;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
  font-family: "EurostileExt-Bla", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  letter-spacing: -0.02rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  letter-spacing: -0.02rem;
}

.separator-below-heading {
  width: calc(clamp(1.8rem, 8vw, 3rem) * 8);
  border-bottom: 1px solid #ffffff;
  margin-top: 24px;
}

input[type=text], input[type=password], input[type=tel] {
  height: 48px;
  color: black;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  border: 0;
  padding: 0 10px;
  margin: 10px 0;
}

a {
  text-decoration: none;
}

.btn-act {
  display: block;
  background-color: #E6007E;
  border: 1px solid #E6007E;
  color: #ffffff;
  font-family: "EurostileExt-Bla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  border-radius: 0 10px 0 10px;
  text-align: center;
  cursor: pointer;
}
.btn-act:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #E6007E;
}
.btn-act:active {
  background-color: #000000;
  border-color: #E6007E;
  color: #ffffff;
}

header {
  background-size: cover;
  padding: 5% 10px;
  min-height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
header h1 {
  text-align: center;
  line-height: 1.6rem;
  letter-spacing: -0.02em;
  user-select: none;
}
header h1 span.welkom {
  font-size: 1.2rem;
}
header h1 span.logo {
  color: #E6007E;
}

header.userpage {
  min-height: 20px;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
header.userpage span {
  display: block;
  text-align: center;
  margin-right: 60px;
  flex-grow: 2;
  font-size: 1.2em;
}

#main-container {
  min-height: 60vh;
  margin: 10px 0;
  padding-top: 10px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center !important;
  padding-bottom: 88.5px !important;
}

img {
  user-select: none;
  -webkit-user-modify: none;
}

#free-year {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#membership-logo {
  width: 70%;
}

#info-circle {
  position: absolute;
  right: 9%;
  top: 0px;
  height: 20px;
  cursor: pointer;
}

#popup {
  position: fixed;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6588235294);
}
#popup #content {
  position: relative;
  background: #000000;
  border-radius: 0 20px 0 20px;
  border: 2px solid #424242;
  width: 90%;
  max-width: 500px;
  padding: 30px 50px 30px 30px;
  transition: all 0.3s ease;
}
#popup #content #close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 1em;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
#popup #content h2 {
  text-align: start;
  font-size: 20px;
  margin-bottom: 10px;
}
#popup #content a {
  color: white;
  text-decoration: underline;
}

.login-main {
  width: 90%;
  max-width: 400px;
  margin: 10px auto 0 auto;
}
.login-main p {
  text-align: center;
}
.login-main .input-container-main {
  background-color: #000000;
  margin: 10px 0;
  padding: 20px 30px;
  border-radius: 10px;
}
.login-main .input-container-main .input-container {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 10px;
}
.login-main .input-container-main .input-container span.remember {
  display: flex;
  flex: row wrap;
  align-items: center;
  padding: 0 0 15px;
  font-size: 0.8rem;
}
.login-main .input-container-main .input-container .btn-act {
  font-size: 0.9rem;
}
.login-main #forgot-password {
  font-size: 0.8rem;
  opacity: 0.5;
}

#login-page-icon-lock {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.pink {
  color: #E6007E;
}

@media (max-width: 576px) {
  p {
    font-size: 19px !important;
  }
}