.login-container .right-section {
  padding: 42px 90px;
}

.login-container .title {
  font-weight: 600;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  margin: 0;
  width: 70%;
}

.login-container h2 {
  font-weight: 200;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.login-container .desc {
  margin-top: 7%;
  color: #7d7d7d;
  font-size: 1vw;
  margin-bottom: 5%;
  font-family: "Inter", sans-serif;
}

#form-login input {
  padding: 26px 20px;
}

#form-login .show-password,
#form-login .hide-password {
  border: 1px solid #ced4da;
  border-radius: 0 6px 6px 0;
}

.login-container .img-logo-merge {
  height: 4.5rem;
  object-fit: contain;
  object-position: left;
}

@media only screen and (max-width: 768px) {
  .left-section {
    display: none;
  }

  .login-container .title {
    font-weight: 600;
    font-size: 7vw;
    font-family: "Inter", sans-serif;
    margin: 0;
    width: 70%;
  }

  .login-container h2 {
    font-weight: 200;
    font-size: 5vw;
    font-family: "Inter", sans-serif;
    margin: 0;
  }

  .login-container .desc {
    margin-top: 7%;
    color: #7d7d7d;
    font-size: 4vw;
    margin-bottom: 5%;
    font-family: "Inter", sans-serif;
  }

  .login-container .img-logo-merge {
    height: 3rem;
  }

  .right-section .content {
    margin-top: 90px;
  }

  .login-container .title {
    width: 100%;
  }

  .login-container .right-section {
    padding: 42px 47px;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .login-container {
    width: 100vw;
    height: 100vh;
  }
}

.login-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-image img {
  max-height: 80vh;
}

.login-form {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}

.login-form .input-group-text {
  background-color: transparent;
}

.login-form .input-group-prepend {
  margin: 0;
}

.login-form * {
  border: none;
}

.login-form i {
  height: auto;
}

.login-form .input-group {
  background-color: #dddfe4;
  height: 3rem;
  border-radius: 0.5rem;
  padding: 0px 0.5rem;
}

.login-form .input-group:focus-within {
  border: solid 2px #3a7b43;
}

.login-form .input-group input {
  height: 100%;
  color: black;
}

.login-form .input-group input::placeholder {
  color: #686e78;
}

.login-form .input-group input:focus,
.login-form .input-group button:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-form .input-group button:focus i {
  color: #3a7b43;
}

.login-form .input-group i {
  color: black;
}

.login-form input {
  background-color: transparent;
}

.login-form input:focus {
  background-color: transparent;
  outline: none;
  border: none;
}

.bg-primary {
  background: #1b3c73 !important;
}

.login-container .btn-login {
  height: 3rem;
  background: #1b3c73 !important;
  border-radius: 0.5rem;
}
.role-choice .content-parent-choice {
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.role-choice .content-parent-choice:hover {
  -webkit-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.041);
  transform: scale(1.05);
}

.role-choice img {
  width: 130px;
}
.role-choice .content-choice {
  font-family: "Inter", sans-serif;
  margin-left: 30px;
}

.role-choice .content-choice h1 {
  font-size: 20px !important;
  font-weight: 600;
  margin: 0;
}
.role-choice .content-choice p {
  font-size: 16px !important;
  margin: 0;
  margin-top: 5px;
  font-weight: 200;
}
.form-login .back-to-choice {
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none !important;
  color: #1b3c73;
}
.form-login .back-to-choice:hover {
  font-weight: 600;
}

.custom-select-box {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-content-custom-select-box {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  top: 50px;
  width: 100%;
  max-height: 40vh;
  overflow-y: auto;
}

.content-custom-select-box {
  border-bottom: 1px solid #ced4da;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
}

.content-custom-select-box:hover {
  background-color: #ced4da;
}

.content-custom-select-box-search {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ced4da;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overlay-select {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .content-custom-select-box {
    border-bottom: 1px solid #ced4da;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
