@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	height:auto;
	text-align: center;
	background: black;
	background-size:cover;
	background-position:center;
	font-family: sans-serif;
}
.green_box {
	margin-top:0;
	width:100%;
	height: 3rem;
	background-color: #02fa18;
}
.bg {
	margin-top:-1rem;
	height:auto;
	background-image:url("_images/bg.png");
	background-size: cover;	
}

.logo {
	padding-top:2rem;
	margin-left: auto;
	margin-right:auto;
	width:200%;
	max-width:450px;
	height:auto;
	display:block;

}
.contact-title {
	margin-top: 50px;
	color: #fff;
	text-transform: uppercase;
		
}
form {
	margin-top: 50px;
	transition: all 4s ease-in-out;
}
.form-control {
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	border-bottom: 1px solid #02fa18;
	color: black;
	font-size: 3rem;
	margin-bottom: 26px;
}
input {
	height: 45px;
}
form .submit {
	background: #02fa18;
	border-color: transparent;
	color:black;
	font-size: 2rem;
	font-weight:bold;
	letter-spacing: 2px;
	height:5rem;
	margin-top: 20px;
	margin-bottom:5rem;
}
form .submit:hover {
	background-color: darkgreen;
	cursor: pointer;
}




