.desktop-login {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(240, 239, 249);
  height: 150px;
}
.login-space {
  width: 80%;
  justify-content: center;
  align-content: center;
  margin: auto;
  padding-top: 50px;
}

.login-form {
  height: 52px;
  font-weight: 500;
  border: none;
  font-size: 16px;
}
.lospace {
  background-color: #02165a;
  border-radius: 15px;
}

.login-icon {
  font-size: 16px;
  color: white;
  padding: 12px;
}
/* color: #02165a; */

.select {
  appearance: none;
  background-color: #edecff;
  border: none;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  height: 55px;
  border-radius: 15px;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.signup-checker {
  padding: 15px;
  border-radius: 5px;
  color: white;
  background-color: blue;
}
