input:focus {
  box-shadow: 0 0 0 2px #fff,0 0 0 4px #1371b9,0 0 0 6px #fff;
  outline: none;
}

button:focus {
  box-shadow: 0 0 0 2px #fff,0 0 0 4px #1371b9,0 0 0 6px #fff;
  border-radius: 4px;
  outline: none;
}

a:focus{
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1371b9, 0 0 0 6px #fff;
  border-radius: 4px;
  outline: none;
}

.signinbtn {
  background: #1371b9;
  color: #fff;
  border: 1px solid #1163a2;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 10px 15px 13px;
  cursor: pointer;
  -webkit-appearance: none;
}

.signinbtn:hover {
  background: #1163a2;
}

.samlLoginDropdown {
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border: #c6c6c6 1px solid;
  border-radius: 4px;
  color: black !important;
  display: inline-block;
  padding: 11px 0;
  background-color: #f4f4f4;
  position: relative;
  text-align: center;
  width: 250px;
  appearance: none;
  /*For safari bug: https://stackoverflow.com/questions/11182559/text-align-is-not-working-on-safari-select*/
  text-align-last: center;
}

.samlLogin {
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border: #c6c6c6 1px solid;
  border-radius: 4px;
  color: black !important;
  display: inline-block;
  padding: 11px 0;
  background-color: #f4f4f4;
  position: relative;
  text-align: center;
  width: 250px;
}

.samlLogin:hover,
.samlLoginDropdown:hover {
  cursor:pointer;
}

.samlLogin:hover,
.passwordResetButton:hover {
  background-color: #808080;
  color: #ffffff !important;
}

.passwordResetButton {
  vertical-align: top;
  appearence: button;
  -moz-appearance: button;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border: #C6C6C6 1px solid;
  color: black;
  display: inline-block;
  background-color: #f4f4f4;
  position: relative;
  min-width: 100px;
  height: 22px;
  text-align: center;
  padding-top: 2px;
  border-radius: 4px;
  cursor: pointer;
}

.login-text-input {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 7px 8px 9px 8px;
  font-size: 14px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

#lineSeparator {
  padding-left: 25px;
  width: 250px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  padding-left: 25px;
  padding-top: 6px;
  font-family: Roboto;
  font-size: 12px;
}

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

.separator:not(:empty)::before {
  margin-right: 4px;
}

.separator:not(:empty)::after {
  margin-left: 4px;
}

.line-center {
  padding: 0 5px;
  background: #fff;
  font-size: 15px;
}

.statusmsg {
  color: #cb242b;
  font-size: 14px;
  padding-top: 10px;
}

.errorMessage {
  color: #cb242b;
  font-family: Roboto;
  font-size: 14px;
  margin-top: 12px;
}

.helpButtonList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.helpButtonItem {
  padding-bottom: 4px;
}
.forgotpasswd {
  text-decoration: none;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1371b9;
  text-align: left;
  cursor: pointer;
}

.login-help-link {
  font-weight: 500 !important;
}

.alert{
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  border-left: 8px solid #1371b9;
  color: #252525;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto;
  display: block;
  background: #d5dec6;
  border-color: #547a1a;
}

.helpDialog {
  border-color: #252525;
  background-color: #fff;
  box-shadow: 0 3px 3px #0000000f;
  border-radius: 4px;
  border-width: 0px;
  width: 300px;
  max-height: 100%;
  padding: 0;
  margin: auto;
}

.a11yDialog {
  border-color: #252525;
  background-color: #fff;
  box-shadow: 0 3px 3px #0000000f;
  border-radius: 4px;
  border-width: 0px;
  width: 410px;
  max-height: 100%;
  padding: 0;
  margin: auto;
}

.helpDialog::backdrop, .a11yDialog::backdrop{
  background-color: #000;
  opacity: .5;
}

.helpForm {
  padding: 20px;
}

.dialogContent {
  color: #252525;
  background-color: #ffffff;
  font-size: 14px;
  font-family: Roboto;
  font-weight: normal;
  padding: 13px 15px;
  line-height: 14px;
}

.dialogHeader {
  background-color: #f4f4f4;
  color: #252525;
  padding: 0px 20px;
  border-radius: 4px 4px 0 0;
  display: flex;
  height: 47.5px;
  font-size: 12px;
}

.dialogFooter {
  background-color: #f4f4f4;
  color: #252525;
  padding: 0px 20px;
  border-radius: 4px 4px 0 0;
  text-align: right;
  height: 60px;
  display: flex;
  justify-content: end;
}

.button-group {
  margin-right: 0;
  text-align: right;
  display: block;
  align-self: center;
}
.buttonDefault {
  user-select: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #808080;
  padding: 13px 15px;
  height: 39px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Roboto;
  margin: 2px;
}

.buttonDefault:hover {
  background: #e1e1e1;
}

.sr-only{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.buttonPrimary {
  background: #1371b9;
  border-color: #1163a2;
  color: #fff;
}

.closeButton {
  width: 27.15px;
  height: 27.15px;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  color: #252525;
  font-family: roboto;
  font-size: 22px;
  font-weight: 500;
  align-self: center;
  padding: 0px;
  border-radius: 4px;
}

.userNameToggle, .passwordToggle, .helpToggle {

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1371b9;
}

.captcha-help {
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #1371b9;
  width: 20em;
}

a:link, a:visited {
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #1371b9;
}
.login-info-button-portal {
  border: none;
  background: none;
  padding: 0px;
  display: inline-flex;
  font-family: initial;
  margin-top: 5px;
  margin-bottom: 1px;
}
.info-circle-portal {
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 50px;
  background-color: #1371b9;
  color: #ffffff;
  margin-bottom: 0px;
}

.login-info-button-sis {
  border: none;
  background: none;
  display: inline-flex;
  font-family: initial;
  margin-top: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}

.info-circle-sis {
  font-size: 12px;
  padding: 1px 7px;
  border-radius: 50px;
  background-color: #1371b9;
  color: #ffffff;
  margin-bottom: 0px;
  margin-right: -3px;
  margin-left: -3px;
}

