@import url("https://use.typekit.net/ahk7dsc.css");

body {
  font-family: "calibri", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#login {
  padding: 0;
  margin: 0 auto;
}

.login h1 {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login h1 a {
  display: block;
  background: url(../img/logo.svg) no-repeat bottom center !important;
  background-size: cover !important;
  width: 236px;
  height: 46px;
  margin: 0;
}

.login form {
  padding: 0;
  border: none;
}

.login #wp-submit,
.login #wp-submit:hover,
.login #wp-submit:focus,
.login #wp-submit:active {
  border-radius: .25rem;
  border: none;
  padding: 10px 15px;
  text-shadow: none;
  vertical-align: middle;
  height: 44px;
  line-height: 20px;
  box-shadow: none;
  width: 100%;
  margin-top: 8px;
  transition: all 0.4s ease;
  text-transform: none;
  background: #00773C;
  font-weight: 700;

}

.login #wp-submit:hover,
.login #wp-submit:focus,
.login #wp-submit:active {
  opacity: 0.7;
}

.login form .input,
.login input[type=text] {
  padding: 8px;
}

.login label {
  color: #000;
  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 {
  font-size: 14px;
  color: #00773C;
}

.privacy-policy-link:hover,
.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #00773C;
}

.language-switcher {
  display: none;
}