
/* Change background image and font family */
body {
    background-image: url(https://purplemoondesigns.co.uk/themedev/login-banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    width: 100%;
    height: 100px;
    background-size: contain!important;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #fff;
}

#login {
    margin-top: 2%;
    background-color: transparent;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 100%;
}

.login form {
	border-radius: 10px;
}

.wp-core-ui .button-primary {
    background-color: #fe4c1c!important;
    border-color: #fe4c1c!important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.wp-core-ui .button-primary:hover {
    background-color: darkgreen!important;
    border-color: darkgreen!important;
}

.pmd-wp{
	color: #fff; 
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pmd-wp:hover{
	color: #fe4c1c; 
}
















