@import url("fonts/customfont.css");

.loginpanel {
	width: 350px;
	min-height: 50px;
	position: absolute;
	top: 18%;
	left: 35%;
	box-shadow: 0px 0px 0px 0px #111;
}

td.otherratherpasword {
	text-align: center;
}

img#userlockedimg {
	height: 160px;
	width: 160px;

	margin-bottom: -65px;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;

	border: 6px solid rgba(62, 192, 214, 0.50);
}
td#toploginlogo {
	padding: 2px;
}
td#toploginlogo img {
	border: 0;
}
td#inputtab {
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td#inputtab input,
td#inputtab select {
	width: 90%;
	height: 35px;
	border: 1px solid #ddd;
	border-left: 3px solid #2196f3;

	padding-left: 25px;
	padding-top: 0px;

	outline: 0;
	resize: none;

	font-family: 'whitneycondensedmedium';
	font-size: 16px;
}

td#inputtab input:focus {
	border: 1px solid #ccc;
	border-left: 3px solid #2196f3;
}

#username {
	background: #ffffff url(images/username.png) no-repeat;
	background-position: 4px 6px !important;
}
#password {
	background: #ffffff url(images/passwd.png) no-repeat;
	background-position: 3px 6px !important;
}
td#leftside {
	border-right: 0px dotted #999;
}
td#loginheadlogin {
	font-size: 20px;
	padding: 6px;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 25px;
}
td#loginbox {
	padding: 5px;
}
td#submitbt {
	padding-top: 10px;
	padding-left: 15px;
}
.sbtbt {
	float: right;
	height: 40px;
	margin-right: 20px;
	margin-top: 10px;

	padding-left: 25px;
	padding-right: 50px;

	font-family: 'whitneycondensedmedium';
	font-size: 18px;

	text-align: center !important;

	color: #fff;

	background: #1976d2;
	cursor: pointer;
	border: 1px solid #1976d2;

	outline: 0;
	resize: none;
	text-transform: uppercase;
}
.submit {
	background: #1976d2 url(images/login.png) no-repeat;
	background-position: 75% 12px !important;
}

.submitgetpasswd {
	padding-right: 20px !important;
}
td#RememberMe {
	padding-top: 10px;
	font-family: 'whitneycondensedmedium';
	font-size: 18px;
}
td#loginlost {
	padding: 20px;
	padding-top: 40px;
	font-family: 'whitneycondensedmedium';
	font-size: 18px;
}
td#loginlost span {
	font-family: 'whitneycondensedmedium';
	font-size: 22px;
	cursor: pointer;
}
td#loginlost span#passwdlost a,
span#dologin a {
	font-size: 18px !important;
	color: #1976d2;
	text-decoration: none;
}
td#loginlost p {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

td#sreyahtechnologies {
	padding: 0px;
	padding-right: 5px;
	font-size: 18px;
	text-align: center;
	color: #1976d2;
}

td#sreyahtechnologies p {
	margin-top: -3px;
}

td#logininvalid {
	padding: 10px 0px;

	font-size: 16px;
	color: #3097ce;
}
td#logininvalid li {
	list-style: none;
	background: #e6e6fa;
	padding: 15px 25px;
}
input#emailuser {
	background: #ffffff url(images/email.png) no-repeat;
	background-position: 4px 9px !important;
	outline: 0;
}
input#mobileuser {
	background: #ffffff url(images/mobile.png) no-repeat;
	background-position: 4px 9px !important;
	outline: 0;
}
.successmessage {
	font-family: 'whitneycondensedmedium';
	font-size: 22px;

	line-height: 26px;
	text-align: center;
	padding: 22px;
	padding-top: 40px;
	margin-bottom: 12px;
	color: #006400;

	background: #fff;
}

.errormessage {
	font-family: 'whitneycondensedmedium';
	font-size: 20px;

	line-height: 26px;
	text-align: center;
	padding: 22px;
	padding-top: 40px;
	margin-bottom: 12px;

	color: #ff0000;
	background: #fff;
}
td#ORmobile {
	text-align: center;
	font-family: 'whitneycondensedmedium';
	font-size: 18px;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
}
.SuccessMessage p,
.errormessage p {
	border-top: 1px dotted #aaa;
	padding-top: 15px;
	color: #000000;
	font-size: 20px !important;
}
a#passwdlost {
	font-size: 20px !important;
	color: #3ec0d6;
	text-decoration: none;
}

a#passwdlost:hover {
	text-decoration: underline;
}
