.authBy-content {
    margin-bottom: 15px
}

.authBy-header {
    float: right;
    margin-bottom: 15px;
}
.authBy-header >* {
    padding-left: 15px;
}
.authBy-header >*:first-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .authBy-header { float: left; }
}

@media (max-width: 576px) {
    .authBy-footer {
        display: flex;
    }
    .authBy-footer >* {
        margin: auto;
    }
    .authBy-footer >*:first-child {
        margin: 0;
    }
}