﻿:root {
  --cui-banner: #502b85;
}

body {
  background-color: #faf9f8;
  font-family: "Roboto", sans-serif;
}

.banner {
  background-color: #3b3a39;
}

.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.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
}

.esms-logo {
  height: 250px;
  width: 250px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.btn-no-margin {
  margin: 0;
}
