* {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	margin-top: 15px;
	margin-bottom: 4px;
}
input[type=submit], select {
	display: block;
	margin-top: 20px;
}
input[type=submit] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 8px 12px;
  border-width: 0;
  background: #F99829 !important;
	cursor: hand;
	cursor: pointer;
}

select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	margin-top: 0;
}
.container {
	margin: 0 auto;
	background-color: #ffffff;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 1.0rem;
	background-color: #014151;
	background-color: #6EC2D8;
}
h1 {
	font-size: 1.65rem;
	display: block;
	text-align: center !important;
	margin-bottom: 20px;
}
input[type=text] {
	min-height: 2.5rem;
	border-radius: 3px;
	border: 1px solid #f1f1f;
	font-size: 1.0rem;
	padding: 0 5px;
}
select {
	padding: 5px 3px;
}
header {
	padding: 20px;
	border-bottom: 2px solid #333;
	overflow: hidden;
}

header div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form {
	padding: 20px;
}
.required {
  color: #721c24;
}
h2 {
  color: #721c24;
  background-color: #f8d7da;

  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-color: #f5c6cb;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	font-size: 14px;

  margin: 20px 20px 0 !important;
}
footer {
	background: #F99829;
	height: 42px;
	color: #333;
	font-size: 12px;
	line-height: 42px;
	margin-top: 40px;
}
footer>div {
	padding: 0 20px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}
.form-check-label {
	margin-bottom: 0;
}


/*
 * Responsive Media Queries
 *
 */


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 415px) {
/* Styles */



}


/* Smartphones (landscape) ----------- */
@media only screen
and (max-width : 739px) and (orientation:landscape) {
/* Styles */



}


/* narrow */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {

header {
	padding: 20px;
	border-bottom: 2px solid #333;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

header div {
	display: block;
	align-items: inherit;
	justify-content: inherit;

}


}


/* normal */
@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {



}


/* wide */
@media all and (min-width: 1220px) {

	.container {
		width: 75%;
		margin: 0 auto;
	}

	h1 {
  	margin-bottom: 0;
	}

}
