.login-pf body {
    background: #fff;
}
.login {
    margin: auto;
    float: none;
    width: 75%;
}
@media (max-width: 768px) {
    .login {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login {
        width: 75%;
    }
}
/* width */
#kc-container ::-webkit-scrollbar {
    width: 10px;
}
.header-search-form input#s {
    border: 0px;
}
.header-search-form.active input#s {
    border: 1px solid #777;
}
.swoop-header-wrapper .page-header-title {
    margin-bottom: 0px;
}
.page-header .page-header-content {
    z-index: 0;
    position: absolute;
    width: 100%;
}

.utility-bar span.header-tag {
    font-size: 14px;
}

#utility-navigation .ozz-menu-utility li a {
    font-size: 12px;
}

section,
.page-section,
.section {
    padding-top: 0px;
}
.swoop-header-wrapper .page-header-title {
    top: 0px;
}
.swoop-header-wrapper .container {
    height: 10px;
}
/* Track */
#kc-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 15px;
    background-color: #4a484a;
}
/* Handle */
#kc-container ::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 15px;
}
.entry-header .page-header.page-header--swoop {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.kc-container div.ph-3
    /* Handle on hover */
#kc-container ::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}
#kc-container .form-control,
#kc-container .comment-form input[type='text'],
#kc-container .comment-form input[type='email'],
#kc-container .comment-form input[type='url'],
#kc-container .comment-form textarea,
#kc-container .search-form .search-field,
.kc-pre-scrollable {
    border-radius: 4px;
}
div#kc-content-wrapper {
    display: block !important;
}
#kc-container .form-group,
.comment-form p,
.search-form label {
    /*margin-bottom: 5px; !*edited for LOG-142*!*/
    padding: 6px 14px;
}
@media(min-width: 768px) {
    .accountPadding {
        padding: 6px 120px !important;
    }
}

div#kc-side-panel h4 {
    font-weight: bold;
}

#kc-container .info-danger {
    color: #ec3540;
}
#kc-container .info-warning {
    color: #f4b503;
}
#kc-container .info-info {
    color: #4d87ca;
}
#kc-container .info-success {
    color: #4dca62;
}
#kc-container .alert-danger,
#kc-container .alert-warning,
#kc-container .alert-info,
#kc-container .alert-success {
    background-color: #fff;
    border-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
}
@media (min-width: 768px) {
    .kc-side-panel {
        width: 260px !important;
        float: right !important;
        color: #0073c8;
        position: absolute !important ;
        right: -150px !important;
    }
}

@media (max-width: 768px) {
    .kc-side-panel {
        color: #0073c8;
    }
}

@media (min-width: 768px) {
    .error-kc-side-panel {
        width: 260px !important;
        float: right !important;
        color: #0073c8;
        position: absolute !important ;
        right: -120px !important;
    }
}

@media (max-width: 767px) {
    .error-kc-side-panel {
        color: #0073c8;
        margin-top: 20%;
    }
 }



.kc-feedback-text {
    color: #000;
    padding-left: 10px;
    display: inline-block;
}

#feedbackInfo, #pilotFeedbackInfo {
    padding: 0 1em;
}

#feedbackInfo > div, #pilotFeedbackInfo > div {
    display: flex;
    align-items: baseline;
}

#kc-form-options {
}

#kc-form-options .kc-pre-scrollable {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 30px;
}
.kc-pre-scrollable-inner {
    width: auto;
    margin: 5px;
    padding: 10px;
    font-size: 11px;
}
.kcHelperWrapperClass {
    text-align: center;
    line-height: 30px;
    /*padding-top: 30px;  Edited for LOG-142*/
}

.kcHelperWrapperClass > a {
    font-size: 1.2em;
    color: #0071ce;
}

#kc-form-buttons .btn-default,
#kc-social-providers .btn-default {
    border-width: 3px;
    border-color: #22517b;
    color: #22517b;
    background: white;
    border-radius: 6px;
}
#kc-form-options .checkbox {
    margin-bottom: 15px;
}
#kc-form-options .checkbox {
    display: flex;
}

#kc-form-options .checkbox label {
    margin: 0;
}

#kc-form-options .checkbox input[type='checkbox'] {
    margin-left: 0;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 20px;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 1px 11px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
    border-color: #b3d3e7;
}

#kc-locale-dropdown a {
    color: #fff;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

a#kc-current-locale-link::after {
    content: '\2c5';
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
    color: #000;
}
.zocial,
a.zocial {
    color: #000;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
    display: none;
}

#kc-logo-wrapper {
    background-image: url('../img/keycloak-logo.png');
    background-repeat: no-repeat;

    height: 57px;
    width: 125px;
}

div.kc-logo-text {
    background-image: url('../img/keycloak-logo-text.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 38px;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #fff;
    overflow: visible;
    padding-left: 80px;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
    display: none;
}

#kc-content {
    position: relative;
}

/*#kc-content-wrapper {
    overflow-y: hidden;
}*/

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#terms {
    margin-top: 1px;
}

.kc-privacy-text {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color:#808080;
    padding-left: 20px;
}

.kc-privacy-title {
    font-size: 11px;
    font-weight: bold;
    color:#575656;
    font-style: italic;
    padding-left: 20px;
    margin-top: 100px;
}

.privacy {
    margin-top: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding: 0;
}

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 0;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 30px;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

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

#kc-social-providers li {
    display: block;
    margin-top: 5px;
}

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

.zocial {
    width: 150px;
}

.zocial:hover {
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: 'Open Sans', sans-serif;
    font-weight: normal;

    box-shadow: none;
    text-shadow: none;
}

.zocial.google {
    background-color: #dd4b39 !important;
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.microsoft:hover,
.zocial.stackoverflow:hover,
.zocial.linkedin:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {
    background-color: #0052a4;
    color: #fff;
}
.zocial.microsoft:before {
    content: '\f15d';
}

#ConfluenceLogin > #ConfluenceContent > h1,
#ConfluenceLogin > #ConfluenceContent {
    font-size: 12px !important;
}

#ConfluenceLogin > #PilotContent > h1,
#ConfluenceLogin > #PilotContent {
    font-size: 12px !important;
}

#PilotContent {
    margin-left: 10px;
}

/* Footer css */
.list-inline {
    display: flex;
    justify-content: space-between;
}

.list-inline li > a {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

.site {
    min-height: 100%;
    padding-bottom: 80px;
}

.footer-container {
    bottom: 0;
    position: fixed;
    width: 100%;
   /* height: 72px;*/
}

.footer-hhs-banner {
    padding-bottom: 9px;
    padding-top: 9px;
}

@media (min-width: 768px) {
    .login-pf body {
        background: #eeeeee;
    }
    #kc-container-wrapper {
        width: 100%;
    }

    #kc-logo-wrapper {
        position: absolute;
        top: 50px;
        right: 50px;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        width: 200px;
        left: -230px;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    div#kc-side-panel {
        float: unset;
    }
    #kc-logo-wrapper {
        background-position: center;
        width: 100%;
        margin: 20px 0;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: center;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: inline-block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 10px;
        right: 0px;
        text-align: right;
        z-index: 9999;
    }
}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        top: 20%;
    }
}
