#content-start {
    position: relative;
}
.login #content {
    min-height: 100vh;
}

#content {
    min-height: 100vh;
}

.nt-footer {
    .social {
        padding-right: 40px;
        padding-left: 40px;
    }
    .copyright {
        font-family: 'GalanoGrotesque-Medium' !important;
        font-size: 12px;
        line-height: 1;
        padding-right: 40px;
        padding-left: 40px;
    }
}
.icon-payment img {
    width: 58px;
    height: 13px;
    margin-top: 1px;
}
.footer-container {
    margin-top: auto; /* Pushes the footer to the bottom of its container */
    color: white; /* Text color */
    padding: 20px 0; /* Padding for the footer content */
}

.icon-social img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.icon-social a {
    text-decoration: none;
}