* {
  font-family: 'Poppins', sans-serif;
}

.form {
  width: 300px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.form h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.form input[type="text"], .form input[type="password"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
}

.form input[type="text"]:focus, .form input[type="password"]:focus {

}
