@charset "utf-8";
/* CSS Document */
.col {display:block;width:100%;float:left}
@media all and (min-width:680px) {
	.col {width:40%;padding-right:5%;float:left}
}
.form-group, .col {
	margin-bottom: 1rem;
}
.form-control {
	display: block;
	width: 95%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #875c43;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: auto;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-dark {
  color: #fff;
  background-color: #3f1e63;
  border-color: #343a40;
}