.login-container {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  border-radius: 20px;
  background: #0748b1;
  margin: auto;
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.login-container .login-wrapper {
  width: 490px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-container .login-wrapper label {
  width: 183px;
  height: auto;
  flex-shrink: 0;
  color: #e9e9e9;
  /* font-family: Poppins; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-container .login-wrapper .input {
  width: 20rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: #e9e9e9;
}

.login-container .login-wrapper .login-btn {
  width: 10rem;
  height: auto;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-radius: 10px;
  border: 3px solid #000;
  background: linear-gradient(180deg, #fff 42.19%, rgba(0, 0, 0, 0) 100%);
  cursor: pointer;
  margin-right: 10px;
}
