:root {
  --primarytheme: #ffffff;
  --secondarytheme: #37113e;
  --button: #1c91bc;
  --buttonhover: #529eb9;
  --border: #fff;
  --dark-gray: #787887;
  --light-gray: #e0e0ec;
}

.bg-theme-white.login-box {
  right: 73px;
  max-width: 40%;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  font-family: Poppins, Helvetica, sans-serif !important;
}

.title h1 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.title p {
  font-size: 16px;
  color: var(--dark-gray);
}

.login-box form label {
  color: #343a40;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.login-box form .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  color: #000 !important;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 50px;
  min-height: inherit;
}

.login-box form button.btn {
  background: var(--button);
  color: #fff;
  font-size: 17px;
  padding: 9px 0;
}

.login-box form button.btn:hover {
  background: var(--buttonhover);
}

.signup-link span {
  font-size: 16px;
  display: block;
}

.login-box form a {
  font-size: 16px;
  color: var(--secondarytheme);
}

.login-page-container > div .image > img {
  width: 30px;
  height: 30px;
}

.login-page-container > div .image > h1 {
  font-size: 16px;
}

.card-wrap {
  background: #fff;
  width: 75%;
  border-radius: 12px;
}

.card-wrap .logo-container {
  width: 100%;
  height: 75vh;
  background: #eaf4f7;
  display: flex;
  justify-content: space-between;
}

.card-wrap .logo-container .logo-right-container {
  background: #3dc1d3;
  width: 25%;
  height: 100%;
}

.logo-and-motto {
  width: 55%;
}

.hospital-logo-container {
  width: 180px;
  height: 180px;
  outline: 5px solid lightgray;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hospital-logo-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-and-motto > a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.logo-and-motto > a > h1 {
  font-size: 55px;
  font-weight: 600;
}

.logo-and-motto > a > img {
  margin: auto;
  width: unset;
  width: 120px;
  height: 120px;
}

.logo-and-motto h1 {
  font-family: Poppins, Helvetica, sans-serif !important;
}

.motto h1 {
  font-size: 24px;
  font-weight: 600;
}

.language-option li a.btn {
  background: #fff;
  border: 1px solid var(--dark-gray);
  font-size: 13px;
  padding: 7px 20px;
}

.language-option li a.btn.dropdown-toggle:after {
  border: solid var(--dark-gray);
  border-width: 0 2px 2px 0;
}

.language-option .dropdown-menu li a {
  padding: 6px;
  font-size: 13px !important;
  color: #000;
}

.language-option .dropdown-menu li a:hover,
.language-option .dropdown-menu li.active a {
  background: var(--light-gray);
  color: #000 !important;
  font-size: 13px;
}
