#login h1 a, .login h1 a {
    background-image: url(../images/logo.svg);
	height: 86px;
	width: 200px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
body.login{
    background-image: url(../images/bg-login.jpg);
    background-size: cover;
}

.login form{
	box-shadow:none;
	padding:20px;
	border: none;
}
#login {
	background: #FFF;
	margin: 50px auto;
	padding: 20px 20px;
	width: 400px;
}
.login label {
	color: #555;
	font-size: 14px;
}
.login form .forgetmenot{
	float:none;
	border: none;
}

#login form p.submit{
	margin-top:15px;
}
.login.wp-core-ui .button-primary {
	background: #3650a1;
	border-color: #3650a1;
	box-shadow: 0 1px 0 #3650a1;
	color: #FFF;
	text-shadow: none;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	padding: 7px;
	height: auto;
	font-size: 15px;
}

.login h1 a {
	background-size: 84px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #444;
	height: 84px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 385px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #3650a1;
    box-shadow: 0 0 2px #3650a1;
    outline: 2px solid transparent;
}