html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.l-box{
	background: transparent;
	color: white;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 45%;
	left: 50%;
	padding: 20px;
	overflow: auto;
}
.text-center{
	color: #9E9E9E;
	padding-bottom: 15px;
}
.login-logo{
	height: 65px;
	margin-bottom: 30px;
}
/* enable absolute positioning */
.inner-addon {
	position: relative;
}

.pe{
	color: #455A64;
	font-size: 14px;
}

/* style icon */
.inner-addon .pe {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .pe  { left:  0px;}
.right-addon .pe { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.img-holder {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	display: block;
	background: url(https://onepay.sprintasia.net/report/assets/img/background.jpg) no-repeat center center fixed;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
:-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c1c1c1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1c1c1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1c1c1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1c1c1 !important;
}
