
.login-pf body {
    background-color: rgb(244, 244, 244) !important;
    background-image: none !important;
}

#kc-header-wrapper {
    padding: 0 !important;
}

.login-pf-page {
    padding-top: 0 !important;
}

.pf-c-button.pf-m-primary {
    background-color: #080037;
}

.card-pf {
    border-top: 0 !important;
}

.logo {
    @media (min-width: 700px) {
        width: 360px;
        margin-top: 64px;
        margin-bottom: 30px;
    }
    width: 290px;
    margin-top: 30px;
    margin-bottom: 16px;
    content: url("../img/ripe-header.svg");
}

.center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    line-height: 2.5;
    font-size: medium;

    @media (max-width: 700px) {
        max-width: 320px;
    }

    a {
        margin: 0 0.65rem;
    }
}

a {
    color: #00ABAB;
    text-decoration: none !important;
}

a:hover {
    color: #00ABAB !important;
}

.otp-authenticator-list {
    list-style: circle;
    padding-left: 2rem;
}

#kc-oauth ul {
    list-style: inherit;
    padding-left: revert;
}

#kc-oauth ul li {
    font-size: initial;
    padding-bottom: 10px;
}
