    .footer-section p {
       color:#141414; 
       text-align:right
    }
    
    .widget-content-area {
        width: 100%;
        overflow-x: scroll;
    }

@media (max-width: 620px) {
    .custom-bg-image {
        padding-top: 27%!important;
    }
    
    .custom-bg-image img {
        width:90%!important;
    }
    
    .auth-container {
        min-height: 0!important;
    }
    
    .footer-section p {
        text-align:center;
    }
}