body.login {
  /*background-image: url('home-bg.jpg');*/
  background-color: #f1ece2;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/*
.login h1 a {
  background-image: url('site-login-icon.png');
}
*/
.login h1 a {
  background-image: url('site-login-logo.png');
/*  		height:153px; */
  		height:66px;
		width:320px;
/*		background-size: 320px 153px; */
		background-size: 320px 66px;

		background-repeat: no-repeat;
        padding-bottom: 0px;
}


.login form {
	background: none;
	border: none;
	box-shadow: none;
}

.login label {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
  font-size: 13px;
  color: #555555;
}

#wp-submit {
		font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

#user_login, #user_pass, #nav {
		font-family: 'Montserrat', sans-serif;	
}

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

.login input:focus[type="text"]{
  background-color: #ffffff;
  border-color:#ffffff;
  box-shadow: none;
}

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


.login input:focus[type="password"]{
  background-color: #ffffff;
  border-color:#ffffff;
  box-shadow: none;
}

.login .button-primary {
  min-width: 120px !important;
  height: 40px !important;
  background-color:#483627 !important;
  color: #ffffff;
  -webkit-border-radius: 4px;
 border: none;
  text-shadow: none;
  font-size: 14px;
}

.login .button-primary:hover {
  background-color:#5fbd5c !important;
  color: #fff;
  -webkit-border-radius: 4px;
 border: none;
}

.login .button-primary:active {
  background-color:#5fbd5c !important;
  color: #fff;
  -webkit-border-radius: 4px;
 border: none;
}

.forgotten {
	float:left !important;
	text-align:center;
	}

.login .button-secondary {
	display: block !important;
  height:40px !important;
  margin-right:30px;
  margin-bottom: 20px;
  background-color:#483627 !important;
  color: #ffffff;
  -webkit-border-radius: 4px !important;
  font-size: 14px;
  text-align: center;
}

.login .button-secondary:hover {
  background-color:#5fbd5c !important;
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #5fbd5c;
}

.login .button-secondary:active {
  background-color:#5fbd5c !important;
  color: #fff;
  -webkit-border-radius: 4px !important;
  border: 1px solid #5fbd5c;
}

a.button.button-secondary.button-large {
	padding-top: 4px !important;
	}


p#backtoblog {
  display: none;
}

.login p#backtoblog {
  display: none !important;
}

#backtoblog a:first-child {
display: none !important;	
}

.login form {
	padding-bottom: 26px !important;
}

/*
// For Lost Your Password Submit Button
*/
.login-action-lostpassword .button-primary {
	width: auto !important;
	margin-top: 0;
	}

@media screen and (max-width:782px) {
	a.button.button-secondary.button-large {
	padding-top: 9px !important;
	}
	
	.login .button-secondary {
  width: 120px !important;
  height:40px !important;
  /*float:left; */
  margin-right:30px;
  /* margin-top:54px; */
  margin-bottom: 20px !important;
	}

	.login form {
	padding-bottom: 26px !important;
	}
	
}