.web-overlay
{
    position:absolute;
    z-index:99999999999;
    width:100%;
    height:100%;
    display:none;
    
}


.web-overlay img
{
    width:180px;
    height:180px;
}


.dropdown-toggle::after {
   
   vertical-align: 0 !important;
 
}

.affix
{
    top: 0;
}


.auth-screen 
{
    
}


.logo-link
{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align:left !important;
}

.logo-link img
{
    height:42px;
    width:210px;
    
}


.left-image-div
{
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    height: calc(100vh - 80px);
}

.left-image-div img
{
    width:500px;
}

.content-box
{
    min-height: 100vh !important;
    align-items: center !important;
    justify-content: center !important;
}

.auth-box
{
    width: 100%;
    max-width: 400px;
    flex: 0 0 auto;
}

.auth-box h2
{
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}



.footer-box-bg
{
    background:#4d4d4d !important;
}




@media screen and (max-width: 810px) {
 
    /*.auth-screen */
    /*{*/
    /*    padding:0px !important;*/
    /*}*/
    .auth-screen .left-box
    {
       
        min-width:100% !important;
    }
    
    .left-image-div
    {
        display:none !important;
    }
    
    .right-box
    {
          min-width:100% !important;
    }
}
