.sys-auth.sys-auth-compact a {
    -webkit-justify-content: center;
    justify-content: center;
}

.sys-auth.sys-auth-compact .bx-btn {
    margin-left: 0;
    margin-right: 0;
}

.mh-login-kare-icon {
    background-image: url(../images/login-kare.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.google-login {
    background-image: url(../images/login-google.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mh-login-apple-icon {
    background-image: url(../images/login-apple.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}