
input[type=submit], input[type=button]{
	-webkit-appearance: none;
	cursor: pointer;
}

.button-submit{
	padding:8px 10px;
	margin:6px 0;
	border: none;
	border-radius: 0px;
background-color: #754c52;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width:100%;
}

.button-submit:hover{
	opacity: 0.8;
}
