﻿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: 100px;
  max-width: 300px;
}

.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;
}

body.login-body:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("/tenants/_XtraCareCdn/images/iStock_000020354828XLarge.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
}

.login-banner {
  background: rgba(255, 255, 255, 0);
  background-image: url("../images/xtended-logos.png");
  background-size: clamp(400px, 90%, 90px);
  background-position: center;
  background-repeat: no-repeat;
  top: 10%;
  min-height: 300px;
  width: 400px;
}

.navbar-brand img {
  max-width: 150px;
}

@media screen and (max-width: 415px) {
  .login-banner {
    background: rgba(255, 255, 255, 0);
    background-image: url("../images/xtended-logos.png");
    background-size: clamp(350px, 90%, 90px);
    background-position: center;
    background-repeat: no-repeat;
    top: 12%;
    min-height: 150px;
    width: 600px;
  }
}
