﻿.form-account .btn[type=submit] + img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  font-family: "Montserrat Regular";
  font-size: 1rem;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat Light";
}
body .fs-sm {
  font-size: 0.75rem;
}
body .navbar:has(#rep-bar) {
  padding-top: 0 !important;
}
body .navbar .mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #6E6CAF;
  opacity: 0.5;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  body .navbar .mobile-nav {
    display: none;
  }
}
body .navbar .container-fluid {
  z-index: 2;
}
body .navbar .nav-icon {
  --fill-color: #FFF;
  height: 50px;
}
body .navbar #rep-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background: transparent linear-gradient(270deg, #293D6A 0%, #181D2D 50%, #0C1F46 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.25em 0;
  gap: 0.5em !important;
}
body .navbar #rep-bar img {
  height: 1em;
}
body .navbar .navbar-toggler {
  --bs-navbar-toggler-border-color: transparent;
}
body .navbar .navbar-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
body .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
body .pointer {
  cursor: pointer;
}

@font-face {
  font-family: "Ivy Journal";
  src: url("../font/IvyJournal/IvyJournal-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../font/Montserrat/Montserrat-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../font/Montserrat/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../font/Montserrat/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Semi-Bold";
  src: url("../font/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
