#component-login .entryForm .formName {
  color: var(--text-color) !important;
  font-weight: initial;
  text-align: center;
  font-size: 2rem;
}
#component-login .entryForm #submitForm .form-button-bottom > button {
  color: var(--button-text-color);
  background: var(--button-background);
  border-color: var(--button-border-color);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: var(--button-font-size);
  line-height: 1.5;
  border-radius: var(--basic-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  height: 33px;
  padding: 0 20px;
  border-radius: 4px;
}
.dashboard-project-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: auto;
  padding: 24px;
}
.dashboard-project-buttons > button {
  height: 60px;
  font-size: 24px;
}
