#smallLogin .loginFormButton,
.moduleLink {
  width: 100%;
}

#smallLogin .loginFormLostPassword {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.loginFormLostPassword,
#smallLoginLostPassword {
  text-align: center;
  font-size: 12px;
  color: var(--bs-gray-600);
  display: block;
  padding: .5rem;
}

.loginFormLostPassword:hover,
#smallLoginLostPassword:hover {
  color: #000;
}

#loginSubmitContainer,
#smallLogin .loginFormSubmitContainer {
  margin-bottom: 0;
}

.small-login-logged .small-login-link {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
}

.small-login-logged .small-login-link .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  flex: 0 0 1rem;
}

.small-login-welcome {
  font-size: .875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}

.small-login-welcome>span {
  display: block;
}

.small-login-welcome .lbl {
  color: var(--bs-gray-600);
}

.small-login-welcome .text {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}