/** Shopify CDN: Minification failed

Line 121:14 Unexpected ","

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
  padding: 0;
  margin: 0
}

*{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}

.form-group {
    display: flex
;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.him{
  display: flex
}
.form-label {
    color: white;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    text-transform: uppercase
}


#user_email, #access_code {
    flex-grow: 1;
    height: 30px;
        padding: 0 10px;
        padding-bottom: 0px;
    margin: 0 15px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
  font-weight: 400;
    border-radius: 20px;
    font-size: 12px;
    outline: none;
    min-width: 130px;
    max-width: 150px;

    width: 13vw;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, .55);
}

#user_email::placeholder,
#access_code::placeholder {
  color: white;
  font-size: 12px;
  font-weight: 400;

  
}

button {
    height: 30px;
    width: 30;
    padding: 0;
    background-color: #33333364;
    color: #fff;
    border: 2px solid rgb(255 255 255);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);

}

.form-group2 {
    display: flex
;
    flex-direction: row;
    width: 300;
    align-items: center;
}
.step-1 {
    display: flex
;
    justify-content: center;
  flex-direction: column
}

.step-2 {
    display: flex
;
    justify-content: center;
  flex-direction: column
}

.form-group2 {
    display: flex
;
    flex-direction: row;
    width: 300;
    align-items: center;
    margin: auto;
}





@media (max-width: 700px){
  .form-group,, .form-group2 {
      transform: scale(1.5);
  }
     .logo {
        width: 35vw;
        filter: brightness(0) invert(1);
    }

  #user_email, #access_code {
    flex-grow: 1;
    height: 30px;
        padding: 0 10px;
        padding-bottom: 2px;
    margin: 0 15px;
    border: 2px solid rgb(255 255 255);
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    outline: none;
    min-width: 130px;
    max-width: 150px;
    width: 13vw;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
}

  button {
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: #33333364;
    color: #fff;
    border: 2px solid rgb(255 255 255);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
}
  .countdown {
    text-align: center;
    justify-content: center;
    align-items:center;
    width:100vw;
    height: 100vh
;
    top: 0;
    left: 0;
    gap: 20px;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    transform: scale(.6)  translate(0%, 0%);
}
}



