/* title bar */
#ndaLoginDialog {
  padding: 0;
  border-radius: 0;
  text-align: center;
  outline: thin solid;
}

#ndaLoginDialog .ui-dialog-title {
  margin-left: 31px;
}

#ndaLoginDialog .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ndaLoginDialog .row .col {
  text-align: center;
}

#ndaLoginDialog .login-container {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  width: 600px;
  height: 500px;
  border: 0;
  background-color: #F3F4F5;
  padding: 0;
}

#ndaLoginDialog .login-container #top-row {
  margin: 0 auto;
  text-align: center;
  justify-content: left;
  align-items: center;
  padding: 10px 0;
}

#brain-col {
  float: left;
}

.title-image {
  padding-right: 10px;
}

#welcome-text {
  color: #1A5595;
  font-size: 2.5em;
  text-align: right;
  padding-bottom: 0;
  font-weight: bolder;
}

#ndaLoginDialog .login-container #intro-row {
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#ndaLoginDialog .login-container #middle-row {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

#ndaLoginDialog .login-container #middle-row .id-col {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 60px;
  width: 100px;
}

.button-row {
  padding-top: 5px;
  padding-bottom: 10px;
}

.button-col {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}

#ras-login-btn.ui-button-outlined {
  background: #1A5595;
  width: 100%;
  color: white;
}

#login-gov-signup-btn.ui-button-outlined {
  background: white;
  width: 100%;
  color: #1A5595;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

#bottom-row {
  margin-top: 10px;
  background-color: white;
}
#bottom-row .warning {
  text-align: justify;
  text-justify: inter-word;
  font-size: 0.75em;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
}
#bottom-row .warning .warning-title {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.intro-text {
  text-align: left;
  text-justify: inter-word;
  line-height: 1.5em;
  font-weight: normal;
  margin: auto;
}

#intro-text1 {
  font-size: 1.2em;
  font-weight: bolder;

}

#intro-text2 {
  font-size: 1.2em;
  padding-top: 5px;
}

.intro-text a {
  text-decoration: none;
  color: #1A5595;
}
.intro-text a:hover {
  color: #222 !important;
}

.id-text {
  text-align: center;
  text-justify: inter-word;
  line-height: 1em;
  font-weight: normal;
  font-size: 1em;
  margin: auto;
  padding-top: 5px;
  display: block;
  padding-bottom: 10px;
}

.pad-l-r-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.pad-l-r-0 {
  padding-left: 0;
  padding-right: 0;
}

#divider-cell {
  width: 10px !important;
  border-right: 1px solid grey;
  height: 295px;
  padding: 0 !important;
}

#login-cell {
  height: 275px;
}
#login-cell .ndar-login {
  width: 250px;
  margin: auto;
}
#login-cell .ndar-login .login-form-fields {
  margin-top: 15px;
  text-align: left;
  margin-bottom: 15px;
}

.form-group label {
  font-size: 0.95em;
}
.form-group input {
  width: 100%;
}

.align-center {
  text-align: center;
}

.required::after {
  content: "*";
  color: red;
}

/* labels */
.login-form-label {
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
}
.login-form-label::after {
  content: "";
  background-image: url(/images/login/info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 10px;
  right: 5px;
  margin-left: 8px;
  margin-top: 2px;
  display: inline-block;
  cursor: pointer;
}

#ndaLoginButton, #ndaLoginButton:focus #ndaLoginButton:hover {
  width: 145px;
  background: #205493 none !important;
  color: white;
  border: solid 1px transparent;
  border-radius: 3px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
}

#ndaResetPasswordButton, #ndaResetPasswordButton:focus #ndaResetPasswordButton:hover {
  width: 145px;
  background: #205493 none !important;
  color: white;
  border: solid 1px transparent;
  border-radius: 3px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
}

.m-a {
  margin: auto;
}

.a-link {
  padding: 3px;
}
.a-link a {
  color: #205493;
  font-size: 0.95em;
  font-weight: normal;
}

.decline-title {
  margin: 15px auto auto;
  font-size: 0.85em;
  font-weight: 600;
}

.decline-title a {
  text-decoration: none;
  color: #1A5595;
}

.decline-title a:hover {
  color: #222 !important;
}

/*# sourceMappingURL=login-dialog.css.map */