@charset "utf-8";
			
			.lodr {background:url(../imgs/loadrs/lodr.gif) center center no-repeat; 
					position: absolute; 
					 width: 70px;
    				height: 70px;
    				/*background-color: red;*/
    				margin-left: auto;
    				margin-right: auto;
    				right: 0;
    				left: 0;
    				top: 240px;
    				z-index: 999;
					display:none;
					opacity: 0.18;
				}
 
/*****************************************************************************/ 
			.login-form {
							width: 25rem;
/*							height: 18.75rem;*/
							position: fixed;
							top: 50%;
							margin-top: -9.375rem;
							left: 50%;
							margin-left: -12.5rem;
							background-color: #ffffff;
							opacity: 0;
							-webkit-transform: scale(.8);
							transform: scale(.8);
						}
			
			.login-form{    
							background-image: url(http://bajatrack.com/bajatrack3.png);
    						background-size: 29%;
   							background-repeat: no-repeat;
    						background-position: right top;
						}
			
			#senderx { width: 70%; }
			
			hr {
					border: 0;
					height: 2px;
					background-color: #88b9e3;
					width: 70%;
					margin-left: -10px;
				}
			
        
