/* html body {
    background-image: url('auth.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.brand-logo img {
    width: 170px;
}
.content-body .bg-image{
    position: relative;
    padding-top: 73%;
}
.content-body .bg-image img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}