body {
	height: 100%;
	background: #C1EAFF; /* Old browsers */
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}
#wallpaper {
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: cover;
	opacity: 1.0;
}
#footer {
	font-family:Courier New;
	font-size:9pt;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:3px;
	left:0px;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, 0px 0px 8px #000;
}

#divModal{
	z-index:50;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	display:none;
}

.divOTP {
	z-index:90;
	display:none;
	font-family:monospace;

	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	color:#000000;
	background-color:#ffffff;
	font-size:18px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius: 2px;
	padding-bottom:15px;
}

.divOTP>div:first-child {
	width:400px;
	background-color:rgb(0,88,163);
	color:#ffffff;
	padding:16px 5px 5px 5px;
	font-size:21px;
	margin-bottom:15px;
}

.divOTP>div{
	padding:6px 16px;
}

.divOTP>div>span:first-child{
	width:120px;
	display:inline-block;
	text-align:right;
	margin-right:20px;
}

.divOTP button{
	width:100px;
	padding:3px 8px;
	cursor:pointer;
}

.divOTP>div:last-child{
	
	margin-top:12px;
	display: flex;
	justify-content: space-evenly;
}

#divOTPInfo{
	width: 365px;
	text-align:center;
}

input:not([type="image" i]) {
    box-sizing: border-box;
}

#iconeye {
    margin-left: -25px;
    vertical-align: text-bottom;
    cursor: pointer;
    background: url('icon-eye-slash.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}