/* Add your custom styles here */


element.style {
}
.btn-primary, input.btn-primary {
    color: #fff;
    background-color: #fbb914;
    border-color: #d89c04;
	margin-top: 35px;
    padding: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}