body#movie .header .pagetitle p {
  margin-bottom: 0.3125em;
  font-size: 187.5%;
}
body#movie .section .att {
  text-align: center;
}
body#movie .section form {
  text-align: center;
}
body#movie .section form input[type="password"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20em;
  margin-bottom: 1.25em;
  padding: 0.625em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#movie .header .pagetitle p {
    font-size: 125%;
  }
  body#movie .section form input[type="password"] {
    width: 100%;
  }
}
