body.login {
  background-color: #FFF;
  padding: 8% 0 0;
}

.login #login {
    width: calc(100% - 40px);
    max-width: 285px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    padding: 20px 40px;
}

.login h1 a {
  background-image: url('tcnh-logo.svg');
  width: 300px;
  background-size: 285px;
  margin: 0 auto;
}

.login form .forgetmenot {
  padding: 1.2em 0;
  display: block;
  float: unset;
}

.login #nav a {
  font-weight: 600;
  color: #0790e8;
}

.login form {
  box-shadow: none;
  padding: 26px 0 26px;
  position: relative;
  border-left: unset;
  border-right: unset;
}

.login form .input {
  width: 100%;
  border-color: transparent;
  border: 1px solid #c1c5c8;
  border-radius: 3px;
  background: #fff;
  font-size: 20px;
  color: #404040;
  font-weight: 400;
  margin-top: 8px;
  padding: 8px 10px !important;
  height: inherit;
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.login input[type="submit"].button-primary {
  background: #0790e8 !important;
  color: #fff !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px;
  padding: 8px 15px;
  line-height: 1.5 !important;
  margin: .5em 0;
  height: inherit;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  letter-spacing: .05em!important;
  cursor: pointer;
  -webkit-appearance: none;
  float: left;
}

.login input[type="submit"].button-primary:hover {
  background: #0678be !important;
  color: #fff!important;
}

.login .user-pass-wrap .wp-hide-pw {
  top: 15%;
}

.login #backtoblog, .login #nav, .login .privacy-policy-page-link {
  text-align: center;
  font-weight: 600;
  color: #0790e8;
}