/* cambia de color PLAQUETA DE TITULO  PAGINA */
.page-title {

    background: #022e4dff ;


}

/* cambia de color el boton de enviar formulario */
input[type="submit"]   {

       	background-color: #022e4dff !important ;
		    border: 1px solid #022e4dff  !important ;;
}