html,
body {
  //height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: white;
}

.form-create {
  width: 100%;
  max-width: 880px;
  padding: 15px;
  margin: auto;
}

.form-create .checkbox {
  font-weight: 400;
}

.form-create .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-create .form-control:focus {
  z-index: 2;
}

.form-create input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.captcha {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.form-group-sm .form-control {
  height: 26px !important;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px;
}

.form-group-sm select.form-control {
  height: 18px;
  line-height: 18px;
  padding: 0px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: 26px;
}