.btn.btn-primary {
  background: #1d95ef;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
form .form-control {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  height: auto;
  padding: 10px 15px;
}
form label {
  font-weight: normal;
}
form select.form-control {
  height: 40px;
}
form .form-noedit {
  padding-top: 7px;
}
body {
  padding-top: 200px;
}
.logo {
  width: 202px;
  margin-bottom: 50px;
}
.form-control {
  height: auto;
  padding: 14px 18px;
}
.btn {
  padding: 14px;
}
