.login form {
    padding: 26px 24px 26px;
}
.login .button-primary {
	float:right;
	background-color:#eb078d !important;
	background: #eb078d;
	color: #fff;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	padding: 0 50px;
}
.login .button-primary:hover {
	background-color:#673091 !important;
	color: #fff;
	border-radius: 30px;
	border: none;
}
.login .button-primary:active {
	background-color:#673091 !important;
	color: #fff;
	border-radius: 30px;
	border: none;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 40px;
    line-height: 40px;
	font-size: 14px;
}
@media (max-width: 782px) {
	.wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post {
		height: 40px;
    	line-height: 40px;
		padding: 0;
		font-size: 14px;
		vertical-align: middle;
		margin-bottom: 4px;
	}
}
body.login {
	background-image: url('home-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.login label {
  font-size: 14px;
  color: #555555;
}
h2.member-login {
	font-size: 26px;
	font-family: lato, helvetica, sans-serif;
	font-weight: 400;
	color: #673091;	
	text-align: center;
	margin: 50px 0 10px;
}
#backtoblog {
    margin: 10px 0;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #eb078d;
}
a:focus {
	box-shadow: none;	
}
/*body.login {
	background-image: url('login.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
*/

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

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