body {
  font-family: Arial;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}
.login-form {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 100vh;
  justify-content: center;
  text-align: center;
}
.login-form__dropdown {
  text-align: left;
}
.login-form__field-title {
  display: block;
  margin-bottom: 3px;
}
.login-form .form-group {
  margin-bottom: 15px;
}
.login-form .form-control {
  height: 32px;
  outline: none;
  padding: 0 10px;
  width: 200px;
}
.login-form__remember input[type=checkbox] {
  display: inline-block;
  margin: 1px 5px 0 0;
  vertical-align: top;
}
.login-form #login-submit {
  background: #0076ff;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  height: 40px;
  outline: none;
  width: 100%;
}