@charset "UTF-8";

/*(c) zespół MadeNet.pl*/

body {
  background: #f0f1f2;
}
h1 {
  font-weight: bold;
}
#wrapper {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
#wrapper #cell {
  display: table-cell;
  vertical-align: middle;
}
#logowanie {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 20px 20px 0px 20px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#logowanie div {
  margin-bottom: 20px;
}
#logowanie div h1 {
  font-size: 21px;
  margin-top: 0px;
}
#logowanie div p:first-child {
  color: #4d4d4d;
  font-size: 13px;
  margin-bottom: 2px;
}
#logowanie div p {
  margin: 0px;
}
#logowanie input[type="text"], #logowanie input[type="password"] {
  width: 91%;
  background: #fcfcfc;
  color: #4d4d4d;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#logowanie input[type="submit"], #logowanie input[type="button"].przycisk {
  height: 32px;
  padding: 0px 10px;
  font-weight: bold;
  color: white;
  background: #9bd300;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0;
  border: 1px solid #9bd300;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#logowanie input[type="submit"]:hover, #logowanie input[type="button"].przycisk:hover {
  background: #b2eb14; /* Old browsers */
  background: -moz-linear-gradient(top, #b2eb14 0%, #a4da14 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2eb14), color-stop(100%,#a4da14)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b2eb14 0%,#a4da14 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b2eb14 0%,#a4da14 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b2eb14 0%,#a4da14 100%); /* IE10+ */
  background: linear-gradient(top, #b2eb14 0%,#a4da14 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2eb14', endColorstr='#a4da14',GradientType=0 ); /* IE6-9 */
}
#zapomnialem {
  position: relative;
  width: 440px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#zapomnialem p {
  margin: 0px;
  padding: 5px 5px 0px 0px;
  font-size: 13px;
  text-align: right;
}
#zapomnialem a {
  text-decoration: none;
  color: #999999;
}
#zapomnialem a:hover {
  text-decoration: underline;
}