.app-store-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 21px;
}

.apple-store-badge {
    background-image: url(../img/apple.png);
    background-repeat: no-repeat;
    background-size: 86%;
    width: 154px;
    margin-top: 1px;
    margin-right: -20px;
    height: 54px;
}

.android-store-badge {
    background-image: url(../img/android.png);
    background-repeat: no-repeat;
    width: 154px;
    height: 46px;
}

/* Remove this as soon as in line styles are removed from keycloak template.ftl */
.brand-logo {
    height: 10rem !important;
    margin-bottom: 32px !important;
}

body > div > div {
    padding-top: 32px!important;
}
