@charset "utf-8";

body.login {
	background-color: #23282d;
	transition: background 0.6s ease-in-out 0s;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: arial, sans-serif;
}

#loginform {
	background-color: #404040;
	border-radius: 4px;
}

#loginform * {
	color: #ccc;
	font-size: 1.1em;
}

.login h1 a {
  background-image: url('/wp-content/themes/trustedandlocal/images/assets/trustedandlocal_dark.png');
  background-size: 100% 100%;
  width: 300px!important;
  height: 63px!important;
  display: block!important;
}

.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="password"],
.login input[type="text"]{
  background-color: #808080;
  border: none;
  -webkit-border-radius: 4px;
}

.login .button-primary {
  width: 120px;
  float:right;
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
  color: #ffffff!important;
  border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  border-radius: 4px;
  border: 1px solid #0d9ed9;
}

p#backtoblog {
  display: none;
}

.login #nav a {
  color: #ccc;
}

p.message {
	background-color: #404040!important;
	border-radius: 4px;
	color: #fff;
}

p.custom-login-message {
	text-align: center;
	color: #808080;
	margin-bottom: 20px;
	font-size: 1.0em;
}

p.custom-login-message strong {
	color: #ccc;
}
