
/** LOGIN FORM CSS BY: http://www.creativeverse.com/cool-login-form-using-html5-css3/ */

* {
  font-family: sans-serif,"Helvetica Neue",Arial,Helvetica;
}

html, head, body {
  height: 100%;
}

body.nya-erp {
  border: none;
  padding: 0;
  margin: 0;

  background-image: url('../img/background/gras.jpg');
  background-repeat: no-repeat no-repeat;
  background-size: 100% 100%;
}

div#loginpage-client-logo {
  top: 1%;
  right: 1%;
  display: block;
  position: absolute;
  width: 100px;
}

#n-login-page {
  width: 100%;
  height: 100%;

}

#n-login {
  background-color: #eee;
  opacity: 0.85;
  position: absolute;
  z-index: 0;
  padding: 10px;

  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -100px;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#n-login h1
{
  margin: 0;
}

#n-login fieldset {
  border: none;
  padding: 0;
}

#n-login-inputs input {
  width: 400px;
}

#n-login-actions {
  text-align: center;
}
.n-messages ul {
  padding-left: 0;
}

.n-messages ul li {
  list-style-type: none;
}

.n-messages .n-confirm-messages li {
  color: #080808;
}
