@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@200;400;500;600;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

body {
  margin: 0px;
  background-size: 100%;
  box-sizing: border-box;
}

img {
  border: 0px;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: #555551;
  text-decoration: none !important;
}

a,
input {
  /* Fade */
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -opera-transition: 0.2s;
}

.form-control,
.form-select {
  border: 1px solid #777771;
}

.form-control:focus,
.form-select:focus {
  border-color: #444441;
  box-shadow: 0 0 0 0.25rem rgb(70 25 120 / 25%);
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

.page {
  font-family: "Archivo", sans-serif;
}

.page .top {
  display: flex;
  z-index: 9999;
  width: 100%;
  background-color: #412E94;
  border-bottom: 2px solid #2C1F65;
}

.page .top .container {
  position: relative;
  margin: 0px auto;
  padding: 15px 10px;

  width: 100%;
  max-width: 1100px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.page .top .container .group-1 {
  grid-area: 1 / 1 / 2 / 2;

  display: flex;
  align-items: center;
}
.page .top .container .group-2 {
  grid-area: 1 / 2 / 2 / 3;

  display: flex;
  justify-content: center;
  align-items: center;
}
.page .top .container .group-3 {
  grid-area: 1 / 3 / 2 / 4;
}

.page .top .container .logo {
  display: flex;
  align-items: center;
}

.page .top .container .logo img {
  max-height: 40px;
}

.page .text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #777771;

  display: flex;
  flex-direction: column;
}

.page .text .exception {
  text-align: center;
  width: 100%;
}

.page .footer {
  background-color: #412E94;
  border-top: 2px solid #2C1F65;
  display: block;

  width: 100%;
}

.page .footer .container {
  padding: 20px 10px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
  max-width: 1100px;
}

.page .footer .container span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
}

.page .footer .container span font {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.page .footer .container img {
  height: 30px;
}
