/* estilos css custom, usar este para cobuilder 2 */

button.button-404 {
  display:inline-block;
  background-color:#00afab;
  border: none;
  color:#ffffff;
  padding: 0 25px;
  box-sizing:border-box;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:5px;
  min-width:200px;
  position:relative;
  min-height:50px;
  text-transform:uppercase;
  margin:3.5% 42% 0;
}
button.button-404 a{color:#ffffff;}

section.error-404{
	padding-top:13%;
}
