@import "fonts-v2.css";

:root {
  --font-family-sans-serif: "Lato";
  --custom-gradient: linear-gradient(rgb(18 18 18 / 50%), rgba(0, 0, 0, 0.5));
}

body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Lato", serif;
}

.inm-text-md {
  font-size: .875rem !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.inm-rounded-lg {
  border-radius: 0.5rem !important;
}

.max-width {
  max-width: 490px !important;
  width: 100%;
}

.image1 {
  background-image: url(../img/bg-imgs/woman/woman-desktop.png);
}

.image2 {
  background-image: url(../img/bg-imgs/man/man-desktop.png);
}

.login__container {
  height: 100%;
  min-height: 100vh;
}

.left-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/login-fill.svg");
  width: 60%;
}

.right-section {
  width: 40%;
}

.social-icons {
  margin-bottom: 16rem;
}

.form__container {
  display: flex;
}

.logo {
  width: 42%;
  height: auto;
}

.header-title {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding-right: 25px;
  width: 100%;
  font-family: latoBold;
  font-size: 26px;
  line-height: 32px;
  color: #000c37;
  letter-spacing: 0px;
}

.form {
  width: 460px;
  height: auto;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.fa-exclamation-circle {
  font-size: 16px;
  margin-left: 8px;
  margin-right: 4px;
}

.kc-feedback-text {
  font-family: lato, serif;
  font-size: 12px;
  letter-spacing: 0;
}

.error-image {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
}

.error-responsive {
  width: 100%;
  height: auto;
}

.instruction {
  font-family: latoLight, sans-serif;
  font-size: 16px;
  color: #041333;
  letter-spacing: 0;
  line-height: 16px;
}

.bank-email {
  color: #29bbb0;
  font-family: latoLight, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

@media (max-width: 1199.98px) {
  .image1 {
    background-image: url(../img/bg-imgs/woman/woman-1200w.png);
  }

  .image2 {
    background-image: url(../img/bg-imgs/man/man-1200w.png);
  }

  .left-section {
    background-size: cover;
  }
}

@media only screen and (max-width: 1140px) {
  .image1 {
    background-image: url(../img/bg-imgs/woman/woman-1140w.png);
  }

  .image2 {
    background-image: url(../img/bg-imgs/man/man-1140w.png);
  }

  .left-section {
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .image1 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/woman/woman-960w.png);
  }

  .image2 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/man/man-960w.png);
  }

  .login__container {
    flex-direction: column;
    padding: 2rem;
  }

  .right-section {
    flex-direction: column;
    width: 100%;
  }

  .left-section {
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .image1 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/woman/woman-720w.png);
  }

  .image2 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/man/man-720w.png);
  }

  .max-width {
    max-width: 460px !important;
    width: 100%;
  }

  .text-md {
    font-size: 1rem !important;
  }

  .error-body {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .image1 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/woman/woman-540w.png);
  }

  .image2 {
    background-image: var(--custom-gradient),
      url(../img/bg-imgs/man/man-540w.png);
  }
}

@media only screen and (max-width: 375px) {
  .bottom__section {
    margin-top: 1rem;
  }
}
