/* RESET */
body.onsite-bg {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: url('../images/bg_web.png') no-repeat center center;
  background-size: cover;
}


@media (max-width: 768px) {
  body.onsite-bg {
    background: url('../images/bg_mob.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
  }
}



/* MAIN CONTAINER */
.registration {
  text-align: center;
  height: 100vh;
  justify-content: center;

}

/* REMOVE OLD SPACING */
.main {
  margin-top: 25%;
}

/* CONTENT WRAPPER (MAIN CONTROL FOR POSITIONING) */
.content-wrapper {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;


}

.left-content {
  margin-top: 10%;
}

.right-content {
  margin-top: 15%;
}

/* INVITE TEXT */
.invite-text {
  font-size: 25px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 0px;
}

/* HEADING */
.content-wrapper h5 {
  font-size: 38px;
  font-weight: 600;
  margin: 15px 0;
}


.event-details {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}

.content-wrapper span {
  color: #ccc;
  font-size: 18px;
  font-weight: normal;
}

.form-control:active {
  background-color: transparent !important;
}

/* FORM WRAPPER */
.form-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
}

/* FORM GROUP */
.form-group {
  margin-bottom: 12px;
}

.form-control:focus {
  background-color: #181818 !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  outline: none !important;
  color: white;
}

/* INPUT FIELDS */
.form-control {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
}

.mob {
  display: none !important;
}

/* PLACEHOLDER */
.form-control::placeholder {
  color: #ccc;
  font-size: 13px;
}

/* SUBMIT BUTTON */
.submit-btn {
  margin-top: 15px;
  background: #fff;
  color: #000;
  padding: 8px 30px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.submit-btn:hover {
  background: #ddd;
}

/* ERROR MESSAGE */
#loginerror {
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 5px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
  .content-wrapper {

    padding: 0 15px;
  }

  .content-wrapper span {
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
  }

  .mob .event-details {
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
  }

  .dex {
    display: none;
  }

  .right-content {
    margin-top: 0%;
  }

  .left-content {
    margin-top: 0%;
  }

  .invite-text {
    font-size: 12px;
    margin-top: 2%;
  }

  .content-wrapper h5 {
    font-size: 16px;
    margin: 15px 0;
  }

  .mob p {
    font-size: 14px;
  }

  .mob {
    display: block !important;
    margin-top: 5% !important;
  }

  .event-details {
    font-size: 14px !important;
    line-height: 18px;
  }

  strong {
    font-size: 16px !important;
    line-height: 0.5px;
  }

  .form-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .content-wrapper {
    /* margin-top: 25%; */
    padding: 0 15px;
  }
}

@media screen and (min-width:768px) and (max-width:1080px) {
  invite-text {
    font-size: 20px;
  }

  .content-wrapper {
    width: 80%;
    margin-top: 20px;
    
  }

  .main {
    margin-top: 36%;
}

  .content-wrapper h5 {
    font-size: 26px;
  }
}