:root {
  --cui-banner: #502b85;
}

body {
  background-color: #faf9f8;
  font-family: "Roboto", sans-serif;
}

.banner {
  background-color: #3b3a39;
}

.card-background {
  background-color: #0f2746;
}

.card-fixed-size {
  width: 600px;
  height: 800px;
}

.card-image-esms {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.unclassified-banner {
  background-color: var(--cui-banner);
  color: white;
  width: 100%;
  font-size: 12px;
  height: 16px;
  font-weight: bold;
  justify-content: center;
  position: fixed;
  display: flex;
  align-items: center;
}

.banner {
  top: 16px;
  height: 64px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
}

.banner .title {
  margin: 0;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #faf9f8;
}

.background-icon {
  background: url("/images/svgs/logo-background-2025.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: 46px;
}

.esms-logo {
  height: 200px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.btn-no-margin {
  margin: 0;
}

.card .card-action {
  border-top: 0 !important;
}

.locked-action {
  bottom: 26px !important;
}

.logout-action {
  bottom: 74px !important;
}

.card-title {
  margin: 16px 0 16px 0 !important;
}

.card-wrapper {
  height: 480px !important;
  background-color: #0f2746 !important;
}

.card-content {
  padding: 40px 60px 0 60px !important;
}

.splash-btn {
  text-transform: none !important;
}

.esms-title-logo {
  height: 48px;
  margin-left: 16px;
}
