#titleArea {
    display: none;
}
 
.loginPage > div:nth-child(3):before {
      content: "Welcome to DHIS2";
      position: absolute;
    top: 24px;
    left: 177px;
    font-size: 19px;

 }

#bannerArea :before{
      content: "FOR TRAINING PURPOSES ONLY!";
    position: absolute;
    top: -20px;
    left: -110px;
    width: 500px;
    font-size: 26px;
    pointer-events: none;
    cursor: default;
 }
 
div#actions input[onclick="dhis2.de.validate( false )"] {
	display: none;
}
div#actions input[onclick="window.print()"] {
	display: none;
}
div#actions input[onclick="printBlankForm()"] {
	display: none;
}
div#completenessDiv input[onclick="dhis2.de.validate( false )"] {
	display: none;
}
div#completenessDiv span.separator {
	display: none;
}
#mainPage div div div div.div-bottom button[onclick="javascript:window.print()"] {
	display: none;
}
html[ng-app="eventCapture"] span.dropdown label.btn.btn-default {
	display: none;
}