  :root {
  --gray: #666666;
  --dark-gray: #434343;
  --primary: #3D85C6;
  --primary-hover: #2e6ba0;
}

.row-wrapper {
  height: 100vh;
}

.images-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent url(/templates/img/fon.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.images-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.hr {
  color: #b3b3b3;
}

.text-gray {
  color: var(--gray);
}

.text-dark-gray {
  color: var(--dark-gray);
}

.text-blue {
  color: var(--primary);
}

.btn-blue {
  background-color: var(--primary) !important;
  color: white !important;
  width: 100%;
  height: 54px;
}

.btn-blues {
  background-color: var(--primary) !important;
  color: white !important;
}
.btn-blue:hover {
  background-color: var(--primary-hover) !important;
  color: white !important;
}

.forgot-password-link:hover {
  color: var(--primary-hover);
}

.gkexpert-logo {
  width: 94px;
}
.pointer{cursor:pointer; text-decoration:underline;}

.h-7{font-size:0.7rem;}