#support-view h1 {
	margin-bottom: 15px;
}
html:not(.bx-touch) #support-view .dialog-inputs input, html:not(.bx-touch) #support-view textarea {
	margin: 7px 0;
}
#support-view form {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: stretch;
}
#support-view form .col {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#support-view form .col:first-of-type {
	width: 35%;
}
html:not(.bx-touch) #support-view form .col:last-of-type {
	flex-grow: 1;
	margin-left: 5%;
}
#support-view form textarea {
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	outline: none;
	resize: none;
	border: none;
	padding: 10px;
	font-size: 1.2rem;
	color: #535352;
}
html:not(.bx-touch) #support-view form input {
	width: 100%;
}
html:not(.bx-touch) #support-view .os-content > div {
	padding: 15px 65px;
}
#support-view button {
	margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	html.bx-touch #support-view form {
		flex-direction: column;
	}
	html.bx-touch #support-view form .col {
		width: 100%;
	}
	html.bx-touch #support-view textarea {
		border-radius: 75px;
		height: 30vh;
		margin: 1vh 0;
		padding: 5%;
		font-size: 4vw;
	}
}