@media screen and (max-width:1024px) {
    .welcome-screen .main-title p br{
        display: none;
    }
}


@media screen and (max-width:991px) {
    .welcome-screen .main-title p{
        font-size: 16px;
    }
    .access-form label{
        font-size: 16px;
    }
    .welcome-screen{
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .early-access .sec-title h2{
        letter-spacing: normal;
        font-size: 20px;
    }
    .access-form .cust-input{
        font-size: 16px;
    }
    #successMessage{
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .welcome-screen .brand-logo {
        margin: 30px 0px 30px;
    }
    .welcome-screen .brand-logo img{
        max-width: 250px;
    }
    .access-form .cust-input{
        margin-bottom: 18px;
    }
 
}