.contactus-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactus-name {
  width: 50%;
}

.contactus-name-field {
  width: 100% !important;
}

.contactus-name-firstname {
  padding-right: 5px;
}

.contactus-line {
  margin-top: 10px;
}

.contactus-submit-button {
  color: #4DD21F;
  border: #4dd21f solid 2px;
  padding: 5px 40px;
  border-radius: 5px;
}

input.form-control, textarea.form-control {
  border-radius: 0;
}