﻿.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: .25rem;
}


.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}





label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
width: 100%;
}

