.form-box {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.form-label {
	font-size: 1.6em;
	color: #fff;
	font-family: 'Lato-Bold';
}

.form-label2 {
	font-size: 1.8em;
	color: #F1C40F;
	font-family: 'Lato-Bold';
	text-decoration: underline;
}

.form-label-ms {
	font-size: 1.6em;
	color: #F1C40F;
	font-family: 'Lato-Bold';
	font-weight: bold;
	margin-bottom: 10px;
}

.form-label-err {
	font-size: 1.5em;
	color: red;
	font-family: 'Lato-Bold';
	font-weight: bold;
	display: block;
}

.form-textbox {
	width: 100%;
	height: 50px;
	background-color: #ddd;
	border-radius: 8px;
	border: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 4px;
	font-size: 1.8em;
	color: #333;
	font-family: 'Lato-Bold';
}

.form-textbox:focus {
	background-color: #fff;
}

.form-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ddd;
	border-radius: 8px;
	border: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #333;
	font-family: 'Lato-Bold';
}

.form-select:focus {
	background-color: #fff;
}

.form-textarea {
	width: 100%;
	height: 100px;
	background-color: #ddd;
	border-radius: 8px;
	border: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 4px;
	font-size: 1.8em;
	color: #333;
	font-family: 'Lato-Bold';
	padding-left: 5px;
	padding-top: 5px;
}

.form-textarea:focus {
	background-color: #fff;
}

.form-range {
  border-radius: 6px;
  border: 1px solid #333434;
  background-color: #454646;
  height: 1rem;
  border-radius: 30px;
}

.form-range::-moz-range-track {
  border-radius: 6px;
  border: 1px solid #333434;
  background-color: #454646;
  height: 1rem;
  border-radius: 30px;
}

.form-range::-webkit-slider-thumb {
  height: 2.5rem;
  width: 1.5rem;
  background-color: #595b5b;
  border: 1px solid #333434;
  border-radius: 6px;
  box-shadow: inset 0 1px #737373;
}

.form-range::-moz-range-thumb {
  height: 2.5rem;
  width: 1.5rem;
  background-color: #595b5b;
  border: 1px solid #333434;
  border-radius: 6px;
  box-shadow: inset 0 1px #737373;
}

.form-range:focus::-webkit-slider-thumb {
  border: 1px solid #0036ff;
  box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
}

.form-range:focus::-moz-range-thumb {
  border: 1px solid #0036ff;
  box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
}

.form-range:active::-webkit-slider-thumb {
  border: 1px solid #333434;
  box-shadow: inset 0 1px #737373;
}

.form-range:active::-moz-range-thumb {
  border: 1px solid #333434;
  box-shadow: inset 0 1px #737373;
}
