.auth-body-bg {
    background-color: #d9e6ea;
}

.img-bg {
    background-image: url("../../assets/images/banner.png");
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.mt-n6 {
    margin-top: -60px;
}