.login {
  height: 685px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}

.login-card {
  width: 65%;
  max-width: 850px;
  min-width: 730px;
  background: white;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.login-card .images {
  padding: 10px 30px 50px 30px;
  grid-column: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
}

#fewcents-logo {
  width: 126px;
  height: 35px;
}

#illustration-typing-girl {
  width: 255px;
  height: 242px;
  margin: 0px auto;
}
