.box-form{background-color: #ffffff; padding: 20px 20px 20px 20px; width: 100%; height: 1100px; background: #FFF; margin: 40px auto; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; border-radius: 10px;}


input[type=text], select, textarea {
  background-color: #fbfbfb;
  width: 100%;
  padding: 2px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  resize: vertical;
  color: #545454;
  font-size: 12px;
  font-weight: normal;
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

input[type=email], select, textarea {
  background-color: #fbfbfb;
  width: 100%;
  padding: 2px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  resize: vertical;
  color: #545454;
  font-size: 12px;
  font-weight: normal;
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

.hs-input {
  background-color: #fbfbfb;
  width: 100% !important;
  padding: 2px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  resize: vertical;
  color: #545454;
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

.hs-error-msgs{
  color: #ff0000;
  margin: 0px;
}

label {
  padding: 5px 10px 10px 0;
  display: inline-block;
  color: #e70000;
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: -16px;
}

input [type=submit] {
  background-color: #0163a7;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #0f2a99;
}


.hs-button {
  background-color: #0163a7;
  color: white;
  margin-top: 10px;
  padding: 13px 60px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-bottom: 10px;
  margin-left: 100px;
}

.hs-button:hover {
  background-color: #0f2a99;
}


.container {
  border-radius: 5px;
  /*background-color: #f2f2f2;*/
  /*padding: 20px;*/
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] { width: 93%; margin-top: 0;}
  .box-form{background-color: #fcfcfc;width: 100%; height: 1100px;}
  .hs-button {margin-left: 10px;
}
}
