/*******************************************************************/
/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/

body.login{
	
}
body.login h1 a {
  background: url(../images/logo.png) no-repeat top center;
  /* make sure to replace this! */
  width: 324px;
  height: 50px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.login #backtoblog a, .login #nav a {
	color: #000000;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color: #ffffff;
}

body.login form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none; }

body.login form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

#login form p.forgetmenot, #login form p.submit {
	margin-top: 10px;
}

#login form p .button{
	background: #ea4120;
	text-shadow: none;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
/* login button*/
