body.login {
  background: #f1f1f1;
}

p#backtoblog {
    display: none;
}

.login h1 a {
    background-image: url('https://www.mopud.com/wp-content/uploads/2023/05/mopud-logo-1.png');
    height:52px;
    width:150px;
    background-size: 175px 50px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    width: 100%;
}

.login h1 a {
    background-image: none,
    padding-bottom: 0px;
    width: 100%;
}

.login label {
  font-size: 15px;
  color: #555555;
}

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

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

a.privacy-policy-link {
   display: none;
}

.login #nav a, .login #backtoblog a {
    color: #999;
    text-shadow: none;
}

.login #nav {
    margin: 0 0 0;
    color: #999 !important;
    background: #eee;
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px !important;
    border-bottom: 1px solid #555 !important;
}

.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 15px 24px;
    padding-bottom: 20px;
    background: #fff;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
}

#backtoblog {
    margin: 0 0;
}

.login form {
    border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    background: #fff;
}

input#wp-submit.button.button-primary.button-large {
    background: #41509a !important;
    text-shadow: none;
    border: none;
    font-size: 17px;
    padding: 0px 25px;
    height: 2.2em;
    box-shadow: none;
    color: #fff;
}




