@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-Black;
    src: url(../fonts/Poppins-Black.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf) format("truetype");
}
@font-face {
    font-family: Poppins-Italic;
    src: url(../fonts/Poppins-Italic.ttf) format("truetype");
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

body {
    font-family: Poppins-Regular;
    color: #fff;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
    font-family: Poppins-Regular, sans-serif;
    font-size: 10px;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

address {
    margin: 0;
}

main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100%;
    flex-grow: 1;
}

#content {
    max-width: 1400px;
    width: 100%;
    margin: 38px auto 0 auto;
}

.content-wrapper {
    position: relative;
}

.btn-like-link,
#try-another-way {
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: normal;
    color: #0af;
    text-decoration: underline;
    background: none;
    border: none;
}
.btn-like-link:hover,
#try-another-way:hover {
    color: #90d1d5;
}

.login-pf body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 375px;
    background: url(../img/star.svg) no-repeat fixed center, linear-gradient(#01052f, #021e42) no-repeat fixed;
    overflow-x: hidden;
}

.login-pf-page .card-pf p {
    color: #fff;
}

header.site-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    width: 100%;
    height: 180px;
    margin: 0 auto;
    padding: 0 150px;
}

header.site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    background: url(../img/logo_wcss.svg) no-repeat center;
    background-size: 71px 98px;
    height: 100%;
    width: 100px;
    display: inline-block;
}
header.site-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    background: url(../img/logo_pwr.svg) no-repeat center;
    background-size: 72px 103px;
    height: 100%;
    width: 100px;
    display: inline-block;
}

header.site-header #logo {
    position: absolute;
    top: calc(50% - 21px);
    right: initial;
    bottom: initial;
    left: calc(50% - 115px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 230px;
}
header.site-header #logo img {
    width: 100%;
}

header.site-header nav.user-profile-navigation {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

header.site-header .user-panel {
    position: relative;
    width: 238px;
    background: #01052f;
}

header.site-header .user-panel a {
    color: #fff;
    text-decoration: none;
}

header.site-header .user-panel .user-menu {
    display: block;
    margin-bottom: 30px;
}

header.site-header .user-panel .access-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 238px;
}

header.site-header .user-panel .access-buttons:hover {
    border-color: #c8a05a;
}

header.site-header .user-panel .access-buttons .btn-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Bold, sans-serif;
    font-size: 2rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
header.site-header .user-panel .access-buttons .btn-menu:hover {
    border-color: #c8a05a;
}

header.site-header .user-panel .access-buttons .btn-menu:not(:last-child) {
    margin-bottom: 15px;
}

header.site-header .mobile-nav-container {
    display: none;
}

#language-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}


#main-menu,
#main-mobile-menu {
    display: none;
    height: 0;
    overflow: hidden;
}
#main-menu.open,
#main-mobile-menu.open {
    display: block;
    height: initial;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#main-menu ul,
#main-mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 6px;
}
#main-menu ul li,
#main-mobile-menu ul li {
    border-bottom: 1px solid #005d9b;
}
#main-menu ul li:hover,
#main-mobile-menu ul li:hover {
    background: #005d9b;
}
#main-menu ul li a,
#main-mobile-menu ul li a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.2rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 8px 11px;
}

nav.accessibility_and_language #language-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

nav.accessibility_and_language #language-container a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid transparent;
}

nav.accessibility_and_language #language-container a.active {
    border-color: #fff;
}

.login-pf-page {
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.login-pf {
    background: none;
}

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

#kc-header {
    height: 55px;
    color: #ffffff;
    background-color: #2b3641;
    overflow: visible;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #4d5258;
}

#kc-header > div {
    display: flex;
}

#header-register {
    display: flex;
    margin-right: 2rem;
}

#header-locales {
    display: flex;
}

.header-btn {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    font-family: Lato-Bold;
}

.header-btn:hover {
    color: #2b3641 !important;
    background-color: #ffffff;
    text-decoration: none;
}

.header-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.header-btn.active {
    background-color: #ffffff;
    color: #2b3641;
}

#kc-content {
    width: 100%;
}

.kc-footer {
    width: 100%;
    height: 70px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background-color: #2b3641;
    padding: 1rem;
    border-top: 1px solid #4d5258;
}

.kc-footer.small {
    display: none;
    height: auto;
}

.kc-footer .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .kc-footer.full {
        display: none;
    }
    .kc-footer.small {
        display: flex;
        flex-direction: column;
    }
}

.kc-footer div {
    opacity: 0.5;
}

.kc-footer #logo-fe {
    height: 40px;
}

.kc-footer #logo-ue {
    height: 30px;
}

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

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

/* TOTP */

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

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

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

@media (max-width: 767px) {
    #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;
    }

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

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

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

.card-pf, .login-pf-page .card-pf {
    border-top: 0;
    padding: 0 0 0 150px;
    background: none;
    box-sizing: content-box;
}

.login-pf-header, .card-pf #kc-form-wrapper form,
#kc-content-wrapper form,
#kc-logout-confirm,
#kc-info-message {
    max-width: 460px;
    width: 100%;
}

.form-horizontal .control-label {
    text-align: start;
}

.login-pf-page .login-pf-accounts {
    margin: 0;
}

form label {
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .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;
}

.ml-1 {
    margin-left: 0.5rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mr-1 {
    margin-right: 0.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

#kc-page-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 2rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    margin: 0 0 20px 0;
}

#kc-page-title span {
    font-size: 1.5rem;
}

#kc-page-title .light {
    font-family: Poppins-Light;
}

#kc-page-title .bold {
    font-family: Poppins-SemiBold;
}

#kc-form-buttons {
    margin: 0;
}

.login-pf-header {
    margin-bottom: 0 !important;
}

.login-pf-page .login-pf-header h1 {
    text-align: start;
}

.login-pf-header h1 p {
    font-family: Poppins-Bold, sans-serif;
    font-size: 2rem;
    line-height: initial;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 20px;
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.2rem;
    line-height: initial;
    font-weight: normal;
    color: #01052f;
    height: 40px;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: #fff;
}

.form-input, .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
}

.btn-basic-full,
.btn-modal-table,
.btn-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: normal;
    color: #01052f;
    border: 1px solid transparent;
    background: #c8a05a;
    color: #01052f;
    transition: border-radius 0.25s;
    height: 38px;
    padding: 10px 14px;
    white-space: nowrap;
}
.btn-basic-full:hover,
.btn-modal-table:hover,
.btn-basic-full:focus,
.btn-modal-table:focus,
.btn-primary:hover,
.btn-primary:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border-color: #c8a05a;
    color: #c8a05a;
    transition: border-radius 1s;
    box-shadow: none;
}
.btn-basic-full + .btn-secondary,
.btn-modal-table + .btn-secondary {
    margin-left: 10px;
}

#kc-cancel {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem !important;
    font-weight: normal;
    color: #01052f;
    border: 1px solid transparent;
    background: #0af;
    color: #01052f;
    transition: border-radius 0.25s;
    height: 38px;
    padding: 10px 14px;
}

#kc-cancel:hover,
#kc-cancel:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border-color: #0af;
    color: #0af;
    transition: border-radius 1s;
    box-shadow: none;
}

.full-width {
    width: 100%;
}

#kc-form-buttons .helper-links {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
#kc-form-buttons .helper-links a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: normal;
    color: #0af;
    text-decoration: underline;
}
#kc-form-buttons .helper-links a:hover {
    color: #90d1d5;
}

.control-label {
    font-size: 1.5rem;
}

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

.remember-link {
    margin-right: 3rem;
    text-decoration: underline;
    color: #3276b1;
}

.btn-login,
#registerWebAuthnAIA,
#saveTOTPBtn {
    font-family: Lato-Bold;
    font-size: 1.75rem;
    background-color: #3276b1;
    background-image: none;
    color: #ffffff;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 4px;
}

.btn-login:hover,
#registerWebAuthnAIA:hover,
#saveTOTPBtn:hover {
    background-color: #245580;
}

.instruction {
    font-size: 1.6rem;
    text-align: start;
    margin: 3rem 0;
}

.btn.btn-default {
    background-image: none;
    background-color: transparent;
    border: 1px solid #1e272f;
    color: #1e272f;
}

.btn.btn-default:hover {
    background-color: #1e272f;
    color: #ffffff;
}

#kc-header > .hamburger-menu {
    display: none;
}

#kc-header > .hamburger-menu > .hamburger {
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url("../img/burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

#kc-header > .hamburger-menu:hover > .hamburger {
    background-color: #3276b1;
}

#kc-header > .hamburger-menu > .hamburger.active {
    background-color: #3276b1;
    background-image: url("../img/x_white.svg");
}

#kc-header > .hamburger-menu > .menu-contents {
    display: none;
    position: absolute;
    top: 50px;
    right: 5px;
    background-color: #2b3641;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 25px;
}

#kc-header > .hamburger-menu > .menu-contents .register {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

main > .bg-integrated-circuits {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

main > .bg-integrated-circuits .img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    flex-shrink: 99999;
    flex-grow: 0;
    overflow: hidden;
}

main > .bg-integrated-circuits .img.e1 img {
    transform: rotate(180deg);
}

.content-wrapper .bg-integrated-circuits {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.content-wrapper .bg-integrated-circuits .img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    right: 150px;
}

footer {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 325px;
    color: #fff;
    background: linear-gradient(#002c4d, #01052f);
}
footer .footer-content {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-column-gap: 78px;
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 30px 85px 30px;
}
footer .footer-content .first-column,
footer .footer-content .footer-address {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Poppins-Regular, sans-serif;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
    height: 100%;
}
footer .footer-content .first-column > div,
footer .footer-content .footer-address > div {
    display: flex;
    flex-direction: column;
}

footer .footer-content .first-column span {
    font-family: Poppins-Medium, sans-serif;
    font-size: 3.2rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
}

footer .footer-content .first-column div a,
footer .footer-content .first-column div span {
    font-size: 1.4rem;
    color: #90d1d5;
}

footer .footer-content .first-column div span {
    text-decoration: none;
}

footer .footer-content .first-column + .footer-address > span {
    font-family: Poppins-Medium, sans-serif;
    font-size: 1.8rem;
    line-height: initial;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 768px) {
    #kc-header > .hamburger-menu {
        display: flex;
    }
    #kc-header > .full-menu {
        display: none;
    }
}

@media all and (max-width: 800px) {
    header.site-header .mobile-nav-container .mobile-page-settings {
        margin-top: 40px;
        padding: 10px;
        border-top: 4px solid #fff;
    }

    header.site-header .mobile-nav-container .mobile-page-settings > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: Poppins-SemiBold, sans-serif;
        font-size: 1.4rem;
        line-height: initial;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
    }

    nav.accessibility_and_language #language-container {
        margin: 20px 0 0 0;
    }

    .card-pf, .login-pf-page .card-pf,
    .card-pf #kc-form-wrapper form,
    #kc-content-wrapper form,
    #kc-logout-confirm,
    #kc-info-message {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    header.site-header {
        height: auto;
        padding: 30px 25px !important;
        align-items: center;
    }

    header.site-header .mobile-nav-container {
        display: initial;
        order: 2;
    }

    header.site-header .mobile-nav-container button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
        background: none;
        border: none;
        z-index: 3;
    }

    header.site-header .mobile-nav-container button:hover {
        cursor: pointer;
    }

    header.site-header .mobile-nav-container button span {
        font-size: 4.2rem;
        color: #fff;
    }

    header.site-header .mobile-nav-container #main-mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 75%;
        max-width: 270px;
        padding-top: 97px;
        background: rgba(1, 5, 47, 0.85);
        border: none;
        z-index: 2;
        transition: right 1s linear;
    }

    header.site-header .mobile-nav-container #main-mobile-menu ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        justify-content: flex-end;
        font-family: Poppins-Regular, sans-serif;
        font-size: 1.6rem;
        line-height: initial;
        font-weight: normal;
        color: #fff;
        text-align: end;
        text-decoration: none;
    }

    header.site-header nav.user-profile-navigation {
        display: none;
    }

    header.site-header #logo {
        position: initial;
        height: 36px;
        justify-content: flex-start;
        order: 1;
    }

    header.site-header #logo img {
        height: 100%;
        width: auto;
    }
}

@media all and (min-width: 1000px) {
    ul.mobile_tab_list {
        display: none;
    }
}

@media all and (max-width: 600px) {
    body, .login-pf body {
        padding-bottom: 470px;
    }
    footer {
        height: 420px;
    }

    footer .footer-content {
        grid-template-columns: 1fr;
    }
    footer .footer-content .first-column + div:not(.footer-address) {
        order: 3;
    }
    footer .footer-content .first-column + .footer-address {
        margin-top: 20px;
        order: 2;
    }
}

@media all and (max-width: 1200px) {
    header.site-header {
        padding: 0 120px;
    }
}

@media all and (max-width: 1000px) {
    .content-wrapper {
        padding: 0 30px;
    }

    .content-wrapper .bg-integrated-circuits .img {
        right: initial;
        left: 300px;
        opacity: 0.3;
    }

    header.site-header {
        padding: 0 30px;
    }
    header.site-header:before,
    header.site-header:after {
        display: none;
        background: none;
    }
    header.site-header #logo {
        order: 1;
    }
    header.site-header #logo img {
        z-index: 999;
    }
    header.site-header .user-panel {
        max-width: 210px;
        width: auto;
    }
}
button[name="authenticationExecution"] {
  display: inline-block;
  background: #caa259;
  font-family: Poppins;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0px !important;
  border: none !important;
  color: #030730;
  padding: 9px 20px 9px 20px;
  margin-top: 20px;
}
button[name="authenticationExecution"]:hover {
  -webkit-box-shadow: 0 0 3px 1px #caa259 !important;
  -moz-box-shadow: 0 0 3px 1px #caa259 !important;
  box-shadow: 0 0 3px 1px #caa259 !important;
  background: #caa259 !important;
  border: none !important;
  color: #030730 !important;

}
