
.border-custom-color td {
  border-top: inherit;
  border-bottom: inherit;
}
form label {
  color: #333;
}
form .form-group {
  margin-bottom: 1.5rem;
}
form .form-control {
  border: 1px solid #ccd6e6;
  color: #333;
}
form .form-control::-webkit-input-placeholder {
  color: #b1c1d8;
}
form .form-control:-moz-placeholder {
  color: #b1c1d8;
}
form .form-control::-moz-placeholder {
  color: #b1c1d8;
}
form .form-control:-ms-input-placeholder {
  color: #b1c1d8;
}
form .form-section {
  color: #98a4b8;
  line-height: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #98a4b8;
}
form .form-section i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 10px;
}
form .form-actions {
  border-top: 1px solid #d3dce9;
  padding: 20px 0;
  margin-top: 20px;
}
form .form-actions.center {
  text-align: center;
}
form .form-actions.right {
  text-align: right;
}
form .form-actions.top {
  border-top: 0;
  border-bottom: 1px solid #d3dce9;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  form .form-actions .buttons-group {
    float: left !important;
    margin-bottom: 10px;
  }
}

