@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");

body {
  background: #f8f8f8;
}

.left-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-image-url) no-repeat;
  background-position: left 20% bottom 50%;
  background-size: 250% auto;
  opacity: 0.048;
  transform: rotate(180deg);
  z-index: -1;
}

.right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #ffffff;
}

.form-container {
  max-width: 31.25rem;
  margin: auto;
  padding: 2rem;
}

.brand-logo {
  width: 6.875rem;
  height: auto;
}

.title {
  color: #2f3367;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.subtitle,
.input-label,
.footer-text {
  color: #303468;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

input,
input:focus,
input::placeholder {
  font-size: 1.25rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: normal;
  box-sizing: border-box;
}

.input-field,
.input-group-text {
  font-size: 1.25rem;
  color: #6c757d;
  background: white;
  border-radius: 0.3rem;
  border: 0.0625rem solid #ced4da;
  padding: 0.5rem 1rem;
  height: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-field {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  width: 100%;
}

.btn-login {
  background: #ffc107;
  border: 0.0625rem solid #ffc107;
  color: #070503;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}

.btn-login:hover {
  background: #e0a800;
}

.btn-link-forgot-password {
  color: #1a2748;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  word-wrap: break-word;
  text-decoration: none;
}

.btn-link-forgot-password:hover {
  color: #000;
}

.policy-text {
  color: #1a2748;
}

.policy-link {
  text-decoration: underline;
}

.tagline {
  color: white;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

.left-side {
  position: relative;
  background: linear-gradient(159deg, #1a2748 0%, #070f26 100%);
  color: white;
  z-index: 1;
}

.brand-title {
  font-family: "Anteras Caps", sans-serif;
  font-size: 2rem;
}

.input-group-text {
  background: #e9ecef;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.bi-eye-slash {
  color: #262523;
}

.input-group-text .bi-eye-slash {
  color: #262523;
}
