	.login {
      background: #fff;
	}

  #login {
    margin: auto;
      margin-top: 48px;

      width: 100%;
      max-width: 400px;
  }

  #login > .message {
    box-shadow: none !important;
  }

	h1 {
	  font-family: 'YuGothic';
	  font-style: normal;
	  font-weight: 700;
	  font-size: 22px;
	  line-height: 32px;
	  letter-spacing: 1px;
	  font-feature-settings: 'pkna' on;
	  color: #1C1C1C;
	}

	#loginform {
	  border: 0;
	  box-shadow: none;
	}
  #loginform > p > label,#loginform>.user-pass-wrap>label {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-feature-settings: 'pkna' on;
    color: #666666;
  }
  #user_login, #user_pass {
    border: 1px solid #E9E9E9;
    border-radius: 8px;
  }
  #loginform > .forgetmenot {
    float: none;
  }
  #loginform > .submit {
    display: flex;
    justify-content: center;
    width: 100%;
  }
    #loginform>.submit>input {
      margin: 40px auto 0 auto;
      width: 100%;
      max-width: 149px;
      height: 38px;
      background: #1C1C1C;
      border: none;
      text-align: center;
      border-radius: 24px;
      float: none;
      font-family: 'YuGothic';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }


#lostpasswordform {
  box-shadow: none;
  border: none;
}
#lostpasswordform > p > label {
      font-family: 'YuGothic';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
        font-feature-settings: 'pkna' on;
        color: #666666;
}
#lostpasswordform>.submit>input {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: 38px;
  background: #1C1C1C;
  border: none;
  text-align: center;
  border-radius: 24px;
  float: none;
  font-family: 'YuGothic';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
  #nav > a {
    width: 100%;
    display: block;
  font-family: 'YuGothic';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  font-feature-settings: 'pkna' on;
  color: #1C1C1C;
  }

	#backtoblog {
	  display: none;
	}

	.language-switcher {
	  display: none;
	}

  #login_error {
    box-shadow: none !important;
  }