input.clase_campo {
    padding: 8px 17px;
}

.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 90%;
    color: black
}
#post-search-input {
	box-shadow: 0 0 0 transparent !Important;
    border-radius: 4px !Important;
    border: 1px solid #7e8993 !Important;
    background-color: #fff !Important;
	color: #32373c !Important;
	height: auto!Important; 
	width: auto!Important;
    font-size: 1rem;
    margin: 0 10px;
}

























