@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap');

body.login {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D01B13;
  background-image: url('/wp-content/themes/mereo-portaal-child/assets/img/background-inlog.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#login h1 a, .login h1 a {
  background-image: url('/wp-content/themes/mereo-portaal-child/assets/img/logo-mereo-kleur.svg');
  height:85px;
  width:320px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top:25px;
  background-size:  contain;

}

#login {
  padding:25px;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
  border-radius: 1rem;
}

body.login div#login form#resetpassform,
body.login div#login form#lostpasswordform,
body.login div#login form#loginform {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  box-shadow: none;
}

body.login div#login form#loginform p label {
  color: #212529
}

body.login div#login form#resetpassform p.submit input#wp-submit,
body.login div#login form#lostpasswordform p.submit input#wp-submit,
body.login div#login form#loginform p.submit input#wp-submit {
  background: #215457;
  border:0px;
  box-shadow:none;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  margin-top: 20px;
  font-weight: 700;
  border-radius:24px;
  width: 100%;
  padding: .8rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  height: auto;
  margin-top: 10px;
  text-transform: uppercase;
}

body.login div#login form#resetpassform p.submit input#wp-submit:hover,
body.login div#login form#lostpasswordform p.submit input#wp-submit:hover,
body.login div#login form#lostpasswordform p.submit input#wp-submit:hover,
body.login div#login form#loginform p.submit input#wp-submit:hover {
    background-color: #D01B13;
    color: #fff;
}

body.login div#login p#nav {
  text-align: center;
  color: #000;
}

body.login div#login p#nav a {
   color: #9B9B9B;
}

body.login div#login p#nav a:hover {
    text-decoration: none;
    color: #000;
}

body.login div#login p.forgetmenot,
body.login div#login p#backtoblog {
    display: none;
}
