@charset "UTF-8";

#Form input[type=button] {
    background: rgb(165 127 0);
    width: 320px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    font-size: 22px;
	color: #fff;
}
.btn:hover {
	color: #fff;
	opacity: 0.5;
}