body {
  background-color: #374f68;
  padding: 30px;
}

label {
  position: relative;
}

.input-icon {
  position: absolute;
  font-size: 25px;
  color: white;
  margin: 17px 20px 0 20px;
}

input {
  width: 337px;
  height: 60px;
  background-color: #233140;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  color: white;
  padding-left: 65px;
  box-sizing: border-box;
}

input::placeholder {
  color: white;
}

#submit {
  width: 337px;
  height: 60px;
  border-radius: 25px;
  background: #22cab6;
  border: none;
  color: #3e3e3e;
  font-size: 25px;
}
