/* CSS for login page */
.container {
  width: 480px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  margin-top: 120px;
}

.title {
  text-align: center;
  margin-bottom: 20px;
}

.form_group {
  margin-bottom: 15px;
}

.button_group {
  text-align: center;
  margin-top: 20px;
}

.logout-container{
    width: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  border: rgba(0, 0, 0, 0.1) solid;
}