.reset {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/background/portal-sign-in-background-2-x-centered@2x.png);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.reset .reset-container {
  width: 350px;
  margin: auto;
}

.reset .reset-title {
  font-family: 'Metropolis Bold';
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 3.84px;
  line-height: 1.21;
  text-align: left;
  color: #ffffff;
}

.reset .label {
  width: 200px;
}

.reset .newLabel {
  margin: 80px auto 0 auto;
}

.reset .confirmLabel {
  margin: 20px auto 0 auto;
}

.reset .input {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #000000;
  border: 0;
  margin: 15px auto 0 auto;
  border-radius: 8px;
  font-size: 22px;
  color: white;
  opacity: 0.7;
}

.reset .input::placeholder {
  font-family: 'Metropolis Light';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 4.32px;
  color: #f0f0f0;
}

.reset .resetButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  border-radius: 8px;
  background-color: #0eb5fe;
  margin: 20px auto;
  font-family: 'Metropolis Bold';
  font-size: 16px;
  letter-spacing: 4.34px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.reset .reset-requirements {
  margin-top: 5px;
  font-family: 'Metropolis Regular';
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 3.6px;
  text-align: left;
  color: #ffffff;
}

input::placeholder {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2.4px;
  text-align: center;
  color: #f0f0f0;
}

@media only screen and (max-device-width: 1024px) {
  .reset {
    justify-content: center;
  }
  .reset .reset-container {
    right: 0;
  }
}