* {
  padding: 0;
  margin: 0;
  font-family: 'Futura PT', sans-serif;
  font-style: normal;
  text-decoration: none;
}

body {
  display: flex;
  opacity: 1;
  transition: 0.7s;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  height: 100vh;
  width: calc(50vw - 100px);
  padding-left: 100px;
  background-color: #023577;
}

.form h1 {
  font-weight: normal;
  font-size: 36px;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}

.form span {
  font-size: 24px;
  margin-top: 10px;
}

.form .subtitle {
  margin-bottom: 40px;
  margin-top: 0;
}

.form input {
  width: 290px;
  height: 40px;
  padding-left: 10px;
  border: 0;
  font-size: 20px;
}

.form .button {
  display: flex;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
  background-color: #3B86FF;
  margin-top: 40px;
  cursor: pointer;
}

.img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 50vw;
  background-color: white;
}

.img img {
  width: 300px;
}
