a {

  color: #ffffff;

  font-size: 12px;

  font-weight: normal;

  text-decoration: none;

}



body, html {

  background-color: #1a6b96;

  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  height: 100%;

  margin: 0;

  padding: 0;

  width: 100%;

}



button, .submit-button {

  height: 30px;

  min-width: 117px;

  border: 2px solid #FFFFFF;

  border-radius: 2px;

  color: #FFFFFF;

  font-family: Arial;

  font-size: 14px;

  font-weight: bold;

  background: #1a6b96;

  cursor: pointer;

  padding: 1px 10px;

}



button:hover:not(:disabled), button:hover:not([disabled]), .submit-button:hover:not([disabled]), .submit-button:hover:not(:disabled) {

  background-color: #FFFFFF;

  color: #515151;

}



fieldset {

  border: 0;

  margin: 0;

  padding: 0;

}



input {

  color: #515151;

  height: 20px;

  line-height: 20px;

  padding-left: 10px;

  margin: 5px 10px 10px 0;

  width: 240px;

}



input.error {

  color: #b94a48;

  border-color: #b94a48;

}



label {

  color: #ffffff;

  display: block;

  font-weight: bold;

  font-size: 14px;

}

.tooltip-container{
  height: 40px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}

.icon-tooltip {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 15px;
  margin-left: 5px;
  color: white;
  background:#515151;
  border: 1px solid #515151;;
  text-decoration: none;
}

.tooltip {
  display: none;
  background-color: #e8e9eb;
  color: #515151;
  height: auto;
  z-index: 1000;
  line-height: 15px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 6px;
  margin-left: 20px;
  width: 150px;
  font-size: 14px;
}

.tooltip-container:hover .tooltip {
  display: block;
}




.icon-base, .icon-nuance-logo, .icon-user-feedback-error, .icon-user-feedback-warning, .icon-user-feedback-info, .icon-user-feedback-success, .icon-mobile, .icon-mobile-without-key {

  background-position: center center;

  background-repeat: no-repeat;

  display: inline-block;

  height: inherit;

  line-height: inherit;

  outline: 0;

  text-align: center;

  vertical-align: middle;

}



.icon-nuance-logo {

  background-image: url("../img/Nuance.png");

  width: 200px;

  height: 75px;

}



.icon-user-feedback-error {

  background-image: url("../img/error.png");

  width: 22px;

  height: inherit;

  margin-right: 5px;

}



.icon-user-feedback-warning {

  background-image: url("../img/warning.png");

  width: 20px;

  height: inherit;

  margin-right: 5px;

}



.icon-user-feedback-info {

  background-image: url("../img/info.png");

  width: 20px;

  height: inherit;

  margin-right: 5px;

}



.icon-user-feedback-success {

  background-image: url("../img/success.png");

  width: 20px;

  height: inherit;

  margin-right: 5px;

}



.icon-mobile {

  background-image: url("../img/device_key_icon.png");

  width: 31px;

  height: 52px;

}



.main {

  align-items: center;

  display: flex;

  height: calc(100% - 75px - 20px);

  justify-content: center;

  margin-bottom: 20px;

  min-height: 300px;

  min-width: 755px;

  overflow: auto;

  width: 100%;

}



.main-content {

  height: 350px;

  /*width: 755px; */

  /*width: inherit; */

  /*margin-left: 200px; */

  width: 50%;

  margin: auto;

}



.page-footer {

  background-color: #333333;

  box-sizing: border-box;

  height: 75px;

  margin: 0;

  padding: 0 20px 0 80px;

  width: 100%;

}



.page-footer-copyright {

  color: #8cb5c8;

  font-size: 10px;

  float: right;

  line-height: 75px;

}



.title, .title-nuance, .title-nuance-registered-mark {

  color: #8cb5c8;

  font-weight: bold;

  font-size: 65px;

}



.title-nuance, .title-nuance-registered-mark {

  font-weight: normal;

  font-size: 60px;

}



.title-nuance-registered-mark {

  font-size: 15px;

  line-height: 40px;

  margin-left: -20px;

  vertical-align: top;

}



.user-feedback {

  background-color: #e8e9eb;

  color: #515151;

  display: inline-block;

  height: 40px;

  line-height: 40px;

  padding: 0 10px 0 10px;

  margin-bottom: 10px;

  visibility: hidden;

  width: auto;

  font-size: 14px;

}



.user-feedback.active {

  visibility: visible;

}



.kc-login-form {

  display: none;

}



.kc-social-providers {

  vertical-align: top;

  display: inline-block;

  margin-top: 10px;

  padding-left: 40px;

  border-left: 1px solid #9bc1e3;

  padding-top: 10px;

}



.kc-social-providers ul {

  padding: 0;

  margin: 0;

}



.kc-social-providers ul li {

  list-style: none;

  height: 26px;

  border: 2px solid #FFFFFF;

  border-radius: 2px;

  color: #FFFFFF;

  font-family: Arial;

  font-size: 14px;

  font-weight: bold;

  background: #1a6b96;

  text-align: center;

  line-height: 26px;

  font-size: 14px;

  font-weight: bold;

  min-width: 117px;

  margin-bottom: 10px;

  padding: 0 10px;

}



.kc-social-providers ul li a {

  font-size: 14px;

  font-weight: bold;

}



.totp-instruction-container {

  display: inline-block;

  vertical-align: top;

  color: #ffffff;

  margin-left: 5px;

}



.verification-title {

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 5px 0;

}



.verification-instruction {

  font-size: 14px;

  margin: 0;

}



.information-main-container {

  margin-bottom: 11px;

}



.kc-totp-settings-main-conatiner {

  padding-left: 16px;

  font-size: 14px;

  color: white;

  margin: 21px 0 0 0;

}



.list-margin {

  margin-bottom: 20px;

}



.icon-mobile-without-key {

  background-image: url("../img/device_without_key_icon.png");

  width: 31px;

  height: 52px;

}



.kc-totp-qr-code {

  width: 150px;

  height: 150px;

}



.unable-to-scan-text {

  margin: 5px 0 20px -16px;

  font-size: 14px;

}



.unable-to-scan-text a {

  font-size: 14px;

}



.label {

  margin: 20px 0 0 0;

}



.code-main-container {

  margin-bottom: 5px;

}



.no-margin-bottom {

  margin-bottom: 0;

}



.hidden {

  display: none;

}



.instruction-main-container {

  margin: 50px 0 43px 0;

}



.instruction-main-container .verification-title {

  margin-bottom: 5px;

}



.bold-font {

  font-weight: bold;

}



.totp-instruction-main-container {

  margin: 10px 0 11px 0;

}



input[type="text"], input[type="password"] {

  height: 26px;

  width: 300px;

  border: 1px solid #CCCCCC;

  background-color: #FFFFFF;

  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);

  font-size: 14px;

}



input[type="text"]:focus, input[type="password"]:focus {

  border: 1px solid #7CBCF1;

  background-color: #FAFAFA;

  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13), 0 0 4px 0 rgba(117, 185, 240, 0.76);

}



.no-margin {

  margin: 0;

}



.entry-mode a {

  font-size: 14px;

  display: inline-block;

}



.mode-entry-container {

  margin-left: -16px;

}



.white-circle {

  display: inline-block;

  width: 14px;

  height: 14px;

  border-radius: 50%;

  border: 1px solid white;

  background: white;

  position: relative;

  border: 1px solid #9C9C9C;

}



.small-gray-circle {

  width: 6px;

  height: 6px;

  background: black;

  border-radius: 50%;

  position: relative;

  top: 4px;

  background-color: #686D71;

  left: 4px;

}



.inline-block-container {

  display: inline-block;

}



.entry-mode {

  vertical-align: top;

  margin: 0 8px 0 4px;

}



.submit-button.disabled, .submit-button:disabled, .submit-button[disabled] {

  background: #cccccc;

  border: 1px solid #cccccc;

  color: #ffffff;

  cursor: default;

}



.action-link {

  color: #ffffff;

  font-size: 12px;

  font-weight: normal;

  cursor: pointer;

  margin-top: 16px;

}



.organization-selection-container {

  margin-top: 30px;

}



.organization-selection-container label {

  display: inline-block;

  font-size: 14px;

  padding: 0 9px 0 0;

}



.organization-name-input.disabled {

  background: #dddddd;

  cursor: not-allowed;

}



.access-disabled {

  border: 1px solid #999999;

  background-color: #cccccc;

  color: #666666;

  cursor: not-allowed;

}

.password-wrapper {
  position: relative;
  display: inline-block;
}

.password-wrapper input {
  box-sizing: border-box;
  padding-right: 30px;
  width: 314px;
  height: 30px;
}

.neam-show-hide-password {
  position: absolute;
  right:30%;
  top:44%;
  transform: translateY(-50%);
  width:20px;
  height: 20px;
  background-image: url("../img/show.png");
  background-size: cover;
  cursor: pointer;
}

.neam-show-hide-password.hide {
  background-image: url("../img/hide.png");
  background-size: cover;
}

.password-container {
  display: ruby;
}

.password-update {
  top: 59%;
  right: 4%;
}

.password-tooltip {
  position: absolute;
  background: rgba(0,0,0,0.3);
  padding: 3px 6px 1px 6px;
  border-radius: 100%;
  font-size: 15px;
  color: #ffffff;
  transform: translate(-2px, 10px);
  cursor: pointer;
}

.password-tooltip::before, .password-tooltip::after {
  position: absolute;
  left: 50%;
  opacity: 0;
}

.password-tooltip::before {
  content: "";
  border-width: 10px 8px 08px;
  border-style: solid;
  border-color: transparent rgba(0,0,0,0.3) transparent transparent;
  transform: translate(8px, -1px);
  visibility: hidden;
}

.password-tooltip::after {
  content: attr(data-tooltip);
  background: rgba(0,0,0,0.3);
  transform: translate(24px, -9px);
  font-size: 14px;
  width: 192px;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  visibility: hidden;
}
  
.password-tooltip:hover::before, .password-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.password-tooltip.show::before, .password-tooltip.show::after {
  opacity: 1;
  visibility: visible;
}

.page-footer-links {
  color: #8cb5c8;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}