body {
  background: #fff;
  color: #000;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#login {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.login h1 {
  display:flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.interim-login.login h1 a,
.login h1 a,
.login h1 a {
  display: block;
  background: url(../img/logo.png) no-repeat bottom center !important;
  margin-bottom: 10px;
  background-size: cover !important;
  width: 188px;
  height: 90px;
}

.login form {
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.login #wp-submit,
.login #wp-submit:hover,
.login #wp-submit:focus,
.login #wp-submit:active {
  background: #227BB4;
  border-radius: 0.375rem;
  border: none;
  padding: 8px 12px;
  text-shadow: none;
  vertical-align: middle;
  height: 48px;
  line-height: 20px;
  box-shadow: none;
  width: 100%;
  margin-top: 8px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.login #wp-submit:hover,
.login #wp-submit:focus,
.login #wp-submit:active {
  background: #227BB4;
}

.login form .input,
.login input[type=text] {
  padding: 8px;
  border-radius: 0.375rem;
  border: none;
  padding: 8px 12px;
  background: #f2f2f2;
}

.login label {
  color: #111;
  font-size: 16px;
}

.login form .forgetmenot label {
  font-size: 14px;
}

.login #backtoblog,
.login #nav {
  font-size: 14px;
  padding: 0;
}

.privacy-policy-link,
.login #backtoblog a,
.login #nav a {
  color: #000;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #227BB4;
}

.language-switcher{
  display: none;
}