@charset "utf-8";
body.fontstyle {
	font-family:Arial;
	font-size:12px;/*font-weight:bold; */
	}
input.icon-button {
	background: url('images/edit1.png') left center no-repeat;
	padding-left: 16px;
}
.header {
	margin:auto;
	border:2px solid #FFF;
	margin-top:100px;
	border-radius:5px;
}
.tophead {
	font-size:24px;
	margin:auto;
	padding:9px 0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
.bottomhead {
	height:35px;
	margin:auto;
	padding:9px 0px;
}
.userid {
	padding-left:25px;
	border:0px;
	background-color:#FFF;
	background-image:url(../resources/library/images/user.png);
	background-repeat:no-repeat;
	background-position:left;
}
.password {
	border:0px;
	background-color:#FFF;
	padding-left:25px;
	background-image:url(../resources/library/images/key.png);
	background-repeat:no-repeat;
	background-position:left;
}
.captcha {
	border:0px;
	background-color:#FFF;
	padding-left:25px;
	
	
}
.txtlabel {
	color:#F00;
}
#left {
	float:left;
	width:100px;
	height: 20px;
}
#center {
	display: inline-block;
	margin:0 auto;
	width:100%px;
	height: 20px;
}
#right {
	float:right;
	width:100px;
	height: 20px;
	font-size:12px;
	color:#FFF;
	text-align:justify;
}
body, div, nav {
	font-family:Arial;
}
.tview {
	width: 100%;
	border-collapse: collapse;
}
.tdview {
	border: 1px solid black;
	padding: 5px;
}
th {
	text-align: left;
}
/*.row {
	padding-bottom:8px;
	padding-right:5%;
	padding-left:5%;
}*/
<!--
roatational image in home page--> .imgrot {
	border-radius: 20%;
 -webkit-transition: -webkit-transform .8s ease-in-out;
 transition: transform .8s ease-in-out;
}
.imgrot:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
<!--
view table style--> .tview {
	width: 100%;
	border-collapse: collapse;
}
.tdview {
	border: 1px solid black;
	padding: 5px;
}
th {
	text-align: left;
}

a {
	color:#FFF;
}
/*@media only screen and (max-width: 1199px){
 .row {
    padding-right: 2%;
    padding-left: 2%;
}
}

@media screen and (max-width:767px){
 .row {
    padding-right: 3%;
    padding-left: 3%;
}
}


@media only screen and (max-width: 480px){
 .row {
    padding-right: 4%;
    padding-left: 4%;
	margin-left:0px;
	margin-right:0px;
}
.login-pg .container-fluid,.login-pg .row{
	 padding-left:0px !important;
	 padding-right:0px !important;
}
}
@media only screen and (max-width: 400px){

 .row {
    padding-right: 7%;
    padding-left: 7%;
    }
}*/
	 
	/**
 * Demo Styles
 */
/*.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  padding:0px 0px 0px 0px;
}*/

