/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

textarea {
	height: 100px;
	border: 1px solid grey !important;
	border-radius: 3px;
}

input[type=text] {
	border: 1px solid grey !important;
	border-radius: 3px;
}

.row {
	margin: 0 !important;
}

.bordo {
	background-color: #660000 !important;
	background: #660000;
}

h5 {
	font-size: 20px;
	margin-top: 0;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}