.message-danger {
    color: red;
    margin: 20px 0;
    font-size: 12px;
}

.image-auth {
    display: block;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}

.image-block {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin-top: 60px;
}

.image-block-first {
    display: block;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

@media (max-width: 1199.98px) {
    .image-block {
        border-radius: 20px;
        min-height: 200px;
        object-fit:cover;
    }

    .image-block-first {
        min-height: 200px;
        object-fit:cover;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
