      body {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%;
        background-image:url('../img/tweed.png');
      }
      a i {
        cursor:pointer;
        text-decoration:none;
      }
      a :hover {
        color:#000;
        cursor:pointer;
        text-decoration:none !important;
      }
      a i:hover {
        color:#000;
        cursor:pointer;
        text-decoration:none !important;
      }
      .pull-right {
        text-decoration:none !important;
      }
      #mainContainer {
        background-color: #fff;
        padding: 15px;
        border: 1px solid #e5e5e5;
        -webkit-border-bottom-left-radius: 20px;
                border-bottom-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
                border-bottom-right-radius: 20px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      footer {
        text-align: center;
      }
      
      ul {
       list-style-type: none;
      }
      
      .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }