@font-face {
  font-family: "Calluna";
  src: url("fonts/Calluna-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansProRegular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-variant: normal;
}
div#wrapper {
  background: #EAECF2;
  background-image: url(img/waf_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content {
  margin: 80px 64px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #1C355E;
}

#language-select a {
  color: #828BB2;
  transition: all 1s ease-out;
  text-decoration: none;
  padding-right: 10px;
}
#language-select a.active, #language-select a:hover {
  font-weight: 700;
  color: #1C355E;
}

.card {
  max-width: 350px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 25%;
  -ms-transform: translateX(-25%) translateY(-50%);
  -moz-transform: translateX(-25%) translateY(-50%);
  -webkit-transform: translateX(-25%) translateY(-50%);
  transform: translateX(-25%) translateY(-50%);
}
.card .card-body h1 {
  font-family: "Calluna";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #8A1E41;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
  background: #C59B59;
  box-shadow: -4px -4px 5px rgba(255, 255, 255, 0.4), 4px 4px 5px rgba(66, 66, 80, 0.2);
  border-radius: 2px;
  width: 350px;
  height: 42px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 40px;
  justify-content: center;
}

@media screen and (max-width: 600px), screen and (max-height: 700px) {
  .randco-logo {
    position: absolute;
    top: 0;
  }
}