@font-face {
    font-family: "AkkuratSubRegular";
    src: url("fonts/Akkurat/AkkuratSub/AkkuratLLSub-Regular.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "AkkuratSubBold";
    src: url("fonts/Akkurat/AkkuratSub/AkkuratLLSub-Bold.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "AkkuratSubBlack";
    src: url("fonts/Akkurat/AkkuratSub/AkkuratLLSub-Black.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "AkkuratWebRegular";
    src: url("fonts/Akkurat/AkkuratWeb/AkkuratLLWeb-Regular.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "AkkuratWebBold";
    src: url("fonts/Akkurat/AkkuratWeb/AkkuratLLWeb-Bold.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "AkkuratWebBlack";
    src: url("fonts/Akkurat/AkkuratWeb/AkkuratLLWeb-Black.woff2") format("woff2");
    font-weight: normal;
  }
  @font-face {
    font-family: "GothamUltra";
    src: url("fonts/GothamUltra/gothamUltra.woff2") format("woff2");
    font-weight: normal;
  }
/* 
  html{
    height: 104dvh;
  } */

body{
    background: linear-gradient(197deg, #101010 0%, #024374 100%);
    font: 16px/1.231 "AkkuratSubRegular", helvetica, aria, clean, sans-serif;
    height: inherit;
}

*{
    color: #fff;
}

#parent{
  height: inherit;
}

#header{
  margin: 0;
}

h1,
.h1 {
  font-size: 1.625em;
  margin: 0.76em 0 0.38em;
  line-height: 1.2307692308em;
}

h2,
.h2 {
  font-size: 1.25em;
  margin: 1em 0 0.5em;
  line-height: 1.2em;
  color: #fff;
}

h3,
.h3 {
  font-size: 1.125em;
  margin: 1.06em 0 0.53em;
  line-height: 1.2222222222em;
}

h4,
.h4 {
  font-size: 1em;
  margin: 1.12em 0 0.56em;
  line-height: 1.375em;
}

h5,
.h5 {
  font-size: 1em;
  margin: 1.28em 0 0.64em;
  line-height: 1.375em;
}

h6,
.h6 {
  font-size: 1em;
  margin: 0.5em 0 0.75em;
  line-height: 1.375em;
}

h7,
.h7 {
  font-size: 0.875em;
  margin: 0.5em 0 0.75em;
  line-height: 1.4285714286em;
}

h1,
h2,
h3,
h4,
h5, h6, .h7 {
  font-weight: normal;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: "GothamUltra", helvetica, aria, clean, sans-serif;
}

h5, .h7 {
  font-family: "AkkuratSubBold", helvetica, aria, clean, sans-serif;
}

h6 {
  font-family: "AkkuratSubRegular", helvetica, aria, clean, sans-serif;
}

.h7.regular {
  font-family: "AkkuratSubRegular", helvetica, aria, clean, sans-serif;
}

p {
  line-height: 1.4;
  margin: 0.69em 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}

label{
    color: #fff;
    font-size: 0.875em;
}


button {
    border: none;
  }
  
  .button:not(.nobtn), button:not(.nobtn), [class*=button]:not(.nobtn),
  [class*=Button]:not(.nobtn),
  .enetButton {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 18px 30px 15px 30px;
    margin: 20px 0;
    cursor: pointer;
    background-color: #C91846;
    color: #fff;
    border-radius: 9px;
    color: #fff;
    font-family: "GothamUltra", helvetica, aria, clean, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    z-index: 1;
    font-weight: normal;
    width: auto;
    transition: box-shadow 0.3s ease-out;
  }
  .button *, button:not(.nobtn) *, [class*=button]:not(.nobtn) *,
  [class*=Button]:not(.nobtn) *,
  .enetButton * {
    color: #fff;
    font-family: "GothamUltra", helvetica, aria, clean, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
  }
  .button:not(.rainbow):not(.nobtn):hover, button:not(.rainbow):not(.nobtn):hover, [class*=button]:not(.rainbow):not(.nobtn):hover,
  [class*=Button]:not(.rainbow):not(.nobtn):hover, .button:not(.rainbow):not(.nobtn):focus, button:not(.rainbow):not(.nobtn):focus, [class*=button]:not(.rainbow):not(.nobtn):focus,
  [class*=Button]:not(.rainbow):not(.nobtn):focus,
  .enetButton:not(.rainbow):not(.nobtn):hover,
  .enetButton:not(.rainbow):not(.nobtn):focus {
    box-shadow: 0px -25px 10px rgba(0, 0, 0, 0.25) inset;
  }
  .button:not(.rainbow):not(.nobtn):hover::before, button:not(.rainbow):not(.nobtn):hover::before, [class*=button]:not(.rainbow):not(.nobtn):hover::before,
  [class*=Button]:not(.rainbow):not(.nobtn):hover::before, .button:not(.rainbow):not(.nobtn):focus::before, button:not(.rainbow):not(.nobtn):focus::before, [class*=button]:not(.rainbow):not(.nobtn):focus::before,
  [class*=Button]:not(.rainbow):not(.nobtn):focus::before,
  .enetButton:not(.rainbow):not(.nobtn):hover::before,
  .enetButton:not(.rainbow):not(.nobtn):focus::before {
    opacity: 1;
  }
  .dark .button:hover, .dark button:hover:not(.nobtn), .dark [class*=button]:hover:not(.nobtn),
  .dark [class*=Button]:hover:not(.nobtn), .dark .button:focus, .dark button:focus:not(.nobtn), .dark [class*=button]:focus:not(.nobtn),
  .dark [class*=Button]:focus:not(.nobtn),
  .dark .enetButton:hover,
  .dark .enetButton:focus {
    box-shadow: none !important;
  }
  .dark .button::before, .dark button:not(.nobtn)::before, .dark [class*=button]:not(.nobtn)::before,
  .dark [class*=Button]:not(.nobtn)::before,
  .dark .enetButton::before {
    content: "";
    background: linear-gradient(45deg, #1653A6, #802A91, #FEEB00, #F4811E, #EE4A24, #018C45);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 9px;
  }
  .dark .button::after, .dark button:not(.nobtn)::after, .dark [class*=button]:not(.nobtn)::after,
  .dark [class*=Button]:not(.nobtn)::after,
  .dark .enetButton::after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    left: 0;
    top: 0;
    border-radius: 9px;
  }
  .button.rainbow::before, button.rainbow:not(.nobtn)::before, .rainbow[class*=button]:not(.nobtn)::before,
  .rainbow[class*=Button]:not(.nobtn)::before,
  .enetButton.rainbow::before {
    content: "";
    background: linear-gradient(45deg, #1653A6, #802A91, #FEEB00, #F4811E, #EE4A24, #018C45);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 9px;
  }
  .button.rainbow::after, button.rainbow:not(.nobtn)::after, .rainbow[class*=button]:not(.nobtn)::after,
  .rainbow[class*=Button]:not(.nobtn)::after,
  .enetButton.rainbow::after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    left: 0;
    top: 0;
    border-radius: 9px;
  }
  .button.rainbow:hover::before, button.rainbow:hover:not(.nobtn)::before, .rainbow[class*=button]:hover:not(.nobtn)::before,
  .rainbow[class*=Button]:hover:not(.nobtn)::before, .button.rainbow:focus::before, button.rainbow:focus:not(.nobtn)::before, .rainbow[class*=button]:focus:not(.nobtn)::before,
  .rainbow[class*=Button]:focus:not(.nobtn)::before,
  .enetButton.rainbow:hover::before,
  .enetButton.rainbow:focus::before {
    opacity: 1;
  }

  button.togglepw{
    filter: invert(100%);
  }


  form ol li, form ul li{
    padding: 0;
    margin-top: 20px;
  }
  input {
    width: 100%;
    font-size: 1em;
    min-height: 40px;
    transition: 0.3s ease;
  }
  input::-moz-placeholder {
    font-size: 1em;
  }
  input::placeholder {
    font-size: 1em;
  }
  input[type=checkbox] {
    cursor: pointer;
  }

  input[type=radio]:checked + label.radiotxt::after {
    content: "";
  }
  
  input,
  textarea {
    background-color: rgba(112, 112, 112, 0.3);
    border-radius: 7px;
    position: relative;
    outline: none;
    border: none;
    margin-top: 5px;
    padding: 16px 20px;
    color: #fff;
  }
  input:focus,
  textarea:focus {
    border: 1px solid #b1b1b1;
    background-color: rgba(112, 112, 112, 0.3);
  }
  
  textarea {
    display: block;
    width: 100%;
  }

  .noaccount::before{
    content: none;
  }

  .noaccount small{
    background-color: transparent;
  }

  .forgotpw{
    font-weight: normal;
  }

  .forgotpw a{
    float: right;
    color: #707070;
  }

  .loginbtn{
    min-width: 230px;
    margin-bottom: 0;
  }

  .error-msg *:not(legend){
    color: black !important;
  }

  .mt10{
    margin-top: 10px;
  }

  .tcenter{
    text-align: center;
  }

  @media screen and (min-width: 540px){
     #parent{
        padding: 70px 85px;
     }
  }
