﻿.carousel-item img{
    height: 100vh;
} 
.parent-form img{
    height: 65px;
    }
    .parent-form{
        width: 55%;
    }

    .parent-form i{
        color: #959595;
    }
    .parent-form .form-control:focus{
        box-shadow: none;
        border: 1px solid #ced4da;
        border-left:0px ;
    }
    .parent-form .form-control-lg{
        font-size: 1.18rem;
        border-left:0px ;
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }
    .carousel-caption{
        height: 100vh;
        text-align: left;
    }
    .form-control.is-invalid, .was-validated .form-control:invalid{
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
        border: 1px solid #ced4da;
        border-left:0px ;
    }
    .parent-form .btn{
        border-radius: 0.375rem;
        font-size: 1.12rem;
    }

@media screen and (max-width:767px){
    .slider-parent{
        display: none !important;
    }
    .parent-form{
        width: 100%;
    }
   
}

@media screen and (max-width:1139px){
    .parent-form{
        width: 90%;
    }
   
}