body.login {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.login h1 a {
  background-image: url('http://www.thenewhuman.com/wp-content/uploads/2017/12/New-Human-Homepage-Logo-e1513702586792.png');
  background-size: 300px !important;
  width: 300px;
}
.login .button-primary {
  width: 120px;
  float:right;
  background-color: #dd823b;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #dd823b;
}
.login .button-primary:hover, .login .button-primary:active, .login .button-primary:focus {
  background-color: #ff782c;
  border: 1px solid #ff782c;
}