@media only screen and (max-width: 1400px) {
    .email-form {
        padding: 30px;
    }
    .btn-email-submit {
        border-radius: 15px;
        height: 40px;
    }
    .email-form input.form-control {
        border-radius: 15px;
        height: 40px;
    }
    .email-form label {
        font-size: 15px;
    }
    .email-form .social-links {
        margin-top: 20px;
    }
    .email-form .social-links .social-links-heading {
        font-size: 16px;
    }
    .email-form .social-links .links {
        font-size: 16px;
        margin: 20px 0;
    }
    .email-form .social-links .links .input-group-text.social-icon img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .content-middle-wrapper {
        padding-top: 30px;
        align-items: center;
    }
    .content-middle-wrapper-thankyou {
        padding-top: 30px;
        align-items: center;
        height: 100vh;
    }
    .concert-logo {
        bottom: -120px;
    }
    .concert-logo img {
        width: 120px;
        height: auto;
    }
    .thankyou-card h1 {
        font-size: 20px;
    }
    .btn-visit {
        height: 60px;
        font-size: 18px;
    }
}
/* for the small screen */
@media only screen and (max-width: 600px) {
    body {
        height: auto;
    }
    .content-middle-wrapper {
        padding-top: 10px;
        padding-bottom: 160px;
        align-items: center;
    }
}
