body, .page-content {
  background: #f5f5f5; }

.form-signin > .form-signin-logo {
  width: 100%;
  margin-bottom: 20px; }
  .form-signin > .form-signin-detail {
    padding: 8px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: -12px;
    margin-bottom: 20px; }

#login-wait {
  margin: 20px auto;
  max-width: 300px; }

#login-wait > p:last-child {
  margin-bottom: 0; }

#notice-box {
  margin-top: -15px;
  max-height: 500px;
  overflow: hidden; }
  #notice-box > .notice-box-item {
    padding: 15px 10px;
    border-bottom: 1px dashed #9a9a9a;
    transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out; }
    #notice-box > .notice-box-item:hover {
      background: white; }
      #notice-box > .notice-box-item:hover > span {
        color: #000; }
    #notice-box > .notice-box-item > span {
      color: #9a9a9a;
      display: block; }
    #notice-box > .notice-box-item > .d {
      margin-top: 10px;
      text-align: right;
      font-size: 10pt; }
