.login-content {
  display: flex;
  height: 100vh;
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
}
.login-content > div {
  flex-basis: 50%;
}
.login-content > div:nth-of-type(1) {
  background: linear-gradient(270deg, #0019AC 0%, #001489 100%);
  position: relative;
}
.login-content > div:nth-of-type(1) h1 {
  position: absolute;
  color: #ffffff;
  font-size: 75.148px;
  font-weight: 700;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.login-content > div:nth-of-type(1) .corner-wrapper .corner-item:after {
  content: " ";
  display: block;
  position: absolute;
  width: 120px;
  height: 122px;
  background-image: url("../img/login/corner.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.login-content > div:nth-of-type(1) .corner-wrapper .corner-item:nth-of-type(1):after {
  transform: rotate(-90deg);
  top: 50px;
  left: 50px;
}
.login-content > div:nth-of-type(1) .corner-wrapper .corner-item:nth-of-type(2):after {
  top: 50px;
  right: 50px;
}
.login-content > div:nth-of-type(1) .corner-wrapper .corner-item:nth-of-type(3):after {
  transform: rotate(90deg);
  bottom: 50px;
  right: 50px;
}
.login-content > div:nth-of-type(1) .logo {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 259px;
  height: 48px;
  background-image: url("../img/logo_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.login-content > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-content > div:nth-of-type(2) form {
  width: 384px;
  margin: 0 auto;
  color: #4B4F54;
}
.login-content > div:nth-of-type(2) form h2 {
  color: #001489;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.login-content > div:nth-of-type(2) form p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 60px;
}
.login-content > div:nth-of-type(2) form .input-row:nth-of-type(1) {
  margin-bottom: 30px;
}
.login-content > div:nth-of-type(2) form .input-row:nth-of-type(2) {
  margin-bottom: 24px;
}
.login-content > div:nth-of-type(2) form .input-row:nth-of-type(3) {
  margin-bottom: 60px;
}
.login-content > div:nth-of-type(2) form .input-row .form-label {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.login-content > div:nth-of-type(2) form .input-row .form-control {
  padding: 12px;
  border: 1px solid #ECEDED;
  border-radius: 4px;
  color: #001489;
  font-size: 14px;
}
.login-content > div:nth-of-type(2) form .input-row input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #ECEDED;
  background-color: #ffffff;
  appearance: none;
}
.login-content > div:nth-of-type(2) form .input-row input[type=checkbox]:checked {
  border-color: #001489;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.login-content > div:nth-of-type(2) form .input-row input[type=checkbox]:checked:before {
  content: " ";
  display: flex;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M8.33335 2.5L3.75002 7.08333L1.66669 5" stroke="%23001489" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.login-content > div:nth-of-type(2) form .input-row .checkbox-label {
  display: flex;
  gap: 12px;
  align-items: center;
}
.login-content > div:nth-of-type(2) form *:focus {
  box-shadow: unset;
  border-color: #ECEDED;
}
.login-content > div:nth-of-type(2) form button[type=submit] {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  height: 38px;
  background: linear-gradient(270deg, #0019AC 0%, #001489 100%);
  color: #ffffff;
  border-radius: 29px;
}
.login-content > div:nth-of-type(2) form button[type=submit]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 8H14" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2L14 8L8 14" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=auth.css.map */
