 
  .carousel-caption{
    color: #000;
    top: 50%;
    min-height:350px;
    max-height: 100% !important;
    max-width: 100% !important;
    position:static;
  }


  .carousel-background{
    background-color: #FFFFFF !important;
    background-image: url('../assets/card_bg.png');
    background-repeat:repeat;
  }

  .carousel_inner_bg{
    background-color: white !important;
  }

  .carousel-control-prev {
    width: 5%
}

.carousel-control-next {
    width: 5%
}


body{
    
  background-color: #FFF;

  background-image: url('../assets/White_bg.jpg');
  background-repeat:repeat; 
  /*background-color: #8EC5FC;
 background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%); */
 /*background-color: #FF9A8B;
 background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
 background-color: #FAACA8;
background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%); */

 }

 .test_form_bg{

 /* background-color: #fff !important;  
 background-color:#f8f4ff !important; 
 background-color: #fff0f5 !important; */

  border-color: #fff !important;
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-image: url('../assets/Subtle_white_bg.jpg');
  background-repeat:repeat; 
 }