body.login {
  background-color: #192c3c;
}


#login {
    width: 333px;
    padding: 8% 0 0;
    margin: auto;
}


.login h1 a {
  background-image: url('/wp-content/themes/arden-site-child/screen/img/frs-logo-01.png');
  background-size: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 1.3em;
  margin: auto; */
  padding: 0;
  width: 300px;
  text-indent: -9999px;
  outline: 0;
  display: block;
}

.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 0px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login .button-primary {
  width: 150px;
  float:right;
  background-color:#e22726 !important;
  color: #ffffff;
  text-shadow: none!important;
  box-shadow: none!important;
	font-size: 1.1em!important;
	border: none !important;
}

.login .button-primary:hover {
  background-color:#bd001b !important;
  color: #fff;
	border: none !important;
}

.login .button-primary:active {
  background-color:#bd001b !important;
  color: #fff;
	border: none !important;
}

p#backtoblog {
  display: none;
}