.login {
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.login:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  content: " ";
  display: block;
  background: #115996;
}
.login * {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
}
.login #login {
  width: 400px;
  max-width: 100%;
  padding: 0;
  top: 58%;
  position: relative;
  transform: translateY(-50%);
}
.login #login h1 a {
  display: none;
}
.login #login h3 {
  color: #000;
  font-family: "vista-slab";
  font-size: 2.6em !important;
  font-style: italic;
  font-weight: 200;
  width: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
.login #login #wp-submit {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 22px;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  background: #115996;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 6px 25px;
  float: none;
  line-height: 1;
  padding: 10px 50px;
  padding: 15px 22px !important;
  font-size: 16px !important;
  width: 100%;
}
.login #login #wp-submit:hover {
  background: #308BD8;
}
.login #login label {
  color: #3f3f3f;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 18px;
}
.login #login label[for=rememberme] {
  font-weight: 400;
}
.login #login input[type=text], .login #login input[type=password] {
  width: 100%;
  max-width: 400px;
  padding: 9px 5px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #b7b7b7;
}
.login #login #nav {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.login #login p.register {
  text-align: center;
}
.login #login p.register a {
  font-weight: bold;
  color: #444;
  text-decoration: none;
}
.login #login form {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}
.login #login form .forgetmenot, .login #login form .submit {
  display: block;
  clear: both;
  width: 100%;
}
.login #login form .forgetmenot {
  text-align: left;
}
.login #login form .submit {
  text-align: center;
  padding-top: 20px;
}

input {
  background: white;
  color: #737373;
  font-size: 15px !important;
  border: none !important;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.11) !important;
  padding: 9px 13px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .login {
    padding: 120px 20px;
    overflow: visible !important;
  }
  .login * {
    max-width: 100%;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    text-align: center;
    line-height: 1;
  }
}

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