/* Form Components */

.form-control-uppercase {
    text-transform: uppercase;
}

.form-control-bg-light {
    background: #f8f9fa;
}

.input-width-120 {
    width: 120px;
}

.input-width-180 {
    width: 180px;
}

.avatar-size-lg {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.avatar-size-md {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.avatar-size-sm {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
