.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.title {
  font-family: "Liberation Sans", sans-serif;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

#scm-button,
#item-button,
#rbac-button,
#refdata-button {
  width: 100%;
}

#password {
  font-family: "Liberation Sans", sans-serif;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  width: 50%;
  font-size: 17px;
  font-weight: bold;
}

#main {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  background-color: #032757;
  border: 1px solid black;
  padding: 50px;
  padding-bottom: 25px;
  border-radius: 10px;
}

input[type="password"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 200px;
}

button {
  padding: 10px 20px;
  background-color: #005dab;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #013c6b;
}
