.login-container {
  width: 100%;
  height: 100%;
  /*padding-top: 20vh;*/
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
}

.login-window {
  height: 575px;
  width: 400px;
  position: absolute;
  align-self: center;
  /*margin: auto;*/
  /*margin-top: 8vh;*/
  background-color: var(--card-color);
  box-shadow: 6px 6px 24px 1px rgba(0, 0, 0, .2);
  border-radius: 15px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-template-rows: .9fr 1.1fr;
}

.login-logo-con {
  align-self: center;
  text-align: center;
}

.login-icon {
  height: 90px;
  width: auto;
}

.login-icon-button {
  width: 30px;
  height: auto;
  margin-top: 30px;
}

.login-form-con {
  align-self: start;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.login-field {
  background-color: rgba(255,255,255,0.12);
  border: none;
  margin-bottom: 5px;
  color: white;
  height: 45px;
}

#login-logo-con {
  margin-top: 85px;
}

#login-logo {
  width: 225px;
}

#login-logo-con {
  margin-top: 85px;
}

#login-logo {
  width: 225px;
}

.login-field {
  background-color: rgba(255,255,255,0.12);
  border: none;
  margin-bottom: 5px;
  color: white;
  height: 45px;
}

