/* Achtergrond en fonts */
body.login {
  background: #fff;
  padding-top: 100px;
}

body.login #login{
  width: 100%;
  max-width: 400px;
}

body.login #login:before{
  content: "Log in op HostingStarter";
  padding-top: 70px;
  font-size: 20px;
  line-height: 72px;
  margin-bottom: -90px;
  text-align: center;
  display: block;
  background: url(/wp-content/themes/pinkelman/assets/images/testlogo.png);
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-position-x: center;
  background-size: 150px;
}

body.login form#loginform{
  border-radius: 10px;
}



body.login .language-switcher,
body.login .privacy-policy-page-link,
body.login .wp-login-register,
body.login #nav,
body.login #backtoblog,
body.login .message.register{
  display: none;
}

.login h1 a {
  background-image: url('/pad/naar/jouw-logo.svg'); /* eigen logo */
  background-size: contain;
  width: 200px;
  height: 80px;
}

/* Form styling */
.login form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.login #login_error,
.login .message {
  border-left: 4px solid #ff5c5c;
}

.custom-lost-password {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.custom-lost-password a {
  color: #0073aa;
  text-decoration: none;
}
.custom-lost-password a:hover {
  text-decoration: underline;
}