label.error{
    font-size: 14px !important;
    color: red !important;

}
.mx-500{
    max-width: 400px;
    margin: 0 auto;
}

.imagesBox{
    position: relative;
}
.imagesBox a{
    position: absolute;
    top: -15px;
    right: -20px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: brown;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
}
.imagesBox img{
    width: 100%;
}
.sidebar{
    position: relative;
}
.sidebar .d-none{
    position: absolute;
    bottom: 0;
    left: 90px;
}