/* Login, PW-Set, PW-Reset */

/* @import url("style.css"); */

body {
  overflow: hidden;
  font-family: 'Noto Sans',Helvetica,Arial,Lucida,sans-serif;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#login {
  background-color: white;
  padding: 50px;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.login h1 a {
  width: 100% !important;
  height: 100% !important;
  background-size: unset;
  line-height: 80px !important;
  margin-bottom: 0px;
}
#login a {
  color: #0069b3 !important;
}
#login a:hover {
  color: #3a3a3a !important;
}
.login form .forgetmenot label, .login #nav, .login #backtoblog, .login label {
  font-size: 14px;
  color: #3a3a3a;
}
.login form {
  box-shadow: none;
  padding-bottom: 26px;
}
.login input.input {
  padding: 16px !important;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3a3a3a !important;
  background-color: #eee !important;
  font-size: 14px !important;
  -webkit-appearance: none;
}
.login input.input[type=text] {
  width: 100% !important;
}
.login input.button {
  height: 44.78px !important;
  color: #f9f9f9;
  font-size: 18px;
  background: #0069b3;
  border-color: #0069b3;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: .3em 1em !important;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  margin-top: 10px;
  text-shadow: none;
  box-shadow: none;
  border-width: 2px;
}
.login input.button:hover {
  background-color: white;
  color: #0069b3;
}