.container {
  background-image: none;
  background-color: #07004b;
  align-items: center;
}

.loginform {
  padding: 32px;
  box-sizing: border-box;
  background-color: #e8e7ef;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lumina-logo {
  margin-bottom: 32px;
}

.inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input {
  background-color: #e4e1ea;
  border-radius: 4px 4px 0 0;
  height: 56px;
  border: none;
  border-bottom: 2px solid #1b1b22;
  color: #1b1b22;
  width: 296px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.forgot-password {
  font-size: 14px;
  color: #0d0066;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  margin: 10px;
}

.error-message {
  color: red;
  align-self: flex-start;
  font-size: 12px;
}

.forgot-password:visited,
.forgot-password:hover {
  cursor: not-allowed;
}

.login-button {
  color: white;
  background-color: #0d0066;
  width: 296px;
  height: 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  margin: 20px;
}

.login-button:disabled {
  background-color: #e4e1ea;
  cursor: not-allowed;
}

.register {
  font-size: 14px;
  line-height: 20px;
  color: #282a2f;
  font-weight: 400;
  margin-top: 15px;
}

.register a {
  cursor: not-allowed;
  font-weight: 500;
  color: #0d0066;
}
