/*
IBM Confidential
694970X, 69497O0
© Copyright IBM Corp. 2022, 2024
*/


@use "../../global/config" as *;
@use '@carbon/themes/scss/tokens' as theme;

.#{$prefix}--bmrg-protected-route {
  align-items: center;
  color: theme.$text-primary;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
  min-height: 100vh;
  padding-bottom: 25vh;
  text-align: center;
}

.#{$prefix}--bmrg-protected-route__castle {
  height: 16vw;
  min-height: 13rem;
  min-width: 40rem;
  width: 50vw;
}
