html {
  background-image: url(images/crosshatch-bg-icon-grey.svg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: center bottom;
}

body.login {
  background: linear-gradient(0deg, rgba(237, 238, 240, 0) 0%, #edeef0 40%);
}

#login h1 a, .login h1 a {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url(images/logo_Quality_Chefs_gold_400x.png) !important;
  width: 250px !important;
  height: 98px !important;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.login form {
  border-radius: 25px;
  border: 0 !important;
  box-shadow: 0px 0px 20px #0000000f;
}

.login form .wp-pwd button .dashicons {
  color: black;
}

.login form .forgetmenot {
  font-weight: 400;
  float: none !important;
  margin-bottom: 14px !important;
  width: 100%;
}

.login form .submit #wp-submit {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 25px !important;
  transition: all 0.2s;
  padding: 10px 30px !important;
  border: 0 !important;
  background-color: #edc72f;
  color: white !important;
  cursor: pointer !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

p#backtoblog a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 25px !important;
  transition: all 0.2s;
  padding: 10px 30px !important;
  border: 0 !important;
  background-color: #646363;
  color: white !important;
  cursor: pointer !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

p#nav a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 25px !important;
  transition: all 0.2s;
  padding: 10px 30px !important;
  border: 0 !important;
  background-color: #ee7203;
  color: white !important;
  cursor: pointer !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.login form input.input:focus {
  border-color: #edc72f;
  box-shadow: 0 0 0 1px #edc72f;
  outline: 2px solid transparent;
}

/*# sourceMappingURL=login.css.map */
