html,
body {
  width: 100%;
  height: 100%;
  background: #000;
  margin: 0;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body {
  background: url('./background.jpg');
  background-position: center;
  background-size: cover;
}
.wrapper {
  z-index: 1;
  position: relative;
  
}
h1 {
  margin: 0;
  font-size: 7rem;
  color: #000000;
  font-family: teko;
  font-weight: 400;
  text-shadow: 5px 5px #5F6D72;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20%;
}

h2 {
  width: 100%;
  font-size: 5rem;
  color: #000000;
  font-family: teko;
  font-weight: 400;
  text-shadow: 5px 5px #5F6D72;
  text-transform: uppercase;
  text-align: center;
}

.buttonLog {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}


/* CSS */
.button-64 {
  align-items: center;
  background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  line-height: 1em;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}

.container {
  background: #ffffff84;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.opp {
  font-size: 40px;
  margin-bottom: 20px;
  padding-top: 15%;
  font-weight: 900;
  position: relative;
  color: #ffffffa6;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

form {
  display: flex;
  flex-direction: column;
}

input[type="text"], textarea, input[type="date"] {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff84;
}

button {
  padding: 10px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #218838;
}