.choose .list-group-item .remove-account {
    cursor: pointer
}
.choose .list-group-item .remove-account .fa-icon {
    padding: 16px
}
.choose .list-group-item .account-avatar {
    text-transform: uppercase;
    display: inline-block;
    color: white;
    background: #d4d9d9;
    border-radius: 50%;
    width: 50px;
    height: 50px
}
.choose .list-group-item .account-avatar .h2 {
    opacity: 0.8
}

.alert {
    text-align: center;
}