﻿body, html {
	height: 100%;
	margin: 0;
	font-family: Source Sans Pro;
	font-size: 14px;
}

div {
  position:relative;
}

span {
  position:relative;
}

.dlgBox {
	/* border-bottom: 1px solid; */
	background-color: white; /* #BCC6CC; */
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-color: darkgreen;
	color: darkblue;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
	display: none;
	Width: 300px;
}

.dlgHead {
	/* border-bottom: 1px solid; */
	background-color: lightgreen;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	color: darkgreen;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	border-color: darkgreen;
}

.dlgBody {
	/* border-bottom: 1px solid; */
	padding: 1px;
	font-size: 14px;
}

.dlgButn {
	/* border-bottom: 1px solid; */
	background-color: whitesmoke;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border-color: darkgreen;
	padding: 9px;
}

lable {
	display: inline-block;
	width: 55% ;
	position:relative;
}

.hidden {
	display: none ;
}

div.Hidden {
	display: none;
}

a:hover {
	text-decoration: none;
}

.pswsub {
	background-color: dodgerblue;
	color: lightgray;
	border: 1px solid gray;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	/*width: 30%; */
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	display: inline;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(0,90,156,1),rgba(0,90,156,0));
}

.pswsub:hover {
	color:white;
	font-weight:bold;
}

.regsub {
	background-color: dodgerblue;
	color: lightgray;
	border: 1px solid gray;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	/*width: 30%; */
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	display: inline;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(0,90,156,1),rgba(0,90,156,0));
}

.regsub:hover {
		color: white;
		font-weight: bold;
	}

.signin {
	/*background-color: lightgray; */
	background-image: linear-gradient(to bottom, rgba(211,211,211,1),rgba(211,211,211,0));
	color: dodgerblue;
	border: 2px solid dodgerblue;
	cursor: pointer;
	padding: 7px 9px; 
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	position:relative;
	width: auto;
}

.mvf {
	background-color:dodgerblue;
	/* background-image: linear-gradient(to bottom, rgba(211,211,211,1),rgba(211,211,211,0)); */
	color: white;
	border: 2px solid highlight;
	cursor: pointer;
	padding: 2px 3px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	width: auto;
}

.resend {
	background-color:inherit ;
	/* background-image: linear-gradient(to bottom, rgba(211,211,211,1),rgba(211,211,211,0)); */
	color:dodgerblue;
	cursor: pointer;
	padding-top: 2px ;
	padding-right: 40px;
	font-size: 12px;
	position: relative;
	width: auto;
}

.forgot {
	/*background-color: lightgray; */
	color:dodgerblue;
}

.signup {
	/*background-color: lightgray; */
	color: dodgerblue;
}

.back {
	/*background-color: lightgray; */
	float: right;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 1px;
	color: hotpink;
}

	.back:hover {
		color: deeppink;
	}

.txtuser {
	width: 80%;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: forestgreen;
	font-size: 14px;
	display:inline-block;
	outline-color: darkgreen;
	padding-left: 21px;
	margin:auto;
}

.txtcust {
	width: 80%;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: forestgreen;
	font-size: 14px;
	outline-color: darkgreen;
	padding-left: 21px;
	margin: auto;
	pointer-events:none; 
	background-color:lightgray;

}

.txtcode {
	width: 45%;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: forestgreen;
	font-size: 14px;
	display: inline-block;
	outline-color: darkgreen;
}

.codelbl {
	display: inline-block;
	width: 70%;
	font-size: 14px;
	color:darkblue;
	position: relative;
	padding-right: 5px;
	font-weight: normal;
}

.txtpswd {
	width: 80%;
	height: auto;
	border: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: forestgreen;
	font-size: 14px;
	padding-left: 21px;
	display: inline-block;
	outline-color: darkgreen;
}

.errmsg {
	width: 80%;
	height: auto;
	font-size: 14px;
	text-align:left;
}
/* Style the tab content (and add height:100% for full page content) */
.tablogin {
	color: black;
	background-color: rgb(243,244,244);
	padding: 20px 10px;
	border: 1px solid black;
	border-radius: 9px;
	margin: 40px 40px 10px 40px;
	height: 100%;
	font-size: 14px;
}

.tabmvf {
	color: black;
	background-color: rgb(243,244,244);
	padding: 20px 10px;
	border: 1px solid black;
	border-radius: 9px;
	margin: 40px 40px 10px 40px;
	height: 100%;
	font-size: 14px;
	text-align: center;
	display: none;
}

.tabforgot {
	color: black;
	background-color: rgb(243,244,244);
	padding: 20px 10px;
	border: 1px solid black;
	border-radius: 9px;
	margin: 40px 40px 10px 40px;
	height: 100%;
	font-size: 14px;
	text-align: center;
	display: none;
}

.tabreg {
	color: black;
	background-color: rgb(243,244,244);
	padding: 20px 10px;
	border: 1px solid black;
	border-radius: 9px;
	margin: 40px 40px 10px 40px;
	height: 100%;
	font-size: 14px;
	text-align: center;
	position:relative;
	display: none;
}

.cforgot {
	display: block;
}

.regcus {
	display: none;
	position: relative;
}

.confirm {
	text-align: justify;
	color:darkblue;
	height: auto;
	width: 100%;
	/*background-image: linear-gradient(to bottom, rgba(211,211,211,1),rgba(211,211,211,0));
	border-color: #018BC1;
	border-width: 1px;
	border-radius: 9px;
	border-style: solid; */
	font-size:14px;
	margin: auto;
	padding:5px;
	display: none;
	position:relative;
	text-align: justify ;
}

.confirm2 {
	text-align: justify;
	color: darkblue;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin: auto;
	padding: 5px;
	display: none;
	position: relative;
	text-align: justify;
}

.icon {
	margin-left: -45px;
	color: green;
	cursor:pointer;
}

.input-field {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.input-icons i {
	position: absolute;
}

.fapassword {
	margin-left: -24px;
	margin-top:5px;
	position: absolute;
	color: darkgreen;
	cursor:pointer;
}

.faverify {
	margin-left: -20px;
	margin-top: 5px;
	position: absolute;
	font-size:14px;
	color:darkgreen;
	cursor:pointer;
	position:relative;
}

.fareg {
	margin-left: -20px;
	margin-top: 5px;
	position: absolute;
	font-size: 14px;
	color: darkgreen;
	cursor: pointer;
}

.fauser {
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	color: darkgreen;
}

.fapswd {
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	color: darkgrey;
}

.facust {
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	color:crimson;
}

.overlay {
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(2px);
	z-index:0;
}
