.AccountsPage {
    .PageHeader {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .PageRow {
        justify-content: flex-end;
    }
    .form-group {
        margin-bottom: 0;
        flex: 1;
        position: relative;
        .text-muted {
            position: absolute;
            left: 22px;
        }
    }
}
