:root {
  --font-family-sans-serif: "Lato";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

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

.bg1 {
  background-image: url("../img/lady-bg.png");
}

.bg2 {
  background-image: url("../img/landing-lady.jpg");
}

.bg3 {
  background-image: url("../img/man-bg.jpg");
}

.login__container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  z-index: 1;
}

.inm-faded-bg {
 background-color:  #18BAB10D!important;
}

.inm-text-small {
  font-size: 0.75rem !important;
}

@media (max-width: 767.98px) {
  .otg-app-btn {
    width: 100% !important;
  }
}

.login__container .left__section {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.login__container .left__section .left-top {
  flex-grow: 1;
}

.login__container .left__section .left-bottom {
  flex-grow: 1;
  background-image: url("../img/login-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
}

.login__container .right__section {
  flex-grow: 1;
}

.form--section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 70%;
  margin: 0 auto;
  height: 90vh;
  position: relative;
  z-index: 50;
}

.form-control,
.form-control:focus {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .login__container {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
    display: unset;
  }

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

  .bottom__section.top {
    display: none;
  }

  .bottom__section.bottom {
    display: unset !important;
  }

  .body__container {
    flex-direction: column;
  }
}

button:focus,
a:focus {
  outline: none;
}

a,
a:hover {
  color: #29bbb0;
}

a:hover {
  text-decoration: none;
}

.top__section {
  width: 90%;
  margin: 0 auto;
}

.body__container {
  display: flex;
  height: 100%;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
}

.middle__section {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.form__container {
  display: flex;
  flex-direction: column;
}

.bottom__section {
  color: white;
  width: 90%;
  margin-top: 30px;
}

.bottom__section.bottom {
  display: none;
}

.accounts-message {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
}

.accounts-message span:first-of-type {
  font-weight: 300;
}

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

.header-title {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 3px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #000c37;
  letter-spacing: 0px;
}

.header-title span {
  display: block;
}

.form {
  background-color: white;
  width: 496px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.09);
}

.welcome-message {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
}

.welcome {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0px;
}

.name-bank {
  font-size: 3.875rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 4.2rem;
}

.bottom-message {
  font-weight: 700;
}

.looking-accounts-message {
  font-weight: 300;
  letter-spacing: 0px;
}

.accounts-message {
  font-weight: 700;
  letter-spacing: 0px;
}

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

.kc-feedback-text {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.error-image {
  width: 80%;
  height: auto;
  margin: 2em auto;
}

.error-info {
  width: 80%;
  margin: 3em auto;
}

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

.instruction {
  letter-spacing: 0;
  line-height: 16px;
}

.bank-email-error {
  color: #29bbb0;
}

.social-media-icons {
  display: flex;
  flex-direction: row;
  width: 90%;
}

.hidden {
  display: none;
}

.social-media {
  height: 21px;
  width: 18px;
  color: white;
  margin-right: 28px;
  margin-top: 2%;
  cursor: pointer;
}

@media (max-width: 875px) {
  .welcome-message {
    color: white;
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
  }

  .login__container {
    display: none;
  }

  .hidden {
    display: unset;
  }

  .form--section {
    display: unset;
  }

  .social-media-icons {
    margin: 0 auto;
    padding: 20px 0;
  }

  .form {
    width: 90%;
    height: unset;
    padding-bottom: unset;
    margin: 5% auto;
  }

  .header-welcome {
    font-size: 6vw;
  }

  .name-bank {
    margin-left: 10%;
    line-height: 2.2rem;
    font-size: 2rem;
    font-weight: 300;
  }

  .bottom-message {
    margin-left: 10%;
    font-weight: bold;
  }

  .accounts-message {
    align-items: center;
    margin: 10% 0;
  }

  .welcome {
    margin-left: 10%;
    font-size: 2rem;
    font-weight: 300;
  }

  .social-media {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .facebook-icon {
    margin-left: 6%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 500px) {
  .hidden {
    display: unset;
  }

  .name-bank span {
    font-weight: 300;
  }

  .bottom-message {
    font-size: 7vw;
  }

  .accounts-message {
    font-size: 4vw;
  }
}

@media only screen and (min-device-width: 770px) and (max-device-width: 1024px) {
  .login__container {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .form--section {
    width: 100%;
  }
}

.tooltip.bs-tooltip-top > .tooltip-inner {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  font-weight: 300;
  background: linear-gradient(
    263deg,
    rgba(8, 5, 39, 1) 42%,
    rgba(32, 60, 94, 1) 100%
  );
}

.tooltip.bs-tooltip-top > .tooltip-inner > b {
  font-weight: bold;
}
