#page-login{    background-image: url('/assets/bizmax/images/banner.svg');
    background-size: 55vh;
    background-repeat: no-repeat;
    background-position: 20% 45%;
    min-height: calc(100vh - 40px);
  display: flex;
  width: 100%;
}

.navbar-primary {
    background-color: #00213f !important;
}

.footer-info {
    color: #ffffff !important;
    font-size: .875rem;
}
.page-content-wrapper{  
    display:flex;  
  width: 100%;
 }
.web-footer {
    padding: 3rem 0;
    min-height: 140px;
    background-color: #00213f !important;
    border-top: 1px solid #E2E6E9;
}
.btn.btn-primary {
    background-color: #0084ac;
    color: var(--white);
    white-space: nowrap;
    --icon-stroke: currentColor;
    --icon-fill-bg: var(--primary);
}
.for-login .page-card {
    margin: unset !important;
    margin-left: auto !important;
    padding-top: 0 !important;
}
main.container{
    display: flex;
  justify-content: center;
  align-items: center;
}
main .page_content{
    width: 100%;
}
.page-card-head{
    margin-bottom: 2.5rem !important;
}