@font-face {
    font-family: "Linotype Univers Condensed";
    src: url("../fonts/LinotypeUnivers-420Cn.woff2") format("woff2"), url("../fonts/LinotypeUnivers-420Cn.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Linotype Univers Condensed";
    src: url("../fonts/LinotypeUnivers-620CnBold.woff2") format("woff2"), url("../fonts/LinotypeUnivers-620CnBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


* {
    font-family: "Linotype Univers Condensed" !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.toolbar-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    width: 100%;
    overflow: hidden;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100.28 1094.89'%3E%3Cstyle%3E .st0 %7B fill: %2300214A; %7D .st1 %7B fill: %23002C5C; %7D .st2 %7B fill: %2300356C; %7D .st3 %7B fill: %23003D7C; %7D %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M982.61 544.69l-437.8-437.8L107 544.7l437.8 437.8 437.81-437.81z'/%3E%3Cpath class='st1' d='M940.93 544.69L544.81 148.57 148.68 544.7 544.8 940.82l396.13-396.13z'/%3E%3Cpath class='st2' d='M870.07 544.69L544.81 219.44 219.55 544.7 544.8 869.95l325.27-325.26z'/%3E%3Cpath class='st3' d='M749.6 544.69L544.81 339.9l-204.8 204.8L544.8 749.49l204.8-204.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: calc(100vw - 1500px) -1400px;
    background-color: #001437;
    background-size: 3000px;
    background-repeat: no-repeat;
}

.rs-logo-left {
    position: fixed;
    top: -10px;
    left: 50px;
    width: 300px;
}

.rs-logo-right {
    position: fixed;
    top: 13px;
    left: 260px;
    width: 50px;
}

.update-password-panel {
    height: 500px;
}

.login-image {
    width: inherit;
    margin-bottom: 20px;
}

.login-pf body {
    background: none;
}

.login-pf-page .card-pf {
    padding: 0;
    border-top: none;
}

h1#kc-page-title {
    margin: 0;
}

#kc-form-wrapper,
#kc-passwd-update-form {
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
}

#kc-form-buttons {
    min-width: 130px;
}

.pf-c-button.pf-m-primary {
    background-color: transparent;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(0, 155, 234, 0.5);
    color: rgb(0, 155, 234);

}

#kc-header {
    display: none;
}

#kc-content-wrapper {
    margin-top: 0;
}

#kc-content {
    position: absolute;
    top: 24%;
    width: auto;
    margin: 0 auto;
    box-shadow: var(--pf-global--BoxShadow--lg);
    max-width: 500px;
    border-color: var(--pf-global--primary-color--100);
}

.pf-c-form-control {
    border-radius: 4px;
}

.pf-c-form-control:focus {
    outline: 0px;
    border-color: rgba(0, 155, 234);
}

.kc-social-section {
    margin: 0 25% 5% 25%;
}