
main { padding-top: 0px; padding-bottom: 61px;}
.container-fluid { max-width: 375px; margin: auto; }
.launch-wrapper { margin: 25px auto 38px; max-width: 296px; height: 50px; background-image: url(/img/signup-spring-2022/circle.svg); z-index: 1;background-position: center; background-size: contain; background-repeat: no-repeat; text-align: center}
.launch {image-rendering: optimizeQuality; width: 100%; padding: 12px 40px;}
.early-access { text-align: center; font-size: 10px; max-width: 100%; font-family: Beatrice-Semibold; line-height: 16px; letter-spacing: 1.17px; margin: auto auto 23px; }
.btn-wrapper { text-align: center}
.btn-wrapper .btn-wait-list { font-size: 10px; padding: 15px 12px; border-radius: 0; margin-top: 0; font-family: Beatrice-Semibold; letter-spacing: 1.17px; border: 1px solid #000000}
form { padding-left: 21px; padding-right: 21px; margin-top: 45px; display: none;}
form .form-group { text-align: center;}
form .form-group input { text-align: center}
form .form-group .error { font-family: Beatrice-Light; font-size: 12px; letter-spacing: 0.2px; color: #bb0000; position: absolute; width: 100%; left: 0}
#btn-submit-signup { margin-top: 10px; }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    main { padding-bottom: 130px;}
    .container-fluid { max-width: 656px; margin: auto; }
    .launch-wrapper { margin: 31px auto 46px; max-width: 461px; height: 75px;}
    .launch { padding: 16px 43px 53px 74px }
    .early-access { font-size: 12px; margin-bottom: 27px;}
    .btn-wrapper .btn-wait-list { font-size: 12px; padding: 17px 12px; width: 230px;}
    form { padding: 0px; margin-top: 71px;}
    form .form-group .form-control { padding-top: 8px; padding-bottom: 8px;}
    #btn-submit-signup { margin-top: 25px; }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    main { padding-bottom: 140px;}
    .container-fluid { max-width: 917px; margin: auto; }
    .launch-wrapper { margin: 22px auto 63px; max-width: 541px; height: 88px;}
    .launch { padding: 18px 56px 6px 81px; }
    .btn-wrapper .btn-wait-list { width: 230px;}
    form { max-width: 541px;  margin-top: 55px; margin-left: auto; margin-right: auto;}
    #btn-submit-signup { margin-top: 25px;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-fluid { max-width: 1100px; margin: auto;}
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1316px;
        margin: auto;
    }
}
