/*This is new login skin css file.*/

.main{
	margin-left: auto;
	margin-right: auto;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	border-radius:10px;
}

.icon{
	margin-top:10px;
	margin-bottom:10px;
}
.main .form-control
{
	font-size: 1em;
	height: auto;
	margin-bottom: 25px;
	border-radius: 10px;
	background-color: #F1F1F1;
	color: #000;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:95%;

	border-style: solid;
	border-width: 1px;
	border-color:#999999;
}


.divfloat{
	float:left;
}

.checkbox{
	
	float: left;
	margin-top: px;
	padding: 0px 0px 15px 0px;
	margin-left: 15px;
	font-family: verdana;
	font-weight: bold;
	color: #999999;
	font-size: 12px;
}

.lostpassword{
float: left;
	color:#999999;
	margin-top:-8px;
	margin-left: 13px;
	font-family:verdana;
	font-size:10px;
}

.changepassword{
	-moz-appearance: none;
	-webkit-appearance: none;
	width:185px;
	height:25px;
	color:#FFFFFF;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-top:-20px;
	margin-left: 10px;
	background-color: #999999;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border: none;

}

.login{
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius:10px;
	border: none;
}

.errmsg{
	margin-left:255px;
}

.radius{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: #FFFFFF !important;

}



.color{
	height:25px;
	color:#999999;
	margin-bottom:10px;
	font-weight:bold;
}







