/* These styles overwrites the default. Cannot be used separately */

.oaob-header-fix {
    background: #ffffff !important;
    box-shadow: none !important;
    font-family: 'Manrope', sans-serif !important;
}

.oaob-header-fix .header__logo {
    width: 188px !important;
    height: 20px !important;
    background: url(../../img/onlinebank-logo_black.svg) no-repeat !important;
}

.oaob-header-fix .language {
    display: none !important;
}

.oaob-header-fix .register-button {
    color: #11BB91 !important;
}

.oaob-header-fix .login-button {
    background: #11BB91;
    border-radius: 8px;
}

.oaob-header-fix .login-button:hover {
    background: #11BB91;
}

.oaob-header-fix .auth-holder {
    left: auto !important;
    right: 0 !important;
}

.oaob-header-fix .register-holder {
    left: auto !important;
    right: 0 !important;
}
