
#login-header {
    background-color: #2d3947;
    width: 100%;
    text-align: center;
    z-index: 1;
}
#login-header .footer {
   text-align:left;
   }
#login-header .bank_logo_image { 
    
   
    background-size: contain;
  
    margin: auto;

}

#login-content {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://www.architectdemo.com/BB/App_Themes/Theme4/images/bridge.jpg");
    padding:0.75em 0.75em 0 0;
    background-attachment: fixed;
    min-height: calc(100% - 4em);   
    position: relative;
    top: 1em;
    height: calc(100vh - 86px);
}
#login-content .footer-container {
    bottom: 0px;
}
