* {
	margin:0 auto;
	padding:0;
	font-family: 'Open Sans', sans-serif;	
	font-style:normal;
	font-weight:normal;
	

}

.letf {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:none;
	max-width:100%; 
}
ul li,
ol li {
	list-style:none;
	margin:0;
}
ul li a:hover {
	text-decoration:none;
}


/*--------------------------main style------------------------------*/
/*--------------------------Start Header------------------------------*/

section#login_header {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}
.logo_part,
.view_logo_part {
    padding: 20px 0;
    text-align: center;
}
.login_title h2 {
	font-family: 'Exo', sans-serif;	
	color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
.login_title {
    background: #2b333e none repeat scroll 0 0;
    margin-left: -1px;
    margin-right: -1px;
}
.login_inner_main {
    padding: 0 25px 15px;
}
.login_part_main {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #8b8f95;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 35px;
}
.login_inner_main .form_group_control_01, .login_inner_main .form_group_control_03 {
    background: #e4e9ef none repeat scroll 0 0;
    border-top: 1px solid #a9abb0;
    height: 42px;
    text-align: center;
}
.login_inner_main i {
    font-size: 22px;
    margin-top: 10px;
	color:#2b333e;
}
.login_inner_main .form-control {
    background: #e4e9ef none repeat scroll 0 0;
    border-color: #a9abb0 -moz-use-text-color -moz-use-text-color;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: none;
    height: 42px;
}
.login_inner_main input.btn {
    background: #cc1212 none repeat scroll 0 0;
    border-bottom: 2px solid #9d0a0a;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 20px;
    width: 82%;
}
.login_inner_main input.btn:hover {
	background:#2b333e;
	border-bottom:2px solid #1c2128;
}
.form_group_control_06 a {
    color: #cc1212;
    font-size: 14px;
    float: right;
}
.login_info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: justify;
}



/* --------------------------------view page---------------------------------------- */

section#view_page_header {
    background: #c11111 none repeat scroll 0 0;
}
.view_logo_part {
    text-align: left;
	padding:10px 0;
}
section#view_page_banner {
    background: rgba(0, 0, 0, 0) url("../images/view_banner.jpg") no-repeat scroll center top;
    height: 300px;
    width: 100%;
}
.view_link_content li a {
    border-bottom: 1px solid #ddd;
    color: #464646;
    display: block;
    font-size: 15px;
    padding: 8px 0;
	text-transform:capitalize;
}
.view_link_content li a:hover {
	background:#d01414;
	color:#fff;
	padding:8px 10px;
}
.view_link_content h3 {
    background: #26c235 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
    padding: 10px 20px;
	text-transform:capitalize;
}

.view_link_content h3:hover {
	background:#00770b;
	cursor:pointer;
}
.view_link_content h3.student {
	background:#04a4d8;
}
.view_link_content h3.administration {
	background:#774dc2;
}

.view_link_content h3.student:hover {
	background:#0f6d8c;
}
.view_link_content h3.administration:hover {
	background:#4d2594;
}
.view_page_content h2 {
	font-family: 'Exo', sans-serif;	
    border-bottom: 2px solid #d3d3d3;
    color: #ae0000;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 12px;
}
.view_link_content i {
    margin-right: 10px;
}
.header_right_side > h3 {
	font-family: 'Exo', sans-serif;	
    color: #fff;
    font-size: 25px;
    text-align: right;
}

/*--------------------------end Header------------------------------*/


/*--------------------------all hover effect ------------------------------*/


.login_inner_main button.btn:hover,
.view_link_content li a:hover,
.view_link_content li a,
.view_link_content h3:hover{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


