@charset "utf-8";
/* CSS Document */

form {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="datetime-local"],
input[type="time"] {
	border-radius: 5px;
	display: block;
	width: -webkit-fill-available;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #CCC;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
	
}

input[type="checkbox"] {
	position: relative;
	top: 0px;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
}

select {
	border-radius: 5px;
	height: 44px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 10px;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
}

textarea {
	border-radius: 5px;
	display: block;
	height: 200px;
	width: -webkit-fill-available;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 10px;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
}

input[type="file"] {
	border: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CCC;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
}

input[type="file"]::file-selector-button {
	color: #666;
	border: none;
	background-color: #ccc;
	padding: 5px;
	color: #666;;
	font-family: Quicksand, Verdana;
	box-shadow: 0px 0px 5px #ccc;
}

input[type="file"]::file-selector-button:hover {
		color: #666;
		font-family: Quicksand, Verdana;
		box-shadow: 0px 0px 5px #ccc;
}

label {
	display: block;
	margin-top: 10px;
}

input[type="submit"] {
	 background-color: initial;
	  background-image: linear-gradient(-180deg, #333, #444, #555);
	  border-radius: 5px;
	  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	  color: #FFFFFF;
	  cursor: pointer;
	  height: 44px;
	  outline: 0;
	  pointer-events: auto;
	  position: relative;
	  text-align: center;
	  touch-action: manipulation;
	  user-select: none;
	  -webkit-user-select: none;
	  white-space: nowrap;
	  border: 0;
	  width: 100%;
	  margin-top: 10px;
}

input[type=submit]:hover {
  background: #666;
}

button {
	 background-color: initial;
	  background-image: linear-gradient(-180deg, #333, #444, #555);
	  border-radius: 5px;
	  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	  color: #FFFFFF;
	  cursor: pointer;
	  height: 44px;
	  outline: 0;
	  pointer-events: auto;
	  position: relative;
	  text-align: center;
	  touch-action: manipulation;
	  user-select: none;
	  -webkit-user-select: none;
	  white-space: nowrap;
	  border: 0;
	  width: 100%;
	  margin-top: 10px;
}

button:hover {
  background: #666;
}

fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
}

legend {
	font-size: 12px;
	padding: 5px;
}

*:required {
	
}

#hidden_div {
    display: none;
}

#fine_print {
	font-size: 12px;
	padding: 5px;
}

@media screen and (max-width: 768px) {
	
	
}