/* Login Overrides */

.group-highlight-blue {background-color:#f9fbfd;}
.edms-border-dark{border: 1px solid #d6dbe2;}
.edms-border-blue{border: 1px solid #d6dbe2;border-radius:3px;}
.edms-border{border: 1px solid #edf2f9;border-radius: .5rem;box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.edms-border-top{border: 1px 0 0 0 solid #edf2f9;border-radius:0.5rem 0.5rem 0 0;box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.edms-border-bottom{border: 1px solid #edf2f9;border-radius: 0 0 0.5rem 0.5rem ;box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.login-box{border-radius: .5rem;box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);}
.be-splash-screen {background-color: #eee;background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);}
.btn-primary {
  color: #fff;
  background-color: #0176ff;
  border-color: #0176ff;
}
.btn-group-lg>.btn, .btn-lg {
  padding: .9375rem 1.25rem;
  font-size: 1.15rem;
  line-height: 1.6;
  border-radius: .375rem;
}

.splash-container {min-width: 460px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
img.brand-logo{width: 100%;max-width: 150px;height: auto;}
img.company-logo{width: 100%;max-width: 155px;height: auto;}
img.elite-logo {
  width: 100%;
    max-width: 195px;
    height: auto;
}

img.clareo-logo {
  width: 100%;
  max-width: 225px;
  height: auto;
}

img.cgm-logo {
  width: 100%;
  max-width: 225px;
  height: auto;
}
@media (max-width: 460px) {
  .splash-container {min-width: 90%;}
  img.brand-logo{max-width: 115px;}
  img.company-logo{max-width: 125px;}
}

img.trec-logo {
  width: 100%;
  max-width: 195px;
  height: auto;
  display: inline-block;
}

img.mca-logo {
  width: 100%;
  max-width: 215px;
  height: auto;
  display: inline-block;
}

img.udc-logo {
  width: 100%;
  max-width: 215px;
  height: auto;
  display: inline-block;
}

img.best-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: inline-block;
}

img.insights-manager-logo {
  width: 100%;
  max-width: 215px;
  height: auto;
  display: inline-block;
}

img.insights-manager-dentallytics-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: inline-block;
}