/* NuGet package: nvColors.scss
   Version 1.3.2
*/
/* NuGet package: nvColors.scss */
/* Planning Categories */
/* Special Conditions */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* Variables */
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/* Mixins */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/*******   Icon classes   ********/
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/****   All of this will be replaced by new color package. Will need to test svg stuff in the pkg   ****/
/****   END stuff to be replaced by new color package.   ****/
/* NuGet Package: nvTable.js
 * Version 1.19
 */
/*  Login box
--------------------------------------------------------------------*/
.loginLogin .loginBlock {
  display: flex;
  flex-direction: column;
}
.loginLogin input[type=password] {
  margin-top: 0.75em;
}
.loginLogin .loginMainLoginLabel {
  display: block;
  margin: 1em 0 2px 0;
}
.loginLogin .loginInputText {
  width: 100%;
  margin: 0 0 5px 0;
}
.loginLogin .acssValidationMessage {
  margin-bottom: 0.5em !important;
}
.loginLogin .acssValidationMessage,
.loginLogin .acssNotificationValidatorWrapper {
  font-size: 0.85rem;
}
.loginLogin .loginSAMLMessage {
  margin-bottom: 1rem;
}
.loginLogin .loginLinkStack {
  align-self: center;
  font-size: 0.846rem;
}
.loginLogin .loginButtonContainer {
  margin: 0.75em 0;
}
.loginLogin .loginButtonContainer .nv-as-container,
.loginLogin .loginButtonContainer .nv-as-list-item,
.loginLogin .loginButtonContainer .nv-as-button {
  width: 100%;
}
.loginLogin .loginBreakWords {
  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  .loginLogin .loginLinkStack {
    font-size: 1rem;
  }
}
.loginLogin .loginDivider {
  display: flex;
  align-items: center;
  color: #6d6d6d;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}
.loginLogin .loginDivider::before, .loginLogin .loginDivider::after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #6d6d6d;
}
.loginLogin .loginDivider::before {
  margin-right: 10px;
}
.loginLogin .loginDivider::after {
  margin-left: 10px;
}
.loginLogin .samlLoginButton button {
  white-space: normal;
}
.loginLogin .samlLoginButton ~ .acssNotificationValidatorWrapper {
  margin-top: 0.75em;
}

.acadisModal-content > .loginLogin .loginMainLogin {
  padding-right: 1.5em;
}
