
.login-container[data-v-0506208d] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.form-group[data-v-0506208d] {
  margin-bottom: 15px;
}
label[data-v-0506208d] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[data-v-0506208d] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.submit-button[data-v-0506208d] {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit-button[data-v-0506208d]:hover:not(:disabled) {
  background-color: #45a049;
}
.submit-button[data-v-0506208d]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.error-message[data-v-0506208d] {
  color: #f44336;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #ffebee;
  border-radius: 4px;
}
.form-footer[data-v-0506208d] {
  margin-top: 15px;
  text-align: center;
}
.form-footer a[data-v-0506208d] {
  color: #2196f3;
  text-decoration: none;
}
.form-footer a[data-v-0506208d]:hover {
  text-decoration: underline;
}
