/* Base case: PNG fallback for all browsers */
body {
    background-image:  url('/signup/images/SMSvivid.png');
    background-size: 100% 100%, cover;
    /* This ensures the gradient and image cover the full viewport */
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

/* If the browser supports the webp format, use the webp image */
@supports (background-image: url('/signup/images/SMSvivid.png')) {
    body {
        background-image:  url('/signup/images/SMSvivid.png');
        background-size: 100% 100%, cover;
    }
}

/* If the browser supports the avif format, use the avif image */
@supports (background-image: url('/signup/images/SMSvivid.png')) {
    body {
        background-image:  url('/signup/images/SMSvivid.png');
        background-size: 100% 100%, cover;
    }
}

.complete-order {
    width: 200px;
    position: absolute;
    left: -30px;
    bottom: -115px;
    transform: rotate(337deg);
}

.submit-area {
    padding: 25px;
    max-width: 600px;
    width: 100%;
}

.submit-area h3 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 0;
}

.optin-holder h4 {
    color: #01254d;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
     line-height: 40px;
}

.optin-holder h1 {
    color: #01254d;
    font-weight: 600;
    text-align: center;
    font-size: 85px;
    margin-top: 0;
    margin-bottom: 10px;
}

.logo-holder {
   
    margin-bottom: 50px;
}

.logo-holder img {
    width: 210px;
}

.optin-holder p {
    font-size: 12px;
    color: #01254d;
    padding-top: 15px;
}

.optin-holder {
    max-width: 615px;

   
}

.submit-area:hover {
    background-color: #45ed0b;
    border: 2px solid #dfa908;
    color: #111;
    box-shadow: 1px 5px 5px #bdbdbd;
}

.submit-area {
    background-color: #ffc107;
    border: 2px solid #dfa908;
    color: #111;
    box-shadow: 1px 5px 5px #bdbdbd;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.submit-area h5 {
    font-weight: 400;
}

.form-group {
    padding: 5px;
}

input#call-loop-form-field {
    padding-left: 10px;
}

div#call-loop-form {
    max-width: 400px;
    margin: auto;
    padding-top: 25px;
}

.kZEMCa8YFe4ePZzx5B25 .qjAtjCIiN3Oy458KsFqT.phyUNvY54Hv8UVYcbEhT input {
    padding-left: 45px;
}


/* mobile area */
@media (max-width: 992px) {
    .date-links .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }
}

@media (max-width: 767.98px) {
    .submit-area h5 {
        font-size: 17px;
    }

    .optin-holder h1 {
        font-size: 50px;
    }

    .complete-order {
        width: 100px;
        bottom: -60px;
        left: 22px;
    }
}