@media (min-width: 1200px) {
    .container{
        max-width: 1280px;
    }
}

.profile-round-sm {
    width:30px;
    height:30px;
    object-fit:cover;
    border-radius:50%;
}

.profile-round-md {
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:50%;
}

.profile-round-lg {
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
}

.profile-round-120 {
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
}

.invalid-feedback-block {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #ed4c78;
}
