/* Split the screen in half */
.fii-login-layout {
    display: flex;
    min-height: 100%;
}

.login-pf{
    background: none;
}

/* Footer*/
#login-footer {
    background-color: #ADADAC;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0% !important;
    z-index: 1 !important;
    display: table;
}

.footertext {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* Control the left side */
.split-left {
    display: flex;
    align-items: center;
    background-color: #314257;
    max-width: 70%;
}

/* Control the right side */
.split-right {
    background-color: #f7f8fe;
    /*overflow: hidden !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow:1;
}

#kc-header {
    min-width: 25em;
}

#kc-username {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Login Card Layout*/
.card {
    border-color: rgb(218, 220, 224);
    border-style: solid;
    border-width: 0.063em;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,.08);

    margin-left: auto;
    margin-right: auto;

    transition: 0.3s;
    padding: 1em;
    background: white;
}

.select-auth-box-arrow {
    margin-right: 2em;
    margin-left: 2em;
}

.select-auth-box-icon {
    margin-right: 2em;
    margin-left: 2em;
    align-items: center;
}

.footer-class {
    width: 100%;
    margin: 0 auto;
    display: inline;
}

.right-align {
    float: right !important;
}

.left-align {
    float: left !important;
}

.input-wrapper {
    margin-bottom: 5px;
}

.login-reset-password {
    text-align: right !important;
    margin-top: 1em;
}

.width-50 {
    width: 50% !important;
}

.width-100 {
    width: 100% !important;
}

.link {
    padding: 0.5em 0.25em 0.5em 0.25em;
    font-weight: 300;
    color: #4d5258;
}

.link:hover {
    color: #4d5258 !important;
    text-decoration: none;
}

#kc-form-login div.form-group:last-of-type {
    margin-bottom: 15px;
}

#kc-select-try-another-way-form .form-group {
    margin-bottom: unset;
}

/* Locale Dropdown */
#kc-locale:hover ul {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    height: 9.5em;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 0.313em 0.875em;
    color: #000 !important;
    text-decoration: none;
}

a#kc-current-locale-link::after {
    content: "\25BC";
    margin-left: 0.25em;
}

.round-border {
    border-radius: 0.25em !important;
}

.zocial:before {
    color: white;
    transition: 0.2s
}

.zocial:hover {
    opacity: 0.9;
}

.social-text {
    color: white !important;
    /*font-weight: bold;*/
}

.social-divider {
    padding: 1em 0 0.5em 0;
}

.social-container {
    margin: 0.5em 0 0.5em 0 !important;
    border-radius: 0.250em;
}

.google {
    background-color: #4285F4;
}

.facebook {
    background-color: #4267B2;
}

.twitter {
    background-color: #1DA1F2;
}

/* Logo CSS*/
#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-image: url(../img/HUD-White-Logo.png) !important;
    background-size: contain !important;
    background-position: center !important;
    height: 3em;
    margin: 0 auto;
}

.login-pf-page {
    padding-top: 0;
    max-width: 29em;
    margin-inline: 2em;
}

.login-icon-header-wrapper {
    padding: 1rem !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Left Screen Custom Message */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.custom-text-position {
    text-align: left;
    margin-inline: 3em;
}

.custom-message {
    color: #c5d4e6;
    font-size: 2rem;
    width: 100%;
    line-height: 32px;
}

#custom-message-header {
    font-size: 4rem;
    padding-bottom: 1em;
    font-weight: bold;
    color: white;
    line-height: 60px;
}

.remember-me-link {
    width: 50% !important;
    float: left !important;
}

.reset-password-link {
    color: #00857a !important;
}

.reset-password-link:hover,
.reset-password-link:active,
.reset-password-link:visited {
    color: #00857a !important;
    opacity: 0.8;
}

.btn {
    border-radius: 0.375rem;
}

.btn-primary {
    background-color: #fff200 !important;
    border-color: #fff200;
    background-image: none;
    color: black;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #b2a900 !important;
    background-image: none;
}

html, body {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.claim-account-section {
    margin-top: 1.5em;
    border-top: 0.063em solid;
    border-color: rgb(218, 220, 224);
    padding: 1.5em 0 0 0;
    text-align: center;
}

.first_time_here_text {
    font-size: 1.5rem;
}

/* Unset italic placeholder font style */
::-webkit-input-placeholder {
    font-style: unset !important;
}

:-moz-placeholder {
    font-style: unset !important;
}

::-moz-placeholder {
    font-style: unset !important;
}

:-ms-input-placeholder {
    font-style: unset !important;
}

.pin-msg-div {
    width: 100%;
    padding: 1em 2em 1.25em 2em;
    text-align: center !important;
}

#kc-logo-wrapper {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

#kc-content-wrapper {
    margin-top: unset;
}

#kc-page-title {
    margin-top: 20px;
}

.login-icon-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    background-color: #00857a;
}

.login-pf-page .btn-primary {
    width: 100%;
}

#kc-info {
    margin: 1.5em 0 0 0;
}

#kc-info-wrapper {
    border-radius: 0.5rem;
}

#kc-attempted-username {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-c-form-control {
    font-family: inherit;
    border-radius: 0.5rem;
    border-color: color(srgb 0.8 0.8 0.8);
}

.pf-c-form-control:focus {
    border-color: #00857a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #00857a;
    border-bottom-width: 1px;
}

.pf-c-form-control:focus-visible {
    outline: unset;
}

.pf-m-control {
    border-radius: 0.5rem;
    border-color: color(srgb 0.8 0.8 0.8);
}

.pf-m-control:focus, .pf-m-control:hover {
    border-color: #00857a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #00857a;
    border-bottom-width: 1px;
}



.pf-m-control:focus-visible {
    outline: unset;
}

.pf-c-button {
    border-color: color(srgb 0.8 0.8 0.8);
    border-radius: 0.5rem;
}

.pf-c-button:after {
    border: unset;
}

/* OTP CSS */
.partitioned {
    padding-left: 1.25em;
    letter-spacing: 3.53em;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4.167em 0.083em;
    background-repeat: repeat-x;
    background-position-x: 2.917em;
    width: 26.5em;
    min-width: 26.5em;
    outline: none;
    margin-left: 2em;
    margin-top: 1.667em;
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 25.833em;
    overflow: hidden;
}

.opt-centered {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* Pin factor Config*/
.link_button {
    background: none;
    border: none;
    color: #0088ce;
}

.verify_button {
    /* Remove all decorations to look like normal text */
    background: #1A73E8 !important;
    color: white;
    border-radius: 4px;
    float: right !important;
    margin: 1em 0 0 0;
    min-width: 66px;
    min-height: 34px;
}

.link_button:hover {
    color: #0099d3;
    text-decoration: underline;
}

.pin_header {
    font-weight: normal;
    font-size: 18px;
}

.duo-header {
    margin-bottom: 1.5em;
}

.pin-delivery-method-header-div {
    padding-bottom: 2em;
    text-align: center !important;
}

.pin-delivery-method-header-label {
    text-align: center !important;
}

.pin_subheader {
    font-weight: normal;
    font-size: 1em;
}

.header-span {
    font-weight: normal;
    font-size: 20px;
}

.radio-btn {
    width: 16px;
    height: 16px;
    background: #EEEEEE;
}

.radio-btn-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle !important;
}

#reset-login {
    color: #1A73E8 !important;
}

@media only screen and (max-width: 767px) {
    .split-left {
        display: none;
    }

    #kc-header {
        padding-left: unset;
        padding-right: unset;
        min-width: 16em;
    }

    div.kc-logo-text {
        width: 200px;
    }
}

@media only screen and (max-width: 329px) {
    #kc-attempted-username {
        font-size: 16px;
    }

    .select-auth-box-arrow {
        margin-right: unset;
    }

    .select-auth-box-icon {
        display: none;
    }

    .select-auth-box-parent {
        padding: 1rem;
    }
}