body {
  height: 100%;
  background: #fbf9f6;
  color: #333;
  line-height: 1.5;
}

.login_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 481px) {
  .login_wrapper {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 430px;
    height: 360px;
    padding: 10px;
    margin: -180px 0 0 -215px;
    background-color: #fff;
    box-shadow: 1px 0 3px #ad924f;
  }
}

.login_wrapper h1,
.login_wrapper p {
  text-align: center;
}

.login_wrapper table {
  margin: 0 auto;
}

.login_wrapper table th {
  font-weight: normal;
  text-align: left;
}

.login_submit {
  width: 186px;
  height: 30px;
  background: url(../img/login/btn_login.jpg);
  border: 0;
  cursor: pointer;
}
