﻿body {
  min-height: 935px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*this hides okta widget help link*/
.js-help-link {
  display: none;
}

#okta-sign-in {
  margin-top: 0;
}

.heading {
  color: #002f6c;
  font-weight: 400;
  font-size: 20px;
}
.heading.sub-heading {
  color: #b1b1b1;
  font-size: 15px;
}

.sso-logo {
  max-width: 250px;
  padding: 30px 20px 15px 20px;
}
.sso-logo.registration {
  padding-left: 0;
}
.sso-logo.contact-support {
  padding: 0;
  max-width: 210px;
}

.form-control {
  font-size: 15px; /*bootstrap override*/
}

.sso-container {
  margin-top: 10%;
  margin-bottom: 10%;
}
.sso-container.contact-support {
  margin-top: 20%;
  margin-bottom: 20%;
}
@media screen and (max-width: 767px) {
  .sso-container.contact-support {
    margin-top: 35%;
    margin-bottom: 35%;
  }
}

a {
  font-size: 15px;
  font-weight: 600;
  color: #002f6c;
}
a:hover, a:active {
  color: #9d2235;
}

.page-container {
  background-color: #fff;
  padding: 15px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-container.registration {
  padding: 30px;
}
.page-container.registration label {
  font-size: 15px;
  margin-bottom: 0;
}
.page-container.registration input, .page-container.registration select {
  margin-bottom: 16px;
}
.page-container.contact-support {
  padding: 40px;
}

.contact-support p {
  font-size: 14px;
}

.profile-heading-container {
  padding-left: 20px;
}

.display-only {
  font-size: 13px;
}

.return-container {
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .return-container {
    padding: 20px 0;
  }
  .profile-content-container {
    border-left: 4px solid #e6e7e8;
    padding-left: 45px;
  }
}
.sso-btn {
  color: #fff;
  background-color: #002f6c;
  border: none;
  padding: 8px 10px;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  width: 45%;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}
.sso-btn:hover, .sso-btn:disabled {
  background-color: #001939;
}
.sso-btn:focus {
  outline: none;
}
.sso-btn.sm-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  width: 100%;
  margin: 10px 0 5px 0;
}
.sso-btn.password-toggle {
  height: 36.5px;
  width: 60px;
  margin: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.sso-btn.password-toggle.profile {
  font-weight: 200;
}

.sso-btn-gray {
  background-color: #bbb;
}
.sso-btn-gray:hover, .sso-btn-gray:disabled {
  background-color: #d5d5d5;
}

.registration-instructions {
  font-size: 14px;
}

.registration-alert {
  color: #9d2235;
  font-weight: 700;
}

.registration-help {
  padding-top: 18px;
  font-size: 12px;
  line-height: 22px;
  color: #808080;
}

/* Chrome, Safari, Edge, Opera */
#registrationEntityId::-webkit-outer-spin-button,
#registrationEntityId::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#registrationEntityId {
  -moz-appearance: textfield;
}

.feedback-success {
  margin-top: 26px;
  color: #7d912d;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
}

.feedback-error {
  margin-top: 10px;
  color: #e82609;
  font-weight: 600;
  font-size: 16px;
}
.feedback-error.profile {
  font-size: 15px;
}

.input-invalid {
  border-color: #e82609;
}

.label-invalid {
  color: #e82609;
}

.feedback-container {
  margin-top: 10px;
  font-size: 15px;
  min-height: 44px;
}

.login-spacer {
  height: 50px;
}

.maint-msg {
  border-radius: 3px;
}

@media screen and (min-width: 601px) {
  .maint-msg {
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
  }
}
.do-not-know-reg-id-container {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 15px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.v-error-msg i {
  margin-right: 3px;
}
.v-error-msg ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.shared-account-msg {
  font-size: 14px;
}
.shared-account-msg i {
  color: #eb7621;
}

.ie-message {
  display: none;
  font-size: 14px;
}
.ie-message a {
  font-size: 14px;
}
.ie-message ul {
  padding-left: 15px;
}
.ie-message ul li div {
  display: inline-block;
  width: 150px;
}
