.credencials {
  /* background-color: #FAFAFA; */
  width: 360px;
  padding: 30px;
  margin: 100px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

.credencials img {
  width: 200px;
  margin-bottom: 25px;
}

.credencials h1 {
  text-align: center;
  color: #666;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
}

.credencials input {
  font-family: sans-serif;
  margin: 15px;
  font-size: 20px;
}

.credencials input[type="text"],
.credencials input[type="password"] {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: url(/imatges/login-sprite.png) no-repeat scroll 0 0 #fff;
  width: 200px;
  padding: 10px 15px 10px 45px;
  color: #555;
  box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  line-height: 20px;
}

.credencials input[type="submit"] {
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(1, 0, 2, 0.5);
  border: 0 none;
  color: var(--color-fons);
  width: 260px;
  height: 50px;
  background-color: var(--vermell-nlaire);
  cursor: pointer;
}

.credencials #user {
  background-position: 10px 11px;
}

.credencials input[type="password"] {
  background-position: 10px -51px;
}
