web_tool/css/login.css [111:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        background-size:cover;
        height: 100vh;
      }
      .content-container
      {
        position: fixed;
        top:50%;
        left: 50%;
        margin-left:-218px;
        margin-top:-120px;
        background-color:rgba(11, 11, 49, 0.5);
      }
      .navbar-inverse
      {
        background-color:black;
      }
} 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



web_tool/css/login.css [135:151]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        background-size:cover;
        height: 100vh;
      }
      .content-container
      {
          position: fixed;
          top:50%;
          left: 50%;
          margin-left:-218px;
          margin-top:-120px;
          background-color:rgba(11, 11, 49, 0.5);
        }
      .navbar-inverse
      {
        background-color:black;
      }
} 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



