html, body {
	overflow: hidden;
	letter-spacing: 1px;
	margin: 0;
}

a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.links {
	margin: 0 0 0 45px;
}

.separator {
	height: 15px;
}

.lblseparator {
	height: 2px;
}

.main_tbl {
	width: 100%;
	border-collapse: collapse;
	position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;	
}

.main_tbl td {
	vertical-align: top;
}

#logo_box {
	text-align: center;
	border-bottom: 4px solid #003057;
	padding: 5px 0 5px 0;
}

.logo {
	margin: 0 auto;
}

#left {
	width: 50%;
	background-color: #ADDDE3;
	background-image: url('images/fw.png');
	border-right: 4px solid #003057;
	display: inline-block;
	position: absolute;
	top: 269px;
	right: 0;
	bottom: 0;
	left: 0;	
}

#right {
	width: 50%;
	position: absolute;
	top: 269px;
	right: 0;
	bottom: 0;
	left: 50%;
}

.heading {
	color: #003057;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin: 45px 0 0 0;
	
}

#pin_container {
	width: 200px;
	position: absolute;
	right: 330px;
	bottom: 65px;
}

#pin_message {
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #FF0000;
	padding: 2px 5px 2px 5px;
	position: absolute;
	left: 70px;
	bottom: 58px;
	z-index: 999999;
	display: none;
}

.copy {
	width: 250px;
	text-align: left;
	color: #808080;
	font-size: 80%;
	border: 0;
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 999999;
}

#yone {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
    color: inherit;	
	width: 28px;
	background-color: transparent;
	border: 0;
}

#ytwo {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
	width: 28px;
	background-color: transparent;
	border: 0;	
}

#dash {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;	
	width: 5px;
	background-color: #EEEEEE;
	border: 0;	
}

#form_box {
	width: 270px;
	
	padding: 20px 20px 35px 20px;
	border: 2px solid #ADDDE3;
	border-radius: 8px;
	margin: 30px auto 0 auto;
	position: relative;
}

.fieldset_heading {
	width: 100px;
	color: #003057;
	font-weight: bold;
	font-size: 20px;
	border: 0;
	padding: 0 5px 0 13px;
	margin: 10px 0 0 0;
	
}

#loginBtn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#otpBtn {
	float: right;
	margin: 0 25px 0 0;
}

#nextBtn {
	float: right;
	margin: 15px 0 0 0;
}

#pin_box {
	position: absolute;
	bottom: 20px;
	left: 20px ;	
}

#pin {
	width: 60px !important;
	-webkit-text-security: disc;
}

#form_box input[type=text] {
  width: 200px;
  padding: 4px 10px;
  margin: 1px 0;
  box-sizing: border-box;
  border: 3px solid #ADDDE3;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.7s;
  outline: none;	
}

#form_box input[type=text]:focus {
	border: 3px solid #003057;	
}

#form_box input[type=password] {
  width: 200px;
  padding: 4px 10px;
  margin: 1px 0;
  box-sizing: border-box;
  border: 3px solid #ADDDE3;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.7s;
  outline: none;	
}

#form_box input[type=password]:focus {
	border: 3px solid #003057;	
}

input[type=button] {
	font-weight: bold;
	border-radius: 5px;
	border: 2px outset #ADDDE3;
}

input[type=button]:hover {
	color: #000000;
	background-color: #A0CFEC;
	font-style: italic;
}

input[type=submit] {
	border-radius: 5px;
	border: 2px outset #ADDDE3;
}

input[type=submit]:hover {
	color: #000000;
	background-color: #A0CFEC;
	font-style: italic;
}

.container {
	
}

#results {
	border: 2px solid #0000FF;
	display: none;
}

.input_label {
	font-weight: bold;
	color: #003057;
}

#ts {
	font-weight: bold;
	color: #003057;
	height: 20px;
}

#scImg {
	position: absolute;
	top: 300px;
	left: 125px;
	z-index: 999999;
}

#update_message {
	width: 520px;
	height: 310px;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	border: 5px solid #0000FF;
	position: absolute;
	top: 370px;
	left: 1040px;
	z-index: 999999;
	display: none;
}

#update_message h2 {
	color: #FF0000;
	text-align: center;
}

#update_message p {
	font-size: 18px;
}

#close_update_message {
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#close_update_message:hover {
	cursor: pointer;
}