.container {
  height: 100vh;
  margin: 0 !important;
}
.left-panel {
  position: relative;
  height: 100vh;
  background-image: url("../img/login.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.txt-container {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}
.mb-txt-container {
  position: absolute;
  top: 9rem;
  left: 1rem;
}
.bold-txt {
  font-weight: bold;
  font-size: 1.9rem;
  font-family: "GalanoGrotesque-Bold";
}
.italic-txt {
  font-family: "SpringsNote-Regular";
  font-size: 1.8rem;
  font-style: normal;
}
.right-panel {
  height: 100vh;
}
.mb-right-panel {
  height: 80vh;
}
.partner-txt {
  font-size: 1.75rem;
  color: #15ab89;
  font-family: "GalanoGrotesque-Bold";
}
.forms {
  margin-top: 3.7rem;
}
.form-group {
  margin-bottom: 2rem;
}
.forgot-password {
  margin-top: 1rem;
  font-family: "GalanoGrotesque-Bold";
  font-size: 0.75rem;
  color: #949596;
}
.login-btn {
  width: 100%;
}
