html {
  background-color: #f2f2f2 !important;
}

.svg.svg-logo-nzdf {
  min-height: 50px;
  width: auto;
}

.login-form__title {
  padding-bottom: 20px;
}

html .login-form {
  border-radius: 0;
  box-shadow: none;
}

html input[type="submit"] {
  background-color: #2b2b2b;
}

html input[type="submit"]:not(:disabled):not(.disabled):hover {
  background-color: #5e5e5e;
}

#ForgotPassword a {
  color: #2b2b2b;
}

html .field .font-icon-help-circled {
  color: #2b2b2b;
}
