@media screen and (min-width: 2000px) {
  .form-wrapper {
    margin-top: 0;
  }

  #rottnest-event .banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .logo-wrapper{
    position: absolute;
    top: 50px;
  }
  #rottnest-event .title {
    margin-bottom:50px;
  }
  span.subtitle{
    margin-bottom: 35px;
  }
  .container-checkbox{
    margin-top: 10px;
  }
  .content-paragraph {
    margin-top: 0;
    margin-bottom: 5px;
  }
  input#btn-submit {
    margin-top: 25px;
  }
}


@media only screen and (max-width: 1024px){
  form input, select {
    width: 100%;
  }
  .form-groupnew{
    width: 100%;
  }
  
  #rottnest-event .header {
    height: 100%;
  }
  #rottnest-event .banner {
    padding: 50px 10px;
  }
  .logo-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  #rottnest-event form {
    max-width: 500px;
    width: 100%;
    flex-direction: column;
  }
  .form-groupnew.dob-wrapper {
    width: 100%;
  }
  .form-groupnew input,
  .dob-wrapper input {
    width: 100%;
  }
  .iti {
    width: 100%;
  }
  select#country {
    width: 100%;
  }
  .form-wrapper {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
  .title h1 {
    font-size: 38px;
  }
  .container-checkbox {
    max-width: 100%;
  }

  /* #phone-error {
    left: unset !important;
    right: 20px !important;
  } */
  form input#firstname {
    border-radius: 3px 3px 0 0;
  }
  input#btn-submit {
    border-radius: 0 0 3px 3px;
  }
}


@media only screen and (max-width: 480px){
  #rottnest-event .header {
    height: 100%;
  }
  .form-groupnew{
    width: 100%;
  }
  form input, select {
    width: 100%;
  }

  .iti{
    width: 100%;
  }
  .form-groupnew.dob-wrapper {
    width: 100%;
  }

  /* #phone-error {
    left: 116px !important;
  }  */
  #rottnest-event .banner {
    padding: 50px 10px;
  }
  .logo-wrapper {
    margin-bottom: 0;
    text-align: center;
  }
  #rottnest-event .title {
    margin: 15px 0;
  }
  .title h1 {
    font-size: 24px !important;
  }
  span.subtitle {
    font-size: 18px;
  }
  .title p {
    font-size: 14px;
  }
  #rottnest-event form {
    flex-direction: column;
  }
  form input#firstname {
    border-radius: 3px 3px 0 0;
  }
  input#phone {
    width: 100%;
  }
  select#country {
    width: 100%;
  }
  input#btn-submit {
    border-radius: 0 0 3px 3px;
  }
  .container-checkbox {
    max-width: 100%;
    font-size: 12px;
  }
  .content-paragraph {
    font-size: 12px;
    margin-top: 15px;
  }
}



