input, select { border: 1px solid black; margin-top: 20px; height: 48px; width: 100%; padding-left: 10px; border-color: #E1DFDF; }
label { width: 100%; }
body { color: #4a525d; }

.row.alertas{ margin: auto; }
.container-alertas { position: relative; }
.centrar { position: absolute; top: 50%; transform: translateY(-50%); }
.page-head{ height: 200px; }
.button {
	background: #006842;
	display: block; 
	margin: auto;
}

.button:hover {
	background: #7fb299 !important;
}



#resultado_alerta {  margin: 30px auto ; text-align: center; color: white; background-color: #006842; padding: 8px; max-width: 90%; display: none;}
#baja { display: block; margin: auto; } /* Botón de baja */