/* This file will be updated though common updates, do not adjust*/
/* Customisations via .../wp-content/plugins/bittix-custom-login/css/global.css */

body, html {
  font-size: 17px;
}

/* This Changes the size and position of the login field area */
#login {
  width: 450px;
  height: 100%;
  padding: 11% 20px;
}

/* This hides the logo area */
.login h1 {
  display: none;
  height: 0px;
}

/* This changes the logo area */
.login h1 a {
  background-image: url('');
  display: none;
}

/* This hides/changes the message box above the login form */
.login .message {
  display: none;
  background-color: #ffffff;
  border-left: 0px solid #bbbbbb;
}

/* This removes Privacy link box, below the login form, like in WooCommerce */
.login .privacy-policy-page-link {
  display: none;
}

/* This changes the login form box */
.login form {
  background-color: #ffffff;
  font-weight: 300;
  margin-top: 0px;
  margin-left: 0px;
  padding: 35px 40px 80px;
  background: #ffffffcc;
  border: 0px solid #bbbbbb;
  border-radius: 15px;
}

/* This removes the dropshadow of login form box */
body.login div#login form#loginform {
  box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

/* This changes the paragraph text color. */
/* Denk hierbij ook aan de meldingen die in het venstertje worden getoond. Wit is niet zo leesbaar op lichte achtergrond */

body {
  font-family: open sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7em;
  color: #999999;
}

p {
  font-family: open sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7em;
  color: #999999;
}

.login form .forgetmenot {
  font-family: open sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
}

/* This changes the label (i.e Username / Password text */
.login label, .login form .forgetmenot {
  font-family: open sans, sans-serif;
  font-weight: 300;
  font-size: 15px