body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f8f9fa;
}

#form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container a {
  text-decoration: none;
  color: #000;
}

.form-group {
  margin-bottom: 0.5rem;
}

.note-label {
  font-weight: 600;
}

label.text-secondary {
  color: #6c757d;
}

input.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.submit-btn-container {
  display: flex;
  justify-content: flex-end;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
