#header {
  border-bottom: none;
  z-index: 2;
  height: 50vh;
  position: relative;
}

.container.grid-xl {
  max-width: 1200px;
}

.page-hero {
  height: 55vh;
  display: flex;
  margin-top: 0;
  z-index: 0;
  width: 100%;
  filter: brightness(0.8);
  display: block;
  margin-top: 0;
  object-fit: cover;
  object-position: center;
}

.page_headings--container {
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 1;
  font-size: 2rem;
  position: relative;
  margin-top: -14.5rem;
  margin-bottom: 0rem;
}

.page_headings--container p {
  font-size: 2rem;
  margin: 0;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

section.section {
  position: relative;
  padding: 0;
}

.unitavc-header {
  background: white !important;
  /* border-bottom: 1px solid #ddd; */
  border: 1px solid black;
  border-radius: 16px;
  margin-top: 1.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 999;
  background: transparent;
}

.nav-links a {
  text-decoration: none;
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 0.775rem;
  vertical-align: middle;
}
.nav-links ul {
  list-style: none;
}

.login-status-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.15rem;
  margin-left: 1rem;
}

.login-status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mobile-container .login-status-wrapper {
  display: none;
}

.login-status strong {
  font-size: 0.775rem;
}

#custom-logout::before {
  content: "" !important;
  display: none;
  margin: 0;
}

.nav-links ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.login-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #001b4d;
  border-radius: 0.438rem;
  height: 2.188rem;
  margin-left: 0.5rem;
}

.login-button:hover {
  color: #3085ee;
}

.mobile-only {
  display: none;
}

.login-button .login-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: black;
}

.login-button span {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;

  font-size: 0.775rem;
  line-height: 1.313;
  vertical-align: middle;
}

.login-button .btn-login {
  color: black;
  border-radius: 4px;
  text-decoration: none;
  margin: 1px solid black;
}

/* footer styles */
#footer {
  background: #0b233f;
  padding: 1.5rem;
  text-align: center;
}

#footer hr {
  color: #c7d2e8;
}

/* homepage styles */
.hero-section {
  margin-top: -121px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48vh;
  display: block;
  background-image: url("/user/pages/01.home/homepage-image.jpg");
  background-color: rgba(15, 19, 39, 0.4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -36px;
  z-index: 0;
}

.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 19, 39, 0.4); /* Your overlay color */
  z-index: 1;
}

.here-spacer {
  height: 60vh;
}

.info-section {
  padding: 60px 20px;
  background: white;
  max-width: 1200px;
  margin: auto;
  margin-top: 121px;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 60px;
}

.step-into {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.text-block {
  flex: 2;
}

.text-block h2 {
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #002855;
  margin-bottom: 1rem;
  align-self: start;
  text-align: left;
  font-weight: 700;
}

.text-block p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.image-block {
  flex: 1;
}

.image-block img {
  max-width: 100%;
  height: auto;
}

.qr-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  width: 100%;
}

.qr-container div,
.qr-container ul li a {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.qr-container h1 {
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #002855;
  margin-bottom: 1rem;
  align-self: start;
  text-align: left;
  font-weight: 700;
}

/* Medium screens: tablets and small laptops */
@media (max-width: 992px) {
  .text-block h2 {
    text-align: center;
  }
  .hero-text {
    text-align: center;
    margin-top: 3rem;
  }

  .hero-text h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .info-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text-block,
  .image-block {
    width: 100%;
    flex: unset;
    margin-bottom: 2rem;
  }

  .qr-container {
    height: 37rem;
    justify-content: center;
  }

  .qr-container .content-container {
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }

  .qr-text {
    margin-left: 0;
    padding: 0 1rem;
  }
}

.mobile-menu #toggle span {
  background-color: rgba(0, 27, 77, 1);
  height: 0.1rem;
}

@media (max-width: 840px) {
  #header .navbar-section.desktop-menu {
    display: flex !important;
  }
  .mobile-menu {
    right: 0.3rem;
  }

  .info-section {
    padding: 60px 0;
  }

  #header .navbar-section.desktop-menu nav {
    display: block !important;
  }

  #header .navbar-section.desktop-menu nav .nav-links ul {
    display: flex !important;
  }

  #header .navbar-section.desktop-menu nav .nav-links ul > li:nth-child(1),
  #header .navbar-section.desktop-menu nav .nav-links ul > li:nth-child(2) {
    display: none !important;
  }

  #header .navbar-section.desktop-menu nav .nav-links ul > li.login-button {
    display: inline-flex;
    margin-right: 0.5rem;
  }

  #header .navbar-section.desktop-menu nav .nav-links ul li .login-button {
    display: inline-flex !important;
  }

  .mobile-menu {
    z-index: 3;
    top: 29px;
    right: 26px;
  }
  .qr-container {
    height: 37rem;
  }

  .qr-container .content-container {
    flex-direction: column;
  }

  .qr-image {
    width: 18rem;
    height: 18rem;
    background-color: white;
    align-self: center;
    border: 1px solid black;
    border-radius: 1.5rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
  }

  .qr-image .image {
    background-image: url("/user/pages/01.home/qr-code.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 17rem;
    height: 17rem;
    align-self: center;
    border-radius: 1.5rem;
  }

  .qr-text {
    align-self: left;
  }

  .qr-text h3 {
    font-size: 2rem;
    color: #002855;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: left;
  }

  .qr-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;
  }

  .dropmenu ul li a::before {
    font-family: FontAwesome;
    display: inline-block;
    float: none;
    margin-right: -20px;
    content: "\f107";
    vertical-align: middle;
    margin: 0 -4px;
  }
}

.umbrella-description-h2 {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.umbrella-description-h2 p,
.umbrella-description-h2 ul,
.umbrella-description-h2 li {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0.5rem;
}

.umbrella-description-h2 ul {
  list-style-type: disc;
  padding-left: 40px;
}

/* mobile overlay */
.overlay {
  right: 0 !important;
  left: auto;
  top: 1.4rem;
}

.overlay.open {
  visibility: visible;
  height: 100%;
  width: 320px;
  opacity: 1;
}

.overlay {
  background-color: white;
}

.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 320px;
  background-color: white;
}

.mobile-logo {
  padding: 0.5rem 0;
  height: 4.1rem;
  border-bottom: 1px solid black;
}

.mobile-logo a {
  display: none;
}

.treemenu.treemenu-root {
  width: 100%;
  margin: 0 auto !important;
}

.overlay .treemenu li {
  background-color: white;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.overlay .treemenu .tree-closed {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.overlay .treemenu .tree-closed > .toggler,
.overlay .treemenu .tree-closed > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.treemenu li.tree-empty > .toggler::before {
  content: "\2022";
  display: none;
}

.overlay .treemenu .login-button {
  align-self: center;
  margin: 1rem auto;
  border-top: 1px solid #001b4d;
  width: 90%;
}

.overlay .treemenu ul {
  margin: 1rem 0;
  border-bottom: 1px solid #ddd;
  width: 320px;
}

.overlay .treemenu ul li {
  background-color: #f3f4f6;
}
.overlay .nav-links ul li {
  align-items: flex-start;
  padding-left: 0.5rem;
}

.overlay .nav-links ul .tree-open {
  padding-left: 0;
}

.overlay .nav-links ul .tree-open ul li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.overlay .nav-links ul .tree-open ul li a {
  font-size: 0.9rem;
}

.mobile-menu .button_container.active {
  position: fixed;
  right: 1rem;
  top: 2.8rem;
}

.treemenu li a {
  margin-left: 0;
}

.toggler {
  cursor: pointer;
  font-size: 1rem;
  margin-left: 0.5rem;
  user-select: none;
  transition: transform 0.2s ease;
}

.toggler-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.5rem;

  width: 100%;
}

.tree-open .toggler-wrapper {
  padding-left: 0.5rem;
}

.arrow-icon {
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.arrow-icon.rotated {
  transform: rotate(90deg);
}

/* services page styles */
#to-start {
  display: none;
}

.modular-hero #to-start {
  display: none;
}

.header-fixed .hero {
  display: none;
}

#sidebar {
  display: none;
}

.columns {
  justify-content: center;
}

.bricklayer {
  margin-top: 5rem;
}
#grav-login {
  margin-top: 21rem;
}

.service-class {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 2rem;
  gap: 2rem;
  margin-top: 12rem;
}
/* .service-class:nth-child(2) {
  display: none;
} */
.card-body .service-class {
  margin-top: 0;
}
.card-body .service-class > a {
  display: none;
}
.card-body .card-body-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-body .card-body-bottom span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: #1f2937;
  background-color: #e5e7eb;
}
#text {
  display: none;
}
.service-class .explore-more {
  background-color: rgba(0, 27, 77, 1);
  color: white;
  font-size: 1.25rem;
  padding: 13px 13px;
  border-radius: 0.5rem;
  border: none;
  margin-top: 2rem;
  text-decoration: none;
}

.service-class .explore-more:hover {
  background-color: rgb(0, 39, 111);
  transform: rotate(4deg);
  cursor: pointer;
  text-decoration: none;
}

.service-class h2 {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.service-class div {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.margin-top {
  margin-top: 14rem;
}

.language-selector {
  top: 22%;
}

#languageSelectorList li a {
  font-weight: 700;
  color: #454d5d;
}

.language-selector .btn {
  border-color: #ccc0;
  font-weight: 700;
  color: #454d5d;
}

/* .language-selector .btn::before {
  font-family: FontAwesome;
  display: inline-block;
  float: right;
  margin-right: -28px;
  content: "\f107";
  vertical-align: middle;
} */

.language-selector .dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #454d5d !important;
  font-size: 0.775rem !important;
  text-decoration: none;
}

img[alt="Login"] {
  display: none;
}

.service-class a {
  font-size: 1.8rem;
  align-self: flex-start;
}

.service-class img {
  height: 1.5rem;
}

.blog-listing .bricklayer-column {
  padding-right: 25px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bricklayer-column:nth-child(2n + 1) {
  margin-top: 8rem;
}

/*card items styles */
.card {
  max-width: 33.8rem;
  min-height: 22.3rem;
  padding: 2rem;
  border: 1px solid black;
  max-height: 30rem;
}

.card .card-header {
  padding: 0;
  margin-top: 0.5rem;
}

.card .card-body {
  padding: 0;
}

.card .card-body p {
  padding: 0;
  margin: 0.5rem 0;
}

.card .card-body a {
  text-decoration: underline;
  color: rgba(48, 133, 238, 1);
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.4rem;
}

.card .card-image {
  border-radius: 0.75rem;
  max-width: 100%;
  height: 12rem;
}

.card .card-image:first-child img {
  border-radius: 0.75rem;
}

.card .card-image img {
  height: 100%;
  width: 100%;
}
.card .card-header .card-title a {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(0, 27, 77, 1);
}

.card .card-header .card-title a:hover {
  text-decoration: none;
}

@media (max-width: 980px) {
  .bricklayer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }

  .card {
    margin: 0 auto;
  }

  .card .card-image {
    width: 100%;
    height: 100%;
  }
}

/* Small screens: phones */
@media (max-width: 768px) {
  .unitavc-header {
    background: white !important;
    /* border-bottom: 1px solid #ddd; */
    margin: 0;
    border-radius: 0;
    width: 100vw;
    z-index: 999;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page_headings--container {
    margin-top: -10.5rem;
    margin-bottom: -3rem;
  }

  .mobile-menu {
    display: block;
  }
  .mobile-logo {
    height: 2.7rem;
  }
  .mobile-menu .button_container.active {
    top: 1.6rem;
  }

  .section {
    margin: 0;
  }

  .mobile-menu {
    z-index: 3;
    top: 4px;
    right: 1px;
  }

  .mobile-only {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.5rem;
  }

  .login-button-mobile .btn-login {
    background: none;
    padding: 0.3rem;
    border: 1px solid #1b365d;
    border-radius: 6px;
    color: #1b365d;
  }

  .login-button-mobile .login-icon {
    width: 18px;
    height: 18px;
  }
  .hero-image {
    height: 40vh;
  }

  .hero-text {
    padding: 0.5rem;
    margin-top: 9rem;
    text-align: left;
  }

  .hero-text h1 {
    font-size: 1.4rem;
    text-align: left;
  }

  .info-section {
    padding: 30px 10px;
    margin-top: 7rem;
  }

  .step-into {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2rem;
  }

  .service-class h2 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .service-class div {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .text-block h2,
  .text-block p {
    text-align: left;
  }

  .qr-container {
    /* height: auto;
    background-size: 80px;
    justify-content: center;
    padding: 2rem 1rem; */
    /* display: none; */
    margin-bottom: 1rem;
  }

  .qr-container .content-container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .qr-image {
    width: 14rem;
    height: 14rem;
  }

  .qr-image .image {
    width: 12.5rem;
    height: 12.5rem;
  }

  .qr-text h3 {
    font-size: 2rem;
    text-align: left;
  }

  .qr-text {
    margin-left: 0;
    padding: 0 1rem;
    text-align: left;
    margin-left: -2rem;
  }
}

@media (max-width: 560px) {
  .page_headings--container {
    margin-top: -9.5rem;
    margin-bottom: -4rem;
  }

  .qr-container {
    /* height: auto;
    background-size: 80px;
    justify-content: center;
    padding: 2rem 1rem; */
    /* display: none; */
    margin-bottom: 3rem;
  }
}

@media (max-width: 490px) {
  .page_headings--container {
    margin-top: -7.5rem;
    margin-bottom: -6rem;
  }
}

@media (max-width: 415px) {
  .page_headings--container {
    margin-top: -6.5rem;
    margin-bottom: -8rem;
  }
  .qr-container {
    /* height: auto;
    background-size: 80px;
    justify-content: center;
    padding: 2rem 1rem; */
    /* display: none; */
    margin-bottom: 4rem;
  }
}

@media (max-width: 370px) {
  .page_headings--container {
    margin-top: -6rem;
  }
  .page_headings--container p {
    font-size: 1.8rem;
  }
  .qr-container {
    /* height: auto;
    background-size: 80px;
    justify-content: center;
    padding: 2rem 1rem; */
    /* display: none; */
    margin-bottom: 4rem;
  }
}

.scrolled {
  background: none !important;
  height: 3.2rem !important;
}

.header-transparent #header:not(.scrolled) {
  background: none !important;
}

body.header-fixed.header-animated.scrolled .header {
  padding: 1.2rem 0; /* Adjust this value */
}

/* gdpr page */
.privacy-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #111;
  line-height: 1.6;
  margin: 9.5rem auto;
  margin-top: 13rem;
}

.privacy-container h2 {
  font-size: 2rem;
  margin-top: 1.875rem;
  color: rgba(0, 27, 77, 1);
  font-weight: 700;
}

.privacy-container ul {
  padding-left: 20px;
  margin-bottom: 1em;
}

.privacy-container li {
  margin-bottom: 0.5em;
}

.privacy-container a {
  color: #0056b3;
  text-decoration: none;
}

.privacy-container a:hover {
  text-decoration: underline;
}

.privacy-container p,
.privacy-container li {
  font-size: 1.1rem;
}

/* login page */
#grav-login {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}

.login-page-icon {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 4rem;
  height: 4rem;
  background-color: #2563eb;
  align-self: center;
  margin: 0 auto;
}

.lock-image {
  background-image: url("/user/pages/login/lock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  color: white;
}

.oauth-lock-icon {
  background-image: url("/user/pages/login/lock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  color: white;
}

.login-form-keycloak {
  background-color: #2563eb;
  border-radius: 0.5rem;
}

.oauth-form-button {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #2563eb;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 200ms;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

.oauth-form-button:hover {
  background-color: #1d4ed8;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.welcome-back {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #1f2937;
}

.form-field {
  border-color: #d1d5db;
}
.form-label-wrapper {
  display: flex;
  background-color: white;
}

.form-input-wrapper {
  display: flex;
  gap: 0.2rem;
}
#grav-login {
  z-index: 4;
  position: relative;
}

#grav-login .rememberme label {
  font-size: 0.775rem;
  line-height: 1.25rem;
  color: #4b5563;
  cursor: pointer;
}
.remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-wrapper .remember-forgot a {
  padding: 0;
  height: auto;
  font-weight: 500;
  color: #2563eb;
  border: none;
  font-size: 0.775rem;
}

.button-wrapper > a:hover {
  color: #1d4ed8;
}
#grav-login .rememberme input[type="checkbox"] {
  border-color: #d1d5db;
}

#grav-login .form-input {
  text-align: left;
}
.form-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #374151;
}
#grav-login .form-data {
  margin: 0 auto;
}
.form-input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-color: #d1d5db;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5rem;
  outline: none;
  text-align: left;
}
.form-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}

input:-webkit-autofill {
  background-color: white !important;
}
#grav-login .form-label {
  display: block;
}

.background {
  background-color: rgba(245, 246, 251, 1);
}

#grav-login .button-wrapper .btn[type="submit"] {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #ffffff;
  margin-top: 0.2rem;
  background-color: #2563eb;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 200ms;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0.2rem;
}

#grav-login .button-wrapper .btn[type="submit"] .oauth-lock-icon {
  vertical-align: middle;
}

#grav-login .button-wrapper .btn[type="submit"] span {
  align-self: center;
}
