.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.cea-public-header {
    margin-bottom: auto;
}

.subtitle {
    font-size: 12pt;
}

.component-parent {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.alert {
    color: white;
    margin-bottom: 25px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.alert-info {
    background-color: rgb(50, 77, 194);
}

.alert-success {
    background-color: lightgreen;
    color: black
}

.alert-warning {
    background-color: rgb(214, 214, 7);
    color: black
}

.alert-error {
    background-color: red;
}

.bi {
    font-size: 15pt;
    margin-right: 15px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.public-footer {
    margin-top: auto;
}

.login-card {
    background: #ffffff;
    margin: 25px auto;
    padding: 20px;
    max-width: 850px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
    border-bottom: 10px solid #145fac;
}

.wide-login-card {
    max-width: 992px;
}

.card-login header h1 {
    line-height: normal;
    color: black;
    font-weight: normal;
    font-family: inherit;
}

.login-alert {
    font-size: 10pt;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
}

.login-text-input {
    font-size: 13pt;
    height: auto;
    border-radius: 6px;
}

#kc-page-title {
    text-align: center;
    margin: 15px 0;
    font-weight: 600;
    font-size: 28px;
}

.btn:hover {
    background-color: green;
    border: 2px solid green;
    color: #ffffff;
}

.btn:active {
    background-color: green;
    transform: translateY(4px);
}

.btn-login {
    color: white;
    background-color: #f39234;
    font-size: 12pt;
    min-height: auto;
    border-radius: 12px;
}

.login-idp-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.btn-idp {
    background-color: #f39234;
    color: #000000;
    border: 2px solid #f39234;
    font-size: 11pt;
    border-radius: 12px;
    padding: 15px 20px;
    margin: 20px 12px;
    width: 202px;
    min-height: 82px;
    white-space: pre-wrap;
    font-weight: bold;
}

.btn-idp-label {
  margin: 20px 12px 12px 0px;
  width: 202px;
  white-space: pre-wrap;
  font-weight: bold;
  text-align: left;
  font-size: 24px;
}

.btn-idp-placeholder {
  padding: 0px 60px 0px 60px;
}

.no-border {
  border: 0px;
}

.login-label {
    font-weight: bold;
}

.login-social-label {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0 24px 0;
    font-size: 10pt;
}

.login-social-label::before, .login-social-label::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

#kc-totp-settings {
    padding: 0 32px;
    margin-bottom: 30px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

@media (max-width: 280px) {
    .wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login-container .login-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-container .login-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-container .login-social-section .login-social-link:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .content-container {
        min-height: 60vh;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .login-container .login-social-link {
        margin-bottom: 10px;
    }
    .login-container .login-social-link a {
        padding: 2px 0;
    }
    form#kc-select-back-form div.login-social-section {
        padding-left: 0;
        border-left: 0;
    }
    .login-info p {
        text-align: center;
        font-size: 1.4rem;
        color: #212121;
        margin: 10px 0 25px;
    }
    .login-footer-wrapper {
        margin-top: auto;
    }
}



.nav-tabs .nav-link {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link:not(:last-child) {
  margin-right: 2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 2px solid #145fac;
  color: #145fac;
}

a.nav-link {
  color: #3b3b3b;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #3b3b3b;
  color: #3b3b3b;
}

.tab-content {
  min-height: 494px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#kc-attempted-username {
  font-weight: bold;
  font-size: 18pt;
  margin-bottom: auto;
}
