 .box-footer p a {
     color: black;
 }
 .box-footer {
     text-align: center;
 }
 .account-pages-verify {
   /*background: #315e84;*/
   position: absolute;
   height: 100%;
   width: 100%;
   background-image: url('http://dev.hawkscode.com.au/clinistate/assets/images/background_img_mann2.jpg');
   background-position: bottom;
   background-size: cover;
 }
 .mann_bg_login_verify {
     background: #68c9cb9e;
     position: fixed;
     height: 100%;
     width: 100%;
     background-position: bottom;
     background-size: cover;
     transform: skewY(-25deg);
 }
 .account-pages-demo {
   /*background: #315e84;*/
   position: absolute;
   height: 100%;
   width: 100%;
   background-image: url('http://dev.hawkscode.com.au/clinistate/assets/images/background_img_mann2.jpg');
   background-position: bottom;
   background-size: cover;
 }
 .mann_bg_login_demo {
     background: #68c9cb9e;
     position: fixed;
     height: 100%;
     width: 100%;
     background-position: bottom;
     background-size: cover;
     transform: skewY(-160deg);
 }
 .panel-body.demo_padding {
     padding: 0px 15px;
 } 
 .account-pages-forgot {
          /*background: #315e84;*/
      position: absolute;
      height: 100%;
      width: 100%;
      background-image: url('http://dev.hawkscode.com.au/clinistate/assets/images/background_img_mann2.jpg');
      background-position: bottom;
      background-size: cover;
    }
    .mann_bg_login_forgot {
        background: #68c9cb9e;
        position: fixed;
        height: 100%;
        width: 100%;
        background-position: bottom;
        background-size: cover;
        transform: skewY(-160deg);
    }
@media (max-width: 767px){
 .wrapper-page {
     width: 90%;
     margin-top: 0%;
 }

 }  