.login h1 a {
	/* make sure to replace this! */
  width: 220px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
	background-image: url(../../images/logo_brainforest_black.svg) !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 220px 33px;
}
.login label{
    color: #7e6f76 !important;
}
form {
  margin-left: 8px;
  padding: 0 !important;
  font-weight: normal;
  background: transparent !important;
  border: none;
  border-radius: 3px;
  box-shadow: none !important; }

body form .input {
  font-family: "Brandon Text Bold", sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
    border: 0px !important;
    border-bottom: 1px !important;
    border-bottom-color: #9B9B9B !important;
    border-bottom-style: solid !important;
    border-radius: 0px !important;
  background: transparent !important;
  color:#000 !important;
  outline: none;
    box-shadow: none !important; }

/* login button*/
.wp-core-ui .button-primary {
    color: #f3f1f1 !important;
    background: #c8B4a6 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    border-radius: 0;
}
.wp-core-ui .button-primary:hover {
    background: #5d6a76 !important;
}
.login #login_error, .login .message{
    border-color: #5d6a76 !important;
    background-color: transparent;
    box-shadow: none;
}