.contactus_module {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.contactus__index___form {
  padding: 0px 20px;
}
.contactus__index___img {
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.contactus__index___form .form-control {
  border: 3px solid #B6C6D6;
}
.contactus__index___form button {
  background: #73CFF6;
  border: none;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px 20px;
  font-weight: 900;
}
.contactus__index___form button:hover { background:#FFB901 }