/* Your Custom CSS Goes here */

.app-auth-sign-in .app-auth-background2 {
	flex: 1;
    height: 100%;
    content: '';
    display: block;    
    /*background: url('../images/backgrounds/bk.png') no-repeat;*/
    background-size: 100% 100%;
    background-position: center;
    display:flex; 
    justify-content:center; 
    align-items:center;
}