body, html {
	margin: 0;
	padding: 0;
	background:#E5E5E5;
	font-family: sans-serif;
	overflow-x: hidden;
}
body {
	padding-bottom:50px;
}
video {
	width:100%;
}
img, video{
	max-width: 100%;
}
p, h2{
	margin-top:0;
	padding-top:0;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.container {
	max-width:900px;
	margin:0 auto;
}
.navbar {
	background: white;
	border-top: 10px solid rgb(61, 143, 45);
	text-align: center;
}
.navbar .content {
	padding:10px;
}
.navbar a {
	color: black;
	text-decoration: none;
	margin:0 20px;
}
.form-content {
	padding-top:10px;
}
.form-content .content {
	padding:20px;
}
.form-content {
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-size:100%;;
	min-height:500px;
}
.form-content .form {
	width:600px;
	background:white;
	margin:25px auto 0 auto;
	border-top: 10px solid rgb(61, 143, 45);
	border-radius: 10px;
	display: none;
}
.form:first-child {	
	display:block;
}
.form select {
	color:gray;
	width:100%;
	background:white;
	border:1px solid silver;
	padding:10px 5px;
	border-radius:5px;
	background: url('../images/caret.png') no-repeat right #fff;
	background-size:10px;
    -webkit-appearance: none;
    background-position-x: 98%;
    cursor:pointer;
    margin-bottom:15px;
}
.form select:hover {
	background-color: #F5F5F5;
}
.form input[type="text"] {
	width:98%;
	margin:0 auto;
	background:white;
	border:1px solid silver;
	padding:10px 5px;
	border-radius: 5px;
	margin-bottom:15px;
}
.form input[type="text"]:hover {
	background-color: #F5F5F5;
}
.form #video-content {
	display:none;
}
.form #video-pause, .form #video-play {
	border:0;
	background:white;
	position:absolute;
	margin-top:-100px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.form #video-play {
	display:none;
}
.form #video-pause img, .form #video-play img {
	width:70px;
	height:70px;
}
.form .btn-white {
	background:white;
	border:1px solid silver;
	line-height: 36px;
	padding:0 24px;
	border-radius: 5px;
	cursor:pointer;
	width:100%;
	margin-bottom:15px;
	box-shadow: 0px 0px 5px gray;
}
.form .btn-white:hover {
	background-color: #F5F5F5;
}
.btn {
	background: rgb(61, 143, 45);
	color:white;
	border:0;
	padding:10px 24px;
	cursor:pointer;
	border-radius: 5px;
	font-size:14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn:hover {
	background: rgba(61, 143, 45, .9);
}
.hidden {
	display: none;
}
.btn img {
	width:25px;
}