/* line 3, ../../stylesheets/login.scss */

body {
  font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
  background-color: #efefef;
  text-align: center;
  padding: 20px;
}

/* line 10, ../../stylesheets/login.scss */
.dialog {
  margin: 0 auto 0 auto;
  text-align: left;
  border: 10px solid #bbb;
  background-color: #fff;
  width: 400px;
  padding: 10px;
  font-size: 0.8em;
}

#new_user .field em {
  color: transparent;
}

#new_user .field em::before {
  content: "Password must contain at least 8 characters including one capital letter and one number ";
  color: black;
}
