@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
{
	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;
}

