/* CSS Document */
/* Change background color and font family */

/* Change Width and Height of Logo Image + Add Custom Image File */
#login {
	padding: 3% 0 0;	

}
.login h1 a {
  background-image: url(tbc-login-logo.png);
  width: 250px;
  height: 289px;
  background-size: 250px 289px;
	margin-bottom: 0 !important;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #ccc;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
.login form{
	background-color:#222222;
	margin-top:5px !important;
}

 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog{
	display:none;
}
.login #backtoblog a, .login #nav a {
  color: #222222;
}
 


