html {
    background-color: #555;
    box-sizing: border-box;
    font-size: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Univers-LT-Std-47-Light';
    src: url(UniversLTStd-LightCn.otf);
}

@font-face {
    font-family: 'fontawesome-alloy';
    src: url(fontawesome-alloy.woff);
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.login-pf body {
    overflow-x: hidden;
    background-image: none;
    background-color: #86A0B4;;
}

@media only screen and (min-width: 1280px) {
    .login-pf body {
        overflow-x: hidden;
        background-image: url("../img/prism_background_image.png");
        background-repeat: no-repeat;
        background-size: 50% 100%;
        background-position: right center;
    }
}

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

#kc-locale ul {
    display: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    border: 1px solid #e7e7ed;
    max-height: 500px;
    max-width: 240px;
    min-height: 40px;
    overflow: auto;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 240px;
    padding: 0.375rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #272833;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    right: 0;
    left: unset;
}

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

#kc-locale ul li a {
    display: block;
    background-color: #fff;
    font-weight: 600;
    color: #272833;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    padding: 0.5rem 1.25rem;
    clear: both;
    text-align: inherit;
    border: 0;
    font-size: 0.875rem;
}

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

#kc-locale ul li a img {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    border: 0;
    max-width: 100%;
    height: auto;
    color: #272833;
    white-space: normal;
    word-wrap: break-word;
}


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

#kc-current-locale-link {
    background: white;
    border: none;
}

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

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

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

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

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

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

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

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

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

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

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

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

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

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #CB2915;
}

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

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#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 0;
}

/* 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 0;
}

#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;
}

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

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

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    top: -3px;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width: 130px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    padding: 5px;

    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.zocial:hover {
    background: #ededed !important;
}

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

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

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}


@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

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

    #kc-locale {
        position: absolute;
        right: 0;
        text-align: right;
        z-index: 9999;
        margin-top: 6px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {


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

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #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: block;
        margin-right: 5px;
    }

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

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

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

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

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

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 20px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 40px 45px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }

    .card-pf {
        background: #fff;
        margin: 0 auto;
        padding: 40px 45px;
        max-width: unset;

        margin-top: 32px;
    }

}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }

    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }

    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

#wrapper {
    padding: 0;
    display: contents;
}

#banner {
    z-index: 1;
    padding-top: 10px;
    position: relative;
    background: #FFF;
    height: 80px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

@media only screen and (max-width: 767px) {
    #banner {
        padding-top: 0;
        height: 56px;
    }
}

#banner a:active, #banner a:hover, #banner a:focus {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    #banner .row {
        margin: 0px -7px;
    }
}

#banner .user-row {
    overflow: auto;
}

#banner .portlet-topper {
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    #banner .navbar-collapse {
        padding-right: 4px;
    }
}

#banner .navbar-toggle {
    margin: 12px 0 12px 6px;
    padding: 0;
}

#banner .navbar-wrapper {
    padding-top: 15px;
    position: relative;
    height: 80px;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    #banner .navbar-wrapper {
        height: 56px;
    }
}

#banner #heading .my-bd-logo {
    max-width: 290px;
    margin-bottom: -25px;
}

@media only screen and (min-width: 992px) {
    #banner #heading .my-bd-logo {
        margin-top: -4px;
    }
}

#banner #heading .my-bd-logo img {
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    #banner #heading .my-bd-logo {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    #banner #heading .my-bd-logo {
        max-width: 200px;
    }
    #banner #heading .my-bd-logo img {
        height: 40px;
    }
}


#banner #heading .site-name {
    color: #FFFFFF;
    font-size: 150%;
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    #banner #heading .site-name {
        letter-spacing: 2px;
        margin-left: 20px;
    }
}

#banner #heading .site-name {
    color: #FFFFFF;
    font-size: 150%;
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    #banner #heading .site-name {
        letter-spacing: 2px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #banner #navigationCollapse {
        font-size: 125%;
        margin-left: -15px;
        margin-right: -15px;
    }
}

#banner #navigationCollapse #navigation .input-container {
    position: relative;
}

#banner #navigationCollapse #navigation .portlet, #banner #navigationCollapse #navigation .portlet .portlet-body > .navbar {
    margin-bottom: 0;
}

#banner #navigationCollapse #navigation li.open > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#banner #navigationCollapse .navbar-blank > li > a {
    color: #FFFFFF;
}

#banner #navigationCollapse .navbar-blank > li:hover > a, #banner #navigationCollapse .navbar-blank > li.hover > a, #banner #navigationCollapse .navbar-blank > li.active > a, #banner #navigationCollapse .navbar-blank > li .dropdown-menu .active > a {
    color: #000;
}

@media only screen and (max-width: 767px) {
    #banner #navigationCollapse .nav > li > a {
        border-bottom: 1px solid #E1E1E1;
    }

    #banner #navigationCollapse .nav > li:last-child > a {
        border-bottom-width: 0;
    }
}

@media only screen and (min-width: 768px) {
    #banner .navbar-form {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #banner .navbar-form .input-text-wrapper {
        display: block;
    }
}

#banner .navbar-form .form-control {
    background-color: transparent;
    border-bottom-width: 1px;
    border-color: #D6DCE2;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    #banner .navbar-form .form-control {
        border-width: 0;
        width: 100%;
    }
}

#banner .navbar-form .search-select {
    margin-right: 40px;
    padding-right: 20px;
}

#banner .navbar-form .search-input {
    font-size: 16px;
    padding-right: 32px;
}

@media only screen and (min-width: 768px) {
    #banner .navbar-form .search-input {
        height: auto;
        max-width: 200px;
    }
}

#banner .navbar-form .field-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

#banner .navbar-form .field-wrapper a {
    color: #869CAD;
}

@media only screen and (min-width: 768px) {
    #banner .user-personal-bar {
        position: absolute;
        right: 20px;
        top: 0;
    }
}

#banner .user-personal-bar .panel-notifications-count {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
    #banner .user-personal-bar .panel-notifications-count {
        right: -15px;
    }
}

#banner .user-personal-bar .sign-in > a, #banner .user-personal-bar .user-avatar-link {
    display: block;
}

#banner .user-personal-bar .sign-in > a {
    line-height: 28px;
    padding: 15px 4px;
}

#banner .user-personal-bar .user-avatar-image {
    display: inline-block;
    vertical-align: text-bottom;
    width: 32px;
}

#banner .user-personal-bar .user-avatar-link {
    line-height: 0;
    padding: 18px 4px;
}

@media only screen and (min-width: 768px) {
    #banner .user-personal-bar .user-avatar-link {
        padding: 8px 0 8px 14px;
    }
}

@media only screen and (max-width: 979px) {
    #banner .user-personal-bar .panel-notifications-count {
        left: 2px;
        position: relative;
        top: 6px;
    }
}

#banner .user-personal-bar .icon-user, #banner .user-personal-bar .user-full-name {
    display: none;
}

@media only screen and (max-width: 767px) {
    #banner .navbar-nav {
        margin: 0 0;
        background-color: #f4f5f5;
        border-bottom: .0625rem solid #e0e0e0;
    }

    #banner .navbar-nav li {
        height: 35px;
        background-color: #f4f5f5;
        border-bottom: .0625rem solid #e0e0e0;
    }

    #banner .navbar-nav li a {
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #9a9b9b;
        font-size: 1.125rem;
        padding: .9375rem 3.125rem .9375rem 1.5rem !important;
    }

    #banner .navbar-nav li a img {
        display: inline-block;
        margin-right: 5px;
    }
}

#banner .lfr-nav-item .lfr-nav-child-toggle {
    line-height: 28px;
    margin-top: -14px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 4px;
    top: 50%;
}

@media only screen and (min-width: 768px) {
    #banner .lfr-nav-item .lfr-nav-child-toggle {
        padding: 0 0 0 8px;
        position: relative;
    }

    #banner .lfr-nav-item .lfr-nav-child-toggle .lexicon-icon {
        width: 8px;
    }
}

@media only screen and (max-width: 767px) {
    #banner .language-bar {
        position: absolute;
        right: 0px;
        top: 30px;
    }
}

#banner .language-bar button {
    border: none;
    padding: 2px 5px 5px 5px;
}

#banner .language-bar button img {
    display: inline-block;
    width: 25px;
}

#banner .language-bar .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1e3768;
}

body.skov #banner .language-bar .btn-default:hover {
    color: #0099D8;
}

#banner .language-bar .btn-default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #1e3768;
    box-shadow: none;
}

body.skov #banner .language-bar .btn-default:focus {
    color: #0099D8;
}

#banner .language-bar ul.dropdown-menu {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-radius: 0;
    box-shadow: none;
}

#banner .language-bar ul.dropdown-menu img {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    border: 0;
}

#banner .language-bar ul.dropdown-menu li a, #banner .language-bar ul.dropdown-menu li a.active, #banner .language-bar ul.dropdown-menu li a:active {
    background-color: #fff;
}

#banner .language-bar ul.dropdown-menu li a:hover, #banner .language-bar ul.dropdown-menu li a.active:hover, #banner .language-bar ul.dropdown-menu li a:active:hover {
    background-color: #F4F5F5;
}

#banner .language-bar.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

#footer {
    color: #FFF;
    bottom: 0;
}

@media (min-width: 601px) {
    #footer {
        position: absolute;
    }
}

#footer a {
    color: #808080;
}

#footer a:hover {
    color: #9A9B9B !important;
}

#footer .link {
    color: #FFF;
    text-decoration: none;
}

#footer .link:hover {
    color: #FFF !important;
}

#footer .link-wrapper {
    display: inline-flex;
    margin-top: 2.9rem;
}

@media only screen and (max-width: 1199px) {
    #footer .link-wrapper {
        display: block;
        float: none !important;
        margin: auto;
    }
}

#footer .link-wrapper p, #footer .link-wrapper a {
    font-size: 16px;
    line-height: 1.7;
}


@media only screen and (max-width: 991px) {
    #footer .link-wrapper p {
        text-align: center !important;
    }
}

#footer img {
    max-width: 100%;
    float: left;
    padding: 12px 0;
}

@media only screen and (min-width: 1200px) {
    #footer img.footer__twitter {
        padding-top: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    #footer img {
        padding: 18px 0;
    }
}

#footer .footer-img {
    float: left;
    width: 210px;
    position: absolute;
    margin-left: -260px;
    top: 0;
}
@media only screen and (max-width: 1299px) {
    .footer-img{
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-img-wrapper {
        text-align: center;
    }

    #footer .footer-img-wrapper img {
        float: left;
    }

    #footer .footer-img-wrapper .img-responsive {
        max-width: 60%;
        display: inline;
    }

    #footer .footer-img-wrapper .img-responsive img {
        float: left;
    }

    #footer .footer-img-wrapper .footer-img {
        display: inline;
        width: 210px;
        float: none !important;
    }

}

#footer p {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #footer p {
        text-align: left !important;
    }
}

#footer .footer-icon {
    font-size: 2em;
}

#footer .footer-icon-wrapper {
    position: relative;
    top: -95%;
    left: 15px;
    margin-top: 0.3rem;
}
@media only screen and (max-width: 1850px) and (min-width: 1800px) {
    #footer .footer-icon-wrapper {
        left: 40px;
    }
}
@media only screen and (max-width: 1800px) and (min-width: 1750px) {
    #footer .footer-icon-wrapper {
        left: 60px;
    }
}
@media only screen and (max-width: 1750px) and (min-width: 1700px) {
    #footer .footer-icon-wrapper {
        left: 80px;
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1650px) {
    #footer .footer-icon-wrapper {
        left: 100px;
    }
}
@media only screen and (max-width: 1650px) and (min-width: 1600px) {
    #footer .footer-icon-wrapper {
        left: 80px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1550px) {
    #footer .footer-icon-wrapper {
        left: 60px;
    }
}
@media only screen and (max-width: 1550px) and (min-width: 1500px) {
    #footer .footer-icon-wrapper {
        left: 40px;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1450px) {
    #footer .footer-icon-wrapper {
        left: 20px;
    }
}
@media only screen and (max-width: 1450px) and (min-width: 1400px) {
    #footer .footer-icon-wrapper {
        left: 0px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1350px) {
    #footer .footer-icon-wrapper {
        left: -20px;
    }
}
@media only screen and (max-width: 1350px) and (min-width: 1300px) {
    #footer .footer-icon-wrapper {
        left: -40px;
    }
}

@media only screen and (max-width: 1199px) {
    #footer .footer-icon-wrapper {
        float: none;
        margin: auto;
        display: block;
        float: none !important;
    }

    #footer .footer-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer-icon-wrapper {
        top: 0;
        text-align: center;
        margin-bottom: 24px;
        float: none !important;
    }
}

#footer .footer-icons {
    float: right;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
}

#footer .footer-icons a {
    color: #FFF !important;
    text-decoration: none;
}

#footer .footer-icons a:hover {
    color: #9A9B9B !important;
}

@media only screen and (max-width: 700px) {
    #footer .footer-icons {
        float: none;
    }

    #footer .footer-icons img {
        float: none !important;
        padding: 0 !important;
    }
}

#footer .footer-icons img {
    margin: 0 32px 0 0;
}

#footer .footer-icons img:hover {
    opacity: 0.8 !important;
}

#footer .footer-bottom {
    background-color: #233765;
    color: #FFF;
}

#footer .footer-bottom h3 {
    color: #FFF;
}

#footer .white-container .pull-right {
    padding-top: 12px;
    line-height: 82px;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    #footer .white-container .pull-right {
        line-height: 30px;
        text-align: center;
    }
}

.footer-text {
    color: #808080;
    padding: 20px 15px 20px 15px;
}


.benefits {
    background: #fff;
    padding: 32px 28px;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .benefits h1 {
        font-size: 2.1rem;
        margin-bottom: 19px;
    }
}

.benefits .login__gray {
    color: #333;
}

.benefits .benefits-list {
    margin: 30px 0 10px 0;
    overflow: auto;
}

@media only screen and (max-width: 1200px) {
    .benefits .benefits-list {
        margin: 20px 0 32px 0;
    }
}

.benefits .benefits-list h3 {
    overflow: hidden;
    margin: 10px 0;
}

.benefits .benefits-list .icon-ok {
    background: #1e3768;
    color: #fff;
    margin-right: 15px;
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 5px;
    display: flex;
    line-height: 32px;
}

.benefits .benefits-list .icon-ok:before {
    content: "\f00c";
    font-size: 21px;
    text-align: center;
    width: 32px;
}


@media only screen and (max-width: 990px) {
    .benefits .btn {
        width: 100%;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 767px) {
    .benefits h1 {
        margin-left: 0 !important;
    }

    .benefits span {
        font-size: 1.25rem !important;
        display: flex;
        margin-top: -2px;
    }
}

.container-fluid-1280 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.headings, .h1, .h3, .h5, h1, h3, h5, .h2, .h4, .h6, h2, h4, h6 {
    font-family: UniversLTW02-47LightCn, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400
}

.h1, .h3, .h5, h1, h3, h5 {
    color: #1E3768;
    text-rendering: optimizeLegibility
}

h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    position: relative;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}

#content-sing-out {
    flex: 1;
    display: block;
    padding: 48px 10px;
}

.content-wraper .btn.btn-orange,
.content-wraper .btn.btn-orange:visited {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #1e3768;
    color: #FFF !important;
    border: #1e3768 1px solid;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 48px;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-lg > .btn, .btn-lg {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 12px 48px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-primary {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color: #1e3768;
    color: #FFF !important;
    border: #1e3768 1px solid;
    text-decoration: none;
    background-image: none;
    border-radius: 0;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #be5910;
    border: #be5910 1px solid;
    text-decoration: none !important
}

.gray-text-color {
    color: gray;
}

#kc-page-title {
    margin-bottom: 33px;
    color: #1E3768;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}

.form-control {
    color: #333333;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 16px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    padding-left: 18px;
}

.form-control:focus, .form-control:hover {
    outline: none !important;
    border: 1px solid #233765 !important;
    box-shadow: none !important;
}

input:focus {
    border: 1px solid #e0e0e0;
    outline: none;
}

.form-control::placeholder:focus {
    outline: none;
}

label {
    display: none;
}
.label-input label{
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: inline-block !important;
    margin-left: 16px;
    color: #555555;
    margin-bottom: 3px;
}


#kc-page-paragraph{
    font-size: 16px;
    line-height: 19px;
    color: #767676;
    margin-bottom: 33px;
}

@media only screen and (max-width : 480px) {
    .g-recaptcha{
        transform:scale(0.75);
        transform-origin:50% 50%;
    }


}

.header-forget-pass{
    margin: 0 -5px;
}
.header-forget-pass #kc-page-paragraph{
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


.button-holder {
    margin: 40px 0 20px 0;
}

a#kc-current-locale-link::after {
    content: none;
}

.icon-ok {
    font-family: 'fontawesome-alloy';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    *margin-right: .3em;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
}

a {
    color: #79242F;
    font-size: 16px;
    display: inline-block;
    overflow: auto;
}

#kc-content a:hover {
    color: #79242F !important;
    text-decoration: none !important
}

.login-container {
    background: #F6F6F6;
    padding: 40px 45px;
    margin-top: 40px;
    border-radius: 24px;
    max-width: 505px;
    width: 100%;
}

@media only screen and (min-width: 990px) {
    .login-container {
        margin-top: 0;
    }
}

.link-sa {
    cursor: auto;
    color: #FFF !important;

}

#footer a.link-sa:hover {
    color: #FFF !important;
}


.sidenav {
    height: 100%;
    width: 56%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -56%;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    display: block;
    transition: .3s;
    background-color: #fff;
    border-bottom: .0625rem solid #e0e0e0;
    color: #9a9b9b;
    padding: .9rem 2.125rem .9375rem 1.5rem !important;
    line-height: 1.5rem !important;
    text-align: left;
}

.sidenav img {
    width: 32px !important;
    height: 22px !important;
    margin-right: 12px;
    margin-left: 3px;
    max-width: 100%;
}

.sidenav a:hover {
    color: #1e3768;
}

.sidenav .closebtn {
    text-decoration: none;
    display: block;
    transition: .3s;
    background-color: #fff;
    border-bottom: .0625rem solid #e0e0e0;
    color: #9a9b9b;
    padding: .9rem 2.125rem .9375rem 1.5rem !important;
    line-height: 1.5rem !important;
    text-align: left;
}

.menu-mobile {
    display: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1279px) {
    #kc-locale {
        display: none !important
    }

    .menu-mobile {
        display: block;
    }

    #banner #heading .my-bd-logo {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        margin: 0;
    }
}

.sideLang {
    list-style: none;
    padding: 0;
}

.alert {
    padding: 2rem 1.25rem;
}

.alert > .pficon {
    left: unset;
    position: static;
    right: 13px;
}

#kc-current-locale-link img {
    display: inline-block;
    width: 25px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .usercentrics-button .uc-privacy-button-wrapper {
        bottom: 10px !important;
        left: 10px !important;
        width: 100px !important;
        height: 100px !important;
    }
}

#uc-btn-close-main-corner-modal {
    display: none;
}

.caret {
    border-top: .3em dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    border-top: .3em solid transparent;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.caret:before {
    display: none;
}

.form-control::placeholder {
    color: #9A9B9B;
    font-style: normal;
    opacity: 1;
}

.alert.alert-error {
    position: relative;
    padding: 1.09375rem 1rem;
    background-color: #feefef;
    border-color: #f48989;
    color: #da1414;
    padding-right: 2.5rem;
    border-style: solid;
    border-width: .0625rem;
    font-size: .8125rem;
    border-radius: .25rem;
}

.pficon-error-circle-o::before {
    display: none;
}

.lexicon-icon.lexicon-icon-exclamation-full {
    color: #da1414;
    font-size: .8125rem;
    display: inline-block;
    fill: currentColor;
    height: 1em;
    margin-top: -3px;
    pointer-events: none;
    vertical-align: middle;
    width: 1em;
    margin-right: 5px;
}

.alert > .pficon {
    top: 16px;
}

#close {
    font-size: .875rem;
    height: 1rem;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: .5rem;
    top: 1.1rem;
    width: 1rem;
    background-color: transparent;
    border: 0;
    color: #da1414;
}

.feedback-header .feedback-close {
    margin-top: 13px;
    margin-right: 24px;
    text-decoration: none;
    height: 60px;
    line-height: 52px;

}

.feedback-header .feedback-close:hover {
    color: #1e3768;
}

.register-btn {
    float: left;
    font-size: 24px;
    padding-top: 2px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;

}

.register-btn:hover, .register-btn:focus {
    color: #263863 !important;
    text-decoration: none;
}

.register-btn:active {
    color: #263863 !important;
    text-decoration: none;
}

.no-accout {
    margin-right: 10px;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;

}

.registration-container {
    display:flex;
    justify-content: start;
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    .registration-container {
        margin-top: 40px;
    }

    .register-btn {
        font-size: 18px;
        padding-top: 0;
    }

    .no-accout {
        font-size: 18px;
    }

    .menu-mobile {
        width: 24px;
        margin-left: -20px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .registration-container {
        justify-content: center;
    }
}

.forget-password {
    float: right;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #767676;
}

.forget-password:focus, .forget-password:hover {
    color: #20201E !important;
}

.sing-in-btn {
    border-radius: 8px;
    background-color: #1E3768;
    border: 1px solid #1E3768;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.sing-in-btn.sing-in-disabled {
    background-color: #86A0B4;
    border: 1px solid #86A0B4;
    cursor: not-allowed;
}

.sing-in-btn.sing-in-disabled:focus, .sing-in-btn.sing-in-disabled:hover, .sing-in-btn.sing-in-disabled:active {
    background-color: #86A0B4 !important;
    border: 1px solid #86A0B4 !important;
}

.sing-in-btn:focus, .sing-in-btn:hover {
    background-color: #263863 !important;
}

.sing-in-btn:active {
    background-color: #263863 !important;
    text-decoration: none;
}
.cancel-btn {
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #1E3768;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color: #1E3768;
    width: 100%;
    text-align: center;
}
.cancel-btn:active {
    color: #263863 !important;
    border: 1px solid #EA6418 !important;
}

.cancel-btn:focus, .cancel-btn:hover {
    border: 1px solid #263863;
    color: #263863;
}

.sing-in-btn:active {
    background-color: #263863 !important;
    text-decoration: none;
}

.name-label, .pass-label {
    display: block !important;
    font-size: 14px;
    margin-left: 16px;
    margin-bottom: 0;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    border: 1px solid #233765 !important;
    box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus {
    border: 1px solid #233765 !important;
    box-shadow: none !important;
    outline: none;
}

html, body {
    height: 100% !important;
}

@media only screen and (max-width: 768px) {
    .usercentrics-button .uc-privacy-button-wrapper {
        bottom: 10px !important;
        left: 10px !important;
        width: 100px !important;
        height: 100px !important;
    }
}

#uc-btn-close-main-corner-modal {
    display: none;
}

@media screen and (max-width: 600px) {
    #footer .footer-icons {
        margin-top: 1rem;
    }

    #footer .footer-icon-wrapper {
        margin-bottom: 10px;
    }

    #footer .link-wrapper p, #footer .link-wrapper a {
        line-height: 22px;
    }
}
.bgwzMd {
    background-color: #1E3768 !important;
}

.variable-item-alignment{
    align-items:center;
}
@media screen and (min-width: 1280px) {
    .variable-item-alignment {
        align-items: start;
    }
}

@media only screen and (max-width: 1850px) and (min-width: 1800px) {
    #footer .footer-default {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 1799px) and (min-width: 1750px) {
    #footer .footer-default {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1749px) and (min-width: 1700px) {
    #footer .footer-default {
        margin-left: 75px;
    }
}
@media only screen and (max-width: 1699px) and (min-width: 1650px) {
    #footer .footer-default {
        margin-left: 100px;
    }
}
@media only screen and (max-width: 1649px) and (min-width: 1600px) {
    #footer .footer-default {
        margin-left: 125px;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1550px) {
    #footer .footer-default {
        margin-left: 150px;
    }
}
@media only screen and (max-width: 1549px) and (min-width: 1500px) {
    #footer .footer-default {
        margin-left: 175px;
    }
}
@media only screen and (max-width: 1499px) and (min-width: 1450px) {
    #footer .footer-default {
        margin-left: 200px;
    }
}
@media only screen and (max-width: 1449px) and (min-width: 1400px) {
    #footer .footer-default {
        margin-left: 225px;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1350px) {
    #footer .footer-default {
        margin-left: 250px;
    }
}
@media only screen and (max-width: 1349px) and (min-width: 1300px) {
    #footer .footer-default {
        margin-left: 275px;
    }
}

html[lang="ar"] {
    direction: rtl;
}

html[lang="ar"] #kc-locale {
    left: 0;
    right: unset;
}

html[lang="ar"] #kc-locale ul {
    left: 0;
    right: auto;
}

@media only screen and (min-width: 1280px) {
    html[lang="ar"].login-pf body {
        background-position: left center;
    }
}

html[lang="ar"] .pull-left {
    float: right !important;
}

html[lang="ar"] .pull-right {
    float: left !important;
}

html[lang="ar"] #footer .footer-img {
    float: right;
    margin-right: -260px;
}

html[lang="ar"] #kc-locale ul li a {
    text-align: right;
}

html[lang="ar"] #kc-locale ul li a img {
    margin-left: 10px;
}

html[lang="ar"] .feedback-footer .feedback-btn {
    float: left;
    margin-right: 16px;
    margin-left: unset;
}
.verification-google-auth-icon{
    display: flex;
    width: 56px;
    height: 66px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/*html[lang="de-DE"], html[lang="fr-FR"], html[lang="ru-Ru"]{*/
/*.verification-google-auth-icon{*/
/*    height: 92px;*/
/*}*/
/*}*/
.verification-google-auth-text{
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.link-separator{
    width: 1px;
    height: 24px;
    color:#000000;
    padding-left: 24px;
    padding-right:24px;

}
@media only screen and (max-width: 600px) {
    .link-separator {
        color:#000000;
        padding-left: 4px;
        padding-right: 12px;
    }
}
.play-app-store{
    padding-right: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
@media only screen and  (max-width: 600px){
    .play-app-store{
        padding-right: 4px;
    }
}
.google-auth-icon{
    margin-top: 122%;
    height: 65px;
}
.external-link-img{
    background-image: url("../img/external-link_icon.svg");
    background-size: cover;
}
.links-for-download {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#kc-totp-secret-key {
    background-color: #F6F6F6;
    color: #333333;
    font-size: 17px;
    padding: 0;
    font-weight: 600;
}

