body {
  background-color: #91cfea !important;
}
.header {
  text-align: center;
  text-shadow: 1px 1px #91cfea;
  background-color: #386DA5 !important;
  color:#fff;
  border-radius:2px;
}
.banner {
  border-radius: 8px;
}
.frm {
  padding: 40px;
}

.ftr {
  padding: 20px;
  text-align: center;
  font-weight: 900;
}
.line {
  height: 2px;
  width: 100%;
  background-color: brown;
}
p {
  font-weight: 700;
  font-size: 16px;
}
.box {
  float: left;
  padding: 25px;
}
.box img {
  width: 150px;
}

/*Form CSS Copied*/
@media (min-width: 1025px) {
  .h-custom {
  height: 100vh !important;
  }
  }
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
  }
  .card-registration .select-arrow {
  top: 13px;
  }
  
  .gradient-custom-2 {
  /* fallback for old browsers */
  background: #a1c4fd;
  
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(161, 196, 253, 1), rgba(194, 233, 251, 1));
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(161, 196, 253, 1), rgba(194, 233, 251, 1))
  }
  
  .bg-indigo {
  background-color: #4835d4;
  }
  @media (min-width: 992px) {
  .card-registration-2 .bg-indigo {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  }
  }
  @media (max-width: 991px) {
  .card-registration-2 .bg-indigo {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  }
  }