html {
  height: 100%; }
  html body {
    height: 100%;
    margin: 0; }

#body {
  background-image: url("/images/account/login/background-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  #body #login_panel {
    background-color: #2a665e;
    width: 500px;
    padding: 50px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
    #body #login_panel > p {
      text-align: center;
      font-size: 2.8rem;
      font-weight: bold;
      margin: 0 0 30px; }
    #body #login_panel #form_wrap #error_messages_wrap ul {
      margin: 0 15px 25px;
      padding: 15px 15px 15px 35px;
      list-style-type: disc;
      background-color: #fff; }
      #body #login_panel #form_wrap #error_messages_wrap ul li {
        text-align: left;
        color: red;
        line-height: 3.2rem; }
    #body #login_panel #form_wrap form {
      margin: 0 0 25px; }
      #body #login_panel #form_wrap form > div:first-of-type {
        margin: 0 0 30px; }
        #body #login_panel #form_wrap form > div:first-of-type > div p {
          display: inline-block;
          text-decoration: none;
          margin: 0 25px 0 0;
          color: #fff; }
      #body #login_panel #form_wrap form > div:last-of-type {
        text-align: center; }
    #body #login_panel #form_wrap #notes_wrap {
      font-size: 1.4rem;
      margin: 0 0 20px; }
      #body #login_panel #form_wrap #notes_wrap > ul > li {
        text-align: left;
        list-style-type: circle;
        margin: 0 0 10px; }
  #info_wrap {
    aline: center;
    width: 480px;
    padding: 10px; }
  #info_title {
    font-size: 2.0rem;
    text-align: left; }
  #info_box {
    background-color: #fff;
    aline: center;
    width: 480px;
    height: 150px;
    padding: 10px;
    overflow-y: scroll; }
     #info_box li {
        font-size: 1.4rem;
        text-align: left;
        list-style-type: none;
        color: #000;
        margin: 0 0 10px; }
     #info_box li:first-child {
       color: red;
     }
     #info_box a {
       color: black;
       text-decoration: none;
     }
     #info_box a:hover {
       color: #808080;
     }
     #info_box li:first-child a:first-child {
       color: red;
     }
     #info_box li:first-child a:hover {
       color: #FFAD90;
     }
