
.bg-gray-elipse{
    background-image: url('/assets/images/home_bg_right.png');
    background-size: cover;
    background-repeat: no-repeat;
    
}
.home-cellphone-bg{
    
    background-image: url('/assets/images/cellphone.png'),url('/assets/images/home_bg_right.png');
    background-size: contain,cover;
    background-repeat: no-repeat;
    background-position-x: 0,10px;
}
.signup-home{
    background-color: #FFCF4E;
}
 input[type="email"], input[type="tel"]{
    border: solid 3px #303031;
    font-size: 28px;
    padding: 5px 20px;
}
 input[type="submit"]{
    background-color: #303031;
    color: #FFCF4E;
    font-size: 28px;
    padding: 5px 20px;
    border: solid 3px #303031;
    font-weight: bold;
}
.bg-signup{
    background-color: #FFCF4E;
}
@media (min-width: 1200px) {
    .home-cellphone-bg img{
    
        margin-left: -40px;
    }
}

@media (max-width: 991.98px) {
    .mainBannerLeft{
        
        min-height: 90vh;
    }
    .mainBanner{
        height: auto;
        max-height:fit-content;
    }
    /* .mainBannerLeft{
        max-height: auto;
        min-height: auto;
    } */
}
