body {
  color: #ffffff;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.form-wrapper {
  width: 300px;
  height: 370px;
  position: absolute;
  top: 50%;
  left: 48%;
  margin: -184px 0px 0px -155px;
  background: rgb(246, 237, 237);
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px rgba(255, 255, 255, 0.04);
}

.form-item {
  width: 100%;
}


h3 {
  font-size: 25px;
  font-weight: 640;
  margin-bottom: 10px;
  color: #2F0170;
  padding: 6px;
  font-family: 'sans-serif', 'helvetica';
}



.form-item input {
  border: none;
  background: transparent;
  color: #000000;
  margin-top: 11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  height: 49px;
  padding: 0 16px;
  width: 100%;
  padding-left: 55px;

}

input[type='password'] {
  background: #dedce1 url("img/pass.jpg") no-repeat;
  background-position: 10px 50%;
}

input[type='text'] {
  background: #dedce1 url("img/user.jpg") no-repeat;
  background-position: 10px 50%;

}

.form-item input:focus {
  outline: none;
  border: 1.4px solid #2F0170;
}

.button-panel {
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.button-panel .button {
  background: #6eb7cb;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'helvetica', 'Open Sans', sans-serif;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.6s linear;
  width: 100%;
  margin-top: 10px;
}

.button:hover {
  background: #2F0170;
}

.form-item input,
.button-panel .button {
  border-radius: 2px
}

a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}