

/* Users Home Page
------------------------------------------*/
.home-container {
    display: flex;
    justify-content: center;
}

.page-icons {
    justify-content: center;
}

.main-icon {
    height: 75px;
    margin: 10px;
}

.card-body {
    justify-content: center;
}

.icon-title {
    margin: 50px;
}

/* User Management
------------------------------------------*/

.section-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.col .card {
    height: 90%;
    text-align: center;
}

.col.key {
    text-align: right;
    font-weight: bold;
}

.card-footer {
    display: flex;
    justify-content: space-between;
}

.section-container {
    margin-bottom: 20px;
}

/* Forms and Fields
------------------------------------------*/
.field-labels {
    justify-content: space-between;
}

.form-group.has-error p{
    color: red;
}

.settings-group {
    margin: 0px 20px;
}

/* File Uploader
------------------------------------------*/
#file-upload {
    justify-content: center;
}

#browsebutton {
    background-color: white;
}

#user-settings {
    justify-content: space-between;
}

#my-file-selector {
    display: none;
}