﻿.loginLogo
{
	position: absolute;
    top:-442px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:400px;
	height:233px;
	background: url(https://datablazecdn.blob.core.windows.net/branding/themes/flyers/images/m2mnet-login.png) no-repeat;
    
}

.loginBox {
    height: 560px !important;
}

#logo {
    background-image: url(https://datablazecdn.blob.core.windows.net/branding/themes/flyers/images/m2mnet-logo.png);
    background-repeat: no-repeat;
	width: 197px;
	height: 114px;
    margin: 10px 10px 0px 0px;
    z-index:2;
    position:absolute;

}

    #logo-mobile{
        margin:auto !important;
        float:none !important;
        background: url(https://datablazecdn.blob.core.windows.net/branding/themes/flyers/images/m2mnet-logo-mobile.png) no-repeat !important;
        width: 236px;
        height: 65px;
        padding-bottom:20px;
    }