@font-face {
  font-family: BebasNeueRegular;
  src: url(../fonts/BebasNeue-Regular.woff);
}

@font-face {
  font-family: BebasNeueLight;
  src: url(../fonts/BebasNeue-Light.ttf);
}

html,
body {
  height: 100%;
}

body {
  background: #000;
}

span {
  color: #CB3233;
  font-weight: bold;
}
img {
  max-width: 100%;
}

.container,
.row {
  height: 100%;
}

.btn-ssos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
.username-suggestion button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 24px 5px 24px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none !important;
}

.username-suggestion button:hover {
  background-color: rgb(230, 230, 230);
  color: rgb(178, 178, 178);
}

@media (min-width: 581px) {
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .logo-alpha {
    display: none;
  }
}

.help-block {
  display: inline-block;
  color: #fff !important;
  text-align: left;
  text-shadow: 1px 1px 5px #000;
  font-size: 12px;
  margin: 0;
  margin-left: 0.5rem;
}

.container {
  width: 100%;
  max-width: 1100px;
}

.side-right {
  background-image: linear-gradient(to bottom, #fafafa, #737171, #252323, #000);
}

.logo {
  margin: 2em auto;
  max-width: 250px;
}

.member {
  font-family: BebasNeueRegular;
  font-size: 3em;
  color: #aa1e21;
}

ul {
  max-width: 90%;
  margin: 2em auto;
}

ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  list-style: none;
  color: #d1cfd0;
  margin: 0.2em 0;
  position: relative;
}

li:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

li:nth-child(1):before {
  background: url(../images/icons.png) no-repeat 0 0;
  background-size: cover;
}

li:nth-child(2):before {
  background: url(../images/icons.png) no-repeat 0 -35px;
  background-size: cover;
}

li:nth-child(3):before {
  background: url(../images/icons.png) no-repeat 0 -68px;
  background-size: cover;
}

li:nth-child(4):before {
  background: url(../images/icons.png) no-repeat 0 -103px;
  background-size: cover;
}

li:nth-child(5):before {
  background: url(../images/icons.png) no-repeat 0 -135px;
  background-size: cover;
}

.text-left {
  position: relative;
}

.coins {
  fill: #D72027;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: -37px;
}

.badge {
  background: none;
}

.side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg2en .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg2de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg3en .side-left,
body.bg3de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg3en .side-left,
body.bg3de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg4en .side-left,
body.bg4de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg5en .side-left,
body.bg5de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

body.bg6en .side-left,
body.bg6de .side-left {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.join-now {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  color: #d72027;
  font-family: BebasNeueRegular;
  font-size: 5em;
}

.form-container {
  top: 20%;
  position: relative;
}

form {
  max-width: 40%;
  margin: 0 0 0 auto;
}

label {
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
}

.form-control {
  background: #cecccd;
  border: none;
}

.checkbox label {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}

.btn-default {
  width: 100%;
  background-image: linear-gradient(to bottom, #edb6b3, #ff0d00) !important;
  border: none !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 9px !important;
  outline: none !important;
  margin: 1em 0;
  white-space: unset;
}

.already-member a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 998px) {
  body {
    font-size: 10px;
  }

  form {
    max-width: 60%;
  }
}

@media (max-width: 710px) {
  form {
    max-width: 100%;
  }

  .logo {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .row > [class*="col-"] {
    width: 100%;
  }

  .side-left {
    padding: 1em 15px;
  }

  .logo {
    display: none;
  }

  .form-container {
    margin-top: 5em;
  }

  .logo-alpha {
    display: block;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
  }
}
