nav{ display:none; }

#login h1 a, .login h1 a { display:none; }

body{ background-color: #ffffff;
  background-image: url('/wp-content/themes/twentyseventeen-alexion/images/login.jpg');
  background-size: cover;
  color: #787878;
  font-size: 16px;
  font-family: FreightSans Pro, sans-serif;
}



.wp-core-ui .button-primary{
  background-color: #00c1f4;
      border: 0;
      border-bottom: 2px solid #14477c;
      font-family: Din Alternate, sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      color: #fff;
      border-radius: 4px;
      text-align: center;
      padding: 13px 20px 10px;
      min-height: 47px;
      -webkit-transition: opacity .3s ease-out, background-color .2s ease-out;
      transition: opacity .3s ease-out, background-color .2s ease-out;
      text-decoration: none;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      cursor: pointer;
      box-shadow: none;
      text-shadow: none;

 }
.wp-core-ui .button-primary:hover{ background-color: #14477c; }

input[type="text"],input[type="password"]{
  color: #666;
  background-color: #fff!important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}
