.scheduledemo_form_bg {
    background-image: url('../images/scheduledemo_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    width: 100%;
    height: 500%;
    padding: 6%;
    border-radius: 2%;
  
}


.container_footer {
    width: 1300px;
    margin: 0 auto;
}
.Scheduledemoimg{
    width: 40%;
    height: 50%;
}

.scheduledemo_form {
    background: #fff;
      box-shadow: rgba(224, 221, 221, 0.35) 0px 5px 15px;
    padding: 5%;
}

.heading_image {
    display: flex;
    justify-content: space-between;
}

