.background-wrap {
	position: fixed;
	z-index: -1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

#img-index {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

#claseccoseal {
	height: 150px;
	width: 150px;
	margin-top: 20px;
  margin-bottom: 20px;
}

.form {
  padding: 5px;
  max-width: 383px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 2px rgba(19, 35, 47, 0.3);
  transition: .5s ease;
  background-color: rgba(0,0,0,0.7);
  margin: 20px 10px 10px 10px;
  margin-top: 80px;
}

.form:hover {
	box-shadow: 0px 0px 2px 2px white;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: #6495ED;
  color: white;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.tab-group li a:hover {
  background: #0096FF;
  color: white;
}

.tab-group .active a {
  background: #00FFFF;
  color: black;
}

.tab-content > div:last-child {
  display: none;
}

.input-group {
  padding: 3px;
}

.button {
  border: 2px solid black;
  outline: none;
  border-radius: 55px;
  padding: 5px 0;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #00FFFF;
  color: black;
  transition: all 0.5s ease;
  margin-top: 20px;
  margin-bottom: 10px;
}
.button:hover, .button:focus {
  background: #0096FF;
  color: black;
  border: 2px solid black;
}

.button-block {
  display: block;
  width: 100%;
}

h5 {
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

#footer {
  text-align: center;
  color: white;
  font-size: 10px;
  margin-top: 100px;
}