#login-section {
  background: url(/wp-content/uploads/2026/03/background-login.png) no-repeat
    center / cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#login-section .content {
  max-width: 350px;
  color: #ffffff;
  padding: 60px 0;
}

#login-section .section-title {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}

#login-section .form-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
}

#login-section .form {
}

#login-section .input-group-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

#login-section .input-group {
  margin-bottom: 15px;
}

#login-section .input-group.info-text {
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  gap: 10px;

  & .icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    font-size: 10px;
    margin-top: 4px;
  }
}

#login-section .input-group.check-info {
  display: flex;
  gap: 10px;
  align-items: center;

  & input {
    width: auto;
    margin-top: -4px;
  }

  & label {
    display: inline;
  }
}

#login-section .input-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

#login-section .input-group input {
  padding: 11px 15px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #efefef;
  font-size: 14px;
  font-weight: 500;
}

#login-section .input-group input::placeholder {
  color: #bababa;
}

#login-section .forgot-pswd-text {
  text-align: right;
  text-decoration: underline;
  margin-bottom: 14px;
}

#login-section .log-btn {
  width: 100%;
  padding: 14px;
  background-color: var(--clr-gray);
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
}

#login-section .bottom-text {
  text-align: center;
  margin-top: 16px;

  & a {
    text-decoration: underline;
  }
}

@media (max-width: 1023px) {
  #login-section {
    background:
      linear-gradient(30deg, #00000099, #00000099),
      url(/wp-content/uploads/2026/03/background-login.png) no-repeat center /
        cover;
  }
}
