/* CSS */
html, body {
	height: 100%;
}
* {
  margin: 0; padding: 0;
}

#container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #edeae8;
  position: relative;
}

video {
  position: absolute;
  width: 100%;

  /* Vertical and Horizontal center*/
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

.la, .la2{
	color: #fff;
	font-weight: bolder;
}

form, form a, form a:hover {
	color: #fff;
	text-decoration: none;
}
form a:hover {
	color: #00A400;
	text-decoration: none;
}
.form-group input, .form-group button {
       width:100%;
       height:50px;
}