/*
	customize the login screen
*/

/* Change background color and font family */
body {
background: url('https://thepurpletornado.com/wp-content/uploads/2018/07/mosaic-pattern-purple.jpg');
background-size: cover;
  font-family: Arial,Verdana,sans-serif;
  background-color: #ffffff;
background-repeat: no-repeat;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo.png);
  width: 400px;
  height: 179px;
  background-size: 400px 179px;
padding: 4px;
}

#login {
    width: 420px;
}
 
/* 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: #38727C;
}
 
.wp-core-ui .button-primary {
  background: #38727C;
border-radius: 0px;
border: 1px solid #ffffff !important;
box-shadow: 0px 0px 0px !important;
}

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

.wp-core-ui .button-primary {
text-shadow: none !important;
}