body {
  background: #fff !important;
}
h1 a {
  background-size: contain !important;
  width: 100% !important;
}
h1 a:focus {
  box-shadow: 0 0 0 0px rgba(91, 157, 217, 0), 0 0 2px 1px rgba(30, 140, 190, 0) !important;
}
#login {
  padding-top: 0 !important;
  top: 50% !important;
  position: relative !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}
#backtoblog {
  display: none !important;
}
#loginform {
  background-color: #f5f5f5 !important;
}
#nav {
  text-align: center !important;
}
.submit input {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  border: 2px solid #1CACB7 !important;
  border-radius: 0px !important;
  color: #1CACB7 !important;
  text-shadow: none !important;
  font-size: 16px !important;
  padding: 0px 17px !important;
  height: auto !important;
  font-weight: 600 !important;
  transition: all 0.3s !important;
  line-height: 30px !important;
  padding-bottom: 4px !important;
}
.submit input:hover,
.submit input:focus,
.submit input:active {
  background-color: #1CACB7 !important;
  color: #fff !important;
  transition: all 0.3s !important;
}
.login form .input,
.login input[type="text"] {
  font-size: 20px !important;
  padding: 9px 12px !important;
}
.login form .forgetmenot {
  transform: translateY(7px) !important;
  -webkit-transform: translateY(7px) !important;
}
/*# sourceMappingURL=login.css.map */