.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 32px 0px;
}
.login-header {
  text-align: center;
  font-weight: 600;
  word-wrap: break-word;
  font-size: 20px;
}
.login-subtitle {
  text-align: center;
  font-weight: 300;
  word-wrap: break-word;
  font-size: 14px;
}
.login-button {
  display: flex;
  color: white;
  height: 100%;
  margin: 32px 0;
  padding: 12px;
  background: #595f73;
  border: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
