#login-register {
  width: 612px;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.logo {
  margin-top: 133px;
  margin-bottom: 120px;
}

input {
  width: 100% !important;
  height: 73px !important;
  border: 1px solid #DFE2ED !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
}

.header {
  font-family: "Apparat", sans-serif !important;
}

.login-button {
  height: 73px;
  border-radius: 8px;
  background: #0E86F7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  outline: none;
  border: none;
}

.login-footer {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 7px;
}

.login-footer span {
  margin-left: auto;
  /*font-size: 1.2rem;*/
  color: #24232D;
}

.login-footer img {
  margin-right: 18px;
}

.password-reset-form {
  width: 612px;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.page-title {
  margin-top: 133px;
  margin-bottom: 120px;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
