/*User form*/
.input-group .form-control,
.input-group .btn {
    border-radius: 0;
}
.input-group .form-control {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.input-group .btn:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group .btn:first-child {
    border-right: none;
}

label{
    color: #808080;
}

.form-control,
.form-select,
.btn
.form-check-label{
    padding: 15px;
    border-radius: 8px;
}

.page-link{
    display: flex;
    align-items: center;
    padding: 10px;
}

.thumbnail{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-image: url('/img/add_photo_alternate.svg');
    background-size: 100% 100%;
    background-position: center;
}

.thumbnail img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
