@font-face {
  font-family: "FuturaPT-Book";
  src: url("https://app.oscars.org/fonts/email/2ED7C7_2_0.eot");
  src: url("https://app.oscars.org/fonts/email/2ED7C7_2_0.eot?#iefix")
      format("embedded-opentype"),
    url("https://app.oscars.org/fonts/email/2ED7C7_2_0.woff2") format("woff2"),
    url("https://app.oscars.org/fonts/email/2ED7C7_2_0.woff") format("woff"),
    url("https://app.oscars.org/fonts/email/2ED7C7_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT-Demi";
  src: url("https://app.oscars.org/fonts/email/3219A3_5_0.eot");
  src: url("https://app.oscars.org/fonts/email/3219A3_5_0.eot?#iefix")
      format("embedded-opentype"),
    url("https://app.oscars.org/fonts/email/3219A3_5_0.woff2") format("woff2"),
    url("https://app.oscars.org/fonts/email/3219A3_5_0.woff") format("woff"),
    url("https://app.oscars.org/fonts/email/3219A3_5_0.ttf") format("truetype");
}

body,
html {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  height: 100vh;
}

/* EVENT DETAILS BACKGROUND SECTION */

.ctn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background-color: #000000;
  /* height: 100vh; */
}

.details-ctn {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 28.5px;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  background-color: #1c1c1e;
}

.img-ctn {
  width: 50%;
  background-image: url(../images/Oscars-Password-Splash.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  width: 100%;
  height: auto;
}

.logo {
  max-width: 49px;
  height: auto;
}

.title {
  display: block;
  font-family: "FuturaPT-Demi";
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.5px;
  letter-spacing: 0.5px;
  width: 400px;
  margin-top: 30px;
}

.info {
  display: block;
  font-family: "FuturaPT-Book";
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 400px;
  margin-top: 20px;
}

.info a {
  font-family: "FuturaPT-Book";
  color: #ba9e5e;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.subtitle {
  display: block;
  font-family: "FuturaPT-Demi";
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 400px;
  margin-top: 60px;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 25px;
}

input {
  width: 300px;
  height: 40px;
  margin-bottom: 8px;
  font-family: "FuturaPT-Book";
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  background: #1c1c1e;
  border-radius: 0px;
  border: solid 1px #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

input::placeholder {
  color: #ffffff;
}

input[type="submit"] {
  width: 180px;
  height: 40px;
  border: solid 1px #ba9e5e;
  background-color: #ba9e5e;
  font-family: "FuturaPT-Demi";
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 17px;
}

input[type="submit"]:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #ba9e5e;
}

.social {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

/* TABLET AND BELOW */
@media screen and (max-width: 840px) {
  .ctn {
    flex-direction: column;
  }
  .details-ctn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .img-ctn {
    width: 100%;
    height: 375px;
  }
  .title {
    width: 75%;
  }
  .info {
    width: 75%;
  }
  .subtitle {
    width: 75%;
  }
}

/* MOBILE ONLY */
@media screen and (max-width: 600px) {
  .ctn {
    flex-direction: column;
  }
  .details-ctn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .img-ctn {
    display: none;
  }
  .title {
    width: 100%;
  }
  .info {
    width: 100%;
  }
  .subtitle {
    width: 100%;
  }
  form {
    width: 100%;
  }
  input {
    width: 100%;
  }
}
