#password-protection p {
  margin-left  : 50px;
  margin-right : 50px;
}

#password-protection-failure-alert {
  display      : block;
  margin-left  : 50px;
  margin-right : 50px;
}

#password-protection-failure-hidden {
  display : none;
}

.password-protection-info {
  text-align : right;
}

.password-protection-submit {
  margin-bottom : 0;
}

#password-protection-password {
  background : none;
  border     : 1px solid #000000;
  width      : 100%;
}

#password-protection-submit {
  background     : #3f3f3f;
  border         : 1px solid #000000;
  color          : #ffffff;
  font-weight    : bold;
  height         : 50px;
  text-transform : uppercase;
  width          : 100%;
}
