.form-row {
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
}

.contact-div {
	max-width: 560px;
	box-shadow: 0px 3px 12px 3px rgba(23,25,51,.1);
	border-radius: 4px;
	padding: 40px;
}

.text-input {
	display: block;
	width: calc(100% - 1.5rem);
	height: calc(1.5em + .75rem + 2px);
	padding: 0rem .75rem;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	font-family: inherit;
	font-size: inherit;
}

.text-input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

textarea {
	overflow: auto;
	resize: vertical;
	margin: 0;
	height: auto !important;
}

.submit-button {
	background-color: white;
	border-style: solid;
	border-color: black;
	color: black;
	font-size: 1.25em;
	padding: 0.75em 1em;
	margin: 0 auto;
	height: min-content;
	display: block;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: button;
}

.hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
