<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.administrator
{
	width:100%;
}
.administratorinside
{
	width:100%;
}

/* About Administrator */

.president_wrap
{

}

.president
{
	
}
.administratorheader
{
	margin-top:20px;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:black;
}
.presidentimage
{
	text-align:center;
}
.presidentimage img
{
	width:60%;
	height:auto;
	margin:auto;
	border:1px solid black;
}
.presidentname
{
	text-align:right;
	font-size:14px;
}
.presidentinfo
{
	float: none;
    margin: 0 auto;
	text-align:justify;
	font-size:16px;
}
.presidentinfo p:first-of-type::first-letter 
{
	font-size: 60px;
	float: left; 
	line-height: 35px;
	padding-top: 10px; 
	padding-right: 13px;
}
.clear
{
	clear:both;
}

.border_bottom
{
	width:100%;
	border-bottom:1px solid rgb(27,176,219);
}
.vicepresident
{
	
}

.vicepresidentimage
{
	text-align:center;
}
.vicepresidentimage img
{
	width:60%;
	height:auto;
	margin:auto;
	border:1px solid black;
}
.vicepresidentname
{
	text-align:right;
	font-size:14px;
}
.vicepresidentinfo
{
	
	float: none;
    margin: 0 auto;
	text-align:justify;
	font-size:16px;
}
.vicepresidentinfo p:first-of-type::first-letter 
{
	font-size: 60px;
	float: left; 
	line-height: 35px;
	padding-top: 10px; 
	padding-right: 13px;
}


/*Principle*/
.principle
{
	width:90%;
	margin:auto;
	margin-top:100px;
}
.principleimage 
{
	display: block;
	width:300px;
	height:300px;
	background-image:url("../images/college/adm.jpg");
	background-size:300px 300px;
	border:10px solid rgb(27,176,219);
	margin:auto;
	margin-top:20px;
}
.principlename
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.principleinfo
{
	
	margin-top:50px;
	text-indent:70px;
	text-align:justify;
	font-size:14px;
}



/* About UTJF*/
.changepassword
{
	width:100%;
	
}
.aboututjfinner
{
	margin-top:50px;
	width:100%;

}
.aboututjfheader
{
	width:100%;
	text-align:left;
	font-size:25px;
	color:black;
	border-bottom:5px solid rgb(27,176,219);
}
.aboututjfcontent 
{
	
	margin-top:50px;
}
.aboututjfcontent p
{
	text-indent:70px;
	text-align:justify;
	font-size:17px;
}
.aboututjfinstitutes
{
	margin-top:50px;
}
.aboututjfinstitutesheader
{
	width:100%;
	text-align:left;
	font-size:25px;
	color:rgb(27,176,219);
	text-indent:50px;
	border-bottom:5px solid rgb(27,176,219);
	margin-bottom:50px;
}
.aboututjfinstitutesinfo
{
	
	margin-left:50px;
}

/* About SCHOOL*/

.aboutcollegeheader
{
	margin-top:50px;
	width:100%;
	text-align:left;
	font-size:25px;
	color:black;
	border-bottom:5px solid rgb(27,176,219);
}
.aboutcollegecontent
{
	
	width:100%;
	margin-top:50px;
	text-indent:70px;
	text-align:justify;
	font-size:17px;
}

.aboutcollegehighlights
{
	margin-top:20px;
	font-size:25px;
	color:rgb(27,176,219);
	text-indent:10px;
}
.colgfacilitystar
{
        color:rgb(27,176,219);
}
.aboutcollegecontent li
{
    list-style-position: inside;
    padding: 5px 0 5px 5px;
    text-indent: -1em;
}


.btn_download_form
{
	text-align:center;
	margin-top:20px;
	width:320px;
	height:50px;
}
.btn_download_form a
{
	display: inline-block; 
	text-decoration: none;
	text-align:center;
	border:2px solid rgb(27,176,219);
	border-radius:20px;
	
	vertical-align:middle;
	color:rgb(27,176,219);
	font-size:20px;
	padding:10px 100px;
	text-shadow: 0 -1px 1px black;
}
.btn_download_form a:hover
{
	background-color:rgb(27,176,219);
	color: white;
}
</pre></body></html>