body {
	background-color : #fff;
}
.mainContent {
/* 	width : 100%; */
	height : 100%;
	display : flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	
}

.loginContent {
	overflow : auto;
	width : 400px;
	height : 320px;
	margin : 0 auto;
	padding-top : 20%;
	text-align : center;
	vertical-align: middle;
}

.loginRow {
	line-height : 50px;
}

.loginLogo {
	background-image : url('../images/login_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	/* width : 300px; */
	height : 150px;
}

.AXInput {
	box-shadow : inset 0px 0px 0px #fff;
}

.AXInput:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.f16 {
	font-size : 16px;	
}

.fRef {
	color: #cc0000;
}

#androidScanDiv, #iosScanDiv {
    padding: 20px;
    /* width: 210px; */
    margin-bottom: 30px;
    background: #fff;
    border: solid 1px #ccc;
    position: absolute;
    top: 60%;
    left: 62%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: none;
}

#closeDiv {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
}