.auth-container {
  background-color: #f4f7fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.approve-password-error-message {
  color: #dc3545;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.approve-password-input-group {
  margin-bottom: 15px;
}

.approve-password-input-group label {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
}

.approve-password-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fafafa;
}

.approve-password-input:focus {
  border-color: #dc3545;
  outline: none;
  background-color: #fff;
}
