@font-face {
  font-family: ProximaNova;
  font-display: fallback;
  font-weight: 700;
  src: url('https://www.belong.com.au/go/static/fonts/ProximaNova-Bold.eot') format('embedded-opentype'), 
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Bold.woff') format('woff'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: ProximaNova;
  font-display: fallback;
  font-weight: 600;
  src: url('https://www.belong.com.au/go/static/fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), 
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Semibold.ttf') format('truetype'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Semibold.woff') format('woff'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: ProximaNova;
  font-display: fallback;
  font-weight: 400;
  src: url('https://www.belong.com.au/go/static/fonts/ProximaNova-Regular.eot') format('embedded-opentype'), 
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Regular.woff') format('woff'),
    url('https://www.belong.com.au/go/static/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
}

body {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  min-height: 100vh;
}

.header__logo {
  background-color: transparent;
  margin: 0 auto;
}

.header__logo .logo {
  background-size: contain;
  width: 144px;
}

.ui-belong,
.ui-slate {
  background-color: #000;
}

.page-header {
  color: #fff;
  background-color: #000;
}

.page-header__title h1 {
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-weight: 700;
  letter-spacing: 3px;
}

@media only screen and (max-width: 480px) {
  .page-header__title h1 {
    font-family: inherit !important;
    color: inherit !important;
    line-height: 1.4 !important;
    letter-spacing: 1px;
  }
}

.container-main {
  flex-grow: 1;
}

.container-main .card {
  border: solid #d2d4d6;
  border-width: 1px 1px 2px;
  height: auto;
  border-radius: 0;
  padding: 32px;
  box-shadow: none;
}

.container-main label {
  font-size: inherit;
  cursor: pointer;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.container-main input {
  font-size: inherit;
  height: auto;
  background: rgb(248, 248, 248);
  padding: 16px 12px;
  color: rgb(64, 64, 64);
  border: 1px solid rgb(210, 212, 214);
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  margin-top: 8px;
}

.container-main input:focus {
  border: 1px solid rgb(210, 212, 214);
  background-color: rgb(255, 255, 255);
  outline: rgb(31, 157, 210) solid 2px;
  outline-offset: 2px;
}

.container-main input:hover {
  border: 1px solid rgb(107, 107, 107);
}

.container-main .button {
  margin: 0;
}

@media screen and (max-width: 40em) {
  .container-main .card {
    border: none;
    padding: 0;
  }
  .container-main .button {
    width: 100%;
    min-width: auto;
  }
}

.button,
.button:focus,
.button:active {
  height: auto;
  line-height: 1;
  box-shadow: none;
  border: 2px solid rgb(65, 182, 230);
  border-radius: 0px;
  overflow: visible;
  background: rgb(65, 182, 230);
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}

.button:hover {
  background-color: transparent;
  border-color: rgb(31, 157, 210);
  color: #000;
}

:focus {
  outline: rgb(31, 157, 210) solid 2px;
  outline-offset: 2px;
}

#belong-footer {
  position: unset;
}

#belong-footer .logo {
  display: none;
}

@media (min-width: 841.5px) {
  .header__logo,
  .container-wide {
    max-width: 744px;
  }
}
@media (min-width: 1088px) {
  .header__logo,
  .container-wide {
    max-width: 936px;
  }
}
@media (min-width: 1530px) {
  .header__logo,
  .container-wide {
    max-width: 1312px;
  }
}
