.logo-front {
  color: #d7e4ec;
}

.logo-rear {
  color: #ff3d60;
}

.logo-sm {
  font-size: 14px;
}

.logo-lg {
  font-size: 18px;
}

.logo-lg.login-logo,
.logo-lg.front-logo {
  font-size: 34px;
}

.login-logo .logo-front,
.front-logo .logo-front {
  color: #252b3b;
}

.navbar-brand-box {
  text-align: center;
  width: 240px;
}

.auth-body-bg,
.front-body-bg {
  background-color: #fff;
}

.authentication-bg,
.front-bg {
  background-image: url("/assets/images/authentication-bg.jpg");
  height: 100%;
  background-size: cover;
  background-position: center;
}

.front-bg .bg-overlay,
.authentication-bg .bg-overlay {
  background-color: #292626;
}

.invalid-tooltip,
.valid-tooltip {
  right: 0;
  left: unset;
}

.loading-animation {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #4ea7ca;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 9999;
}

#loader-bg {
  width: 100% !important;
  height: 100vh !important;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 999;
  overflow-y: hidden;
  position: fixed;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.required-field {
  font-size: 8px;
  color: #d55293;
  position: absolute;
  top: 2px;
}

.custom-password-input {
  padding: 0;
  border: none;
  width: 90%;
  position: relative;
}

.custom-password-input:active,
.custom-password-input:focus,
.custom-password-input:hover {
  outline: none;
  border: none;
}

.toggle-password {
  position: relative;
  float: right;
  cursor: pointer;
}

.invalid-tooltip,
.valid-tooltip {
  right: 0;
  left: unset;
}

#cases-table tbody td:not(:first-child) {
  cursor: pointer;
}

#cases-table tbody tr:hover td {
  background-color: #f0f8ff;
  border-top:    1px solid #99a;
  border-bottom: 1px solid #99a;
}
