#login {
  width: 500px;
  max-width: 100%;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
}

#login h1 a {
  background-image: url("https://resourceparaplanning.co.uk/wp-content/uploads/2021/01/re-source-icon-transparent.png");
}

#login form {
  background: #203a6d;
  padding: 2rem 2rem 1rem;
  border-radius: 5px;
  color: #ffffff;
}

#login #login_error,
#login .message,
#login .success {
  border-left: 4px solid #d1a76d;
}

#login label {
  font-size: 16px;
}

#login #wp-submit {
  padding: 0.75rem 1.5rem;
  border: 0;
  cursor: pointer;
  background: #fdc9c1;
  color: #203a6d;
  border-radius: 0;
  line-height: 1;
  font-size: 16px;
}

.editable .edit-show {
  display: none;
}

.editable.editing .edit-show {
  display: block;
}

.editable.editing .edit-hide {
  display: none;
}

table.bordered td {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

input.editable-field {
  padding: 1px 5px;
  min-height: 1rem;
  line-height: 1rem;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  background: #f8f8f8;
  border-bottom: 2px solid #cfcfcf;
}
/*# sourceMappingURL=wp-admin.css.map */