.sapMIBar {
	background-color: #00492C !important;
}

.sapMIBar-CTX {
	color: #ffffff !important;
}

.sapMTitle {
	color: #ffffff !important;
}

.sapMPageHeader {
	background-color: #ffffff !important;
}

@media screen and (max-height: 575px) {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

.sapMBtnInner {
	background-color: #E3E4E1 !important;
	color: #333 !important;
	font-family: sans-serif !important;
	font-size: 17px !important;
}

.sapMBtnIcon {
	color: #333 !important;
}

.oInput ::-webkit-input-placeholder {
	color: red !important;
}

.oInput [placeholder] {
	border: 1px solid red;
}

.text {
    color: #3b3ece;
}

.myLable .myLabelTest.sapMLabel {
    color:  #333 !important;
}

.btnInicio {
    background-color: green;
}