@media only screen and (min-device-width: 768px) 
{
	.form-container {
		width: 100%;
		margin: 10px 10px !important;
    }

}

h1, h2, h3, h4, h5, h6, p {
	text-align: center;
	margin-bottom: 0px !important;
}

input, textarea , button
{
	width: 100%;
}

textarea
{
	height: calc(100VH - 452px);
}

body, html {
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
  position: absolute;
  width: 100%;
  max-width: 960px;
  margin: 0px;
  padding: 10px 10px !important;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0px 0px !important;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	border: 1px solid #222222 !important;
}

.reused_form {
	width: calc(100vw - 20px);
	max-width: 960px;
}