.auth-main:after {
    background: url(../../img/bg3.jpg) no-repeat center right fixed !important;
}
.public-footer h5{
    font-size: 13px;
}
.public-footer h6{
    font-size: 10px;
    letter-spacing: 0;
}
.public-footer h6 a{
    color: #59C4BC;
}
.image-section{
    position: absolute;
    top: 28%;
    right: 10%;
    width: 40%;
}
.image-section img{
    width: 100%;
}
@media(max-width:1048px){
    .image-section {
        position: relative;
        top: 28%;
        right: 0;
        width: 100%;
        margin: 40px auto;
        left: 0;
        padding: 1%;
    }
}