﻿body.login-body:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("/images/login-background-6.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(10px);
}

.login-banner {
  background: rgba(255, 255, 255, 0.6);
  background-image: url("../images/logo.jpg");
  background-size: clamp(500px, 90%, 90px);
  background-position: center;
  background-repeat: no-repeat;
  top: 12%;
  min-height: 100px;
  width: 600px;
}

.navbar-brand img {
  max-height: 70px;
  max-width: 200px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #fff !important;
  background-color: #073763;
}

.title-brand {
  background-color: #073763;
  color: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.bg-brand {
  background-color: #073763;
}

.text-brand {
  color: #073763;
}

.text-brand-light {
  color: #fff;
}

.text-brand {
  color: #073763;
}

.brand-border {
  border: 1px solid #073763;
}

.login-banner {
  background: rgba(255, 255, 255, 0.6);
  background-image: url("../images/logo.svg");
  background-size: clamp(300px, 90%, 90px);
  background-position: center;
  background-repeat: no-repeat;
  top: 12%;
  min-height: 100px;
  width: 600px;
}

.title.icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b9";
  font-weight: 900;
  margin-right: 0.5rem;
}
