html,
body {
  height: 100%;
  color: #e3a18d;
  font-family: 'Roboto Condensed', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #1a1a1a;
}

@media only screen and (max-width: 1024px) {
  #container {
    padding: 4% 2.3%;
    height: 100%;
    min-height: 100%;
    overflow: visible;
  }

  #leftCol {
    width: 100%;
  }

  #rightCol-row1 {
    position: relative !important;
    margin-top: 30px;
  }

  #leftCol-row1 {
    margin-bottom: 100px;
    position: relative;
  }

  #leftCol-row1 img#cashelLogo {
    width: 270px;
  }

  #leftCol-row2 {
    margin-bottom: 60px;
  }

  #leftCol-row2 img {
    width: 100%;
  }

  #leftCol-row3 {
  }

  #leftCol-row3 img {
    width: 60%;
  }

  #leftCol-insta {
    z-index: 2;
    position: absolute;
    bottom: 5%;
    left: 218px;
  }

  #rightCol {
    width: 100%;
    height: 38%;
    background-image: url('img/stag.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    position: relative;
  }

  #rightCol-row1 {
    position: absolute !important;
    height: 50px;
    bottom: 30px;
  }

  #rightCol-row1 img {
    text-align: right;
    width: 70%;
  }
}

@media only screen and (min-width: 1025px) {
  #container {
    padding: 2.3% 2.5% 2.6% 5.4%;
    height: 93%;
    min-height: 93px;
  }

  #leftCol {
    width: 40%;
    position: relative;
    height: 100%;
    float: left;
    z-index: 2;
  }

  #rightCol {
    position: relative;
    width: 60%;
    height: 100%;
    float: right;
    background-image: url('img/stag.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 67%;
    z-index: 1;
  }

  #rightCol-row1 {
    position: absolute;
    bottom: 0 !important;
    right: 0;
  }

  #leftCol-insta {
    z-index: 2;
    position: absolute;
    bottom: 14%;
    left: 370px;
  }

  #leftCol-row1 img#cashelLogo {
    z-index: 1;
    width: 460px;
  }

  #leftCol-row3 {
    position: absolute;
    bottom: 50px;
    width: 90%;
  }

  #leftCol-row1 {
    margin-bottom: 132px;
    position: relative;
  }

  #leftCol-row2 {
  }
}

@media only screen and (min-width: 1500px) {
  #rightCol {
    background-position: top left;
  }
}

div#associate-form-container {
  border: 2px solid #e3a18d;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  background-color: #1f1e1b;
}

#associate-form {
  transition: opacity 4s;
}

label {
  display: inline-block;
  width: 100px;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 5px;
}

form div {
  padding: 10px 0px;
}

input {
  padding: 5px;
  width: 98%;
  border-radius: 5px;
  font-size: 24px;
}

button#signInBtn,
#try-again {
  width: 100%;
  margin-top: 10px;
  background: #e3a18d;
  font-weight: bold;
  font-size: 24px;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

#invalid-user {
  display: none;
  height: 232px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.shown {
  display: block;
  opacity: 1;
}

@media only screen and (max-height: 1015px) {
  #assocImg {
    display: none;
  }
}

@media only screen and (min-height: 1016px) {
  #assocImg {
    display: block;
  }
}
