#logInfo{
	color: rgb(198,217,241);
	text-align: justify; 
	float: left;
	width: 28%;
	/* margin: 24.5% 0.5% 0.5% 20%; */
	margin: 0.5% 0.5% 0.5% 20%;
	/*padding: 0.5%;*/
}
#log{
	background-color: rgb(198, 217, 241);
	color: rgb(0, 16, 41);
	border-style: solid;
	border-color: #4A8E3B;
	border-width: 5px;
}
#infoContent{
	width: 90%;
	margin-left: 5%;
}


.int a{
	color: rgb(74, 142, 56);
}


.enviarBtn{
	/*border-style: solid;*/
	border-color: red;
	display: block;
	text-align: center;
	/*padding-top: 0.5em;*/
	/*border-radius: 15px;*/
	width: 130px;
    margin-left: auto;
    /*margin-right: -0.5em;*/
    height: 2em;
    /*margin-bottom: -0.5em;*/
    background-image: url('../img/enviarBtn.png');
    background-repeat: no-repeat;
    background-size: 130px 2em;
}
.enviarBtn a,input{
	color: rgb(0, 16, 41);
	text-decoration: none;
}

.registerBtn:after {
	content: "";
	display: block;
	clear: both;
	position: relative;
	float: left;
}
.registerBtn2:after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	float: right;
}

.registerBtn a,
.registerBtn2 a{
	text-decoration: none;
	font-size: 24px;
}
.registerBtn,
.registerBtn2{
	border-style: solid;
	border-color: #4A8E3B;
	display: inline-block;
	width: 40%;
	text-align: center;
	padding-top: 0.5em;
	/*margin-top: -0.4em;*/
	margin-bottom: 1em;
	font-size: 24px;
}
.registerBtn input{
	/*margin-left: -0.5em;*/
text-decoration: none;
	font-size: 24px;
}

.registerBtn2{
	margin-left: 16.5%;
    margin-right: -0.5em;
    padding-bottom: 2px;
    padding-top: 13px;
}

#text{
	margin-left: 5%;
}

.inputText{
	width: 45%;
	height: 26px;
    background-color:rgb(198, 217, 241);
    border-color: #4A8E3B;
    font-family: 'PoorR';
    color: #4A8E3B;
    font-size: 20px;
    outline: none;
    border-width: 3px;
    border-style: solid;
	float: right;
    margin-right: 25px;
}

#info:after {
	content: "";
	display: block;
	clear: both;
	position: relative;
	float: left;
}
#info{
	text-align: justify;
	float: left;
	width: 20%;
	margin: 0.5% 0.5% 0.5% 5%;
	padding: 20% 0.5% 0.5% 0.5%;
	/*background-color: white;*/
}

#animH:after {
	content: "";
	display: block;
	clear: both;
	position: relative;
	float: left;
}
#animH{
	text-align: center;
	/* float: left;  COMMENTED OUT ON | JOSEPH MWEMA | 21MAY2020 2230PM*/
	float: right;  /* ADDED | JOSEPH MWEMA | 21MAY2020 2230PM*/
	/* width: 39%; INITIAL SETTING | JOSEPH MWEMA | 21MAY2020 0202AM*/
	width: 24.5%;
	/*margin: 0.5%; */ /* COMMEN TED OUT | JOSEPH MWEMA | 21MAY2020 2259PM*/
	margin-right: 150px; /* ADDED | JOSEPH MWEMA | 21MAY2020 2259PM*/
	margin-top: 9.5%; /* ADDED | JOSEPH MWEMA | 21MAY2020 2259PM*/
	padding: 0.5%;
	background-color: rgb(198, 217, 241); /* ADDING BACKGROUND COLOR TO SKY BLUE | JOSEPH MWEMA | 21MAY2020 0145AM*/
	/*background-color: red;*/
}
#anim{
	width: 100%;
}

#logIn:after {
	content: "";
	display: block;
	clear: both;
	position: relative;
	float: left;
}
#logIn{
	text-align: justify;
	float: left;
	width: 25%;
	height: 1000px; /* ADDED | JOSEPH MWEMA | 22JUNE2020 1553PM */
	margin: 20% 5% 0.5% 0.5%;
	padding: 0.5% 0.5% 0.5% 0.5%;
	background-color: rgb(198, 217, 241);
	color: rgb(0, 16, 41);
	border-style: solid;
	border-color: #4A8E3B;
}

#content{
	margin: auto;
	position: relative;
	display: block;
	height: 1200px; /* ADDED TO ADDRESS THE ISSUE in intranet_login.php THAT SELENE WAS REFFERENING TO AS A FOOTER THAT DOES NOR RESEMPLE THE FOOTER IN forgotPsw.php | JOSEPH MWEMA | 22MAY2020 1541PM */
	background-color: rgb(198, 217, 241); /* ADDING BACKGROUND COLOR TO SKY BLUE | JOSEPH MWEMA | 21MAY2020 0145AM*/
    color: rgb(0, 16, 41); /* ADDING BLACK COLOR FOR DIV | JOSEPH MWEMA | 21MAY2020 0145AM*/
}

/* START | ADDED titulo CSS FOR TITLE HEAD | JOSEPH MWEMA | 21MAY2020 0239AM */
.titulo {
    color: rgb(74, 142, 56);
    margin-left: -1.5em;
    font-size: 2em;
}
/* END | ADDED titulo CSS FOR TITLE HEAD | JOSEPH MWEMA | 21MAY2020 0239AM */

#content:after {
    content: "";
    display: block;
    clear: both;
}



#laboratorio,
#copyright,
#latin{
	display: none;
}

#espanol, 
#ciceron{
    size: 16px;
    padding-right: 10px;
}
#ciceron{
	text-align: right;
}
#logo{
	display: none;
}


.error{
	color: red;
	display: none;
}

form a{
	margin-left: 5%;
	text-decoration: none;
	font-size: 24px;
}

form a:hover,
form a:link,
form a:visited,
form a:active{
	color: rgb(0, 16, 41);
}

form input[type="submit"]{
	background-color: transparent;
	border-style: none;
	font-size: 24px;
    font-family: 'PoorR';
}

#btnsubmit {
	font-family: 'PoorR';
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 2px;
}

