@media (max-width: 768px) {
    .col-lg-4, .col-lg-3, .col-lg-9, .col-lg-10, .col-lg-12 {
        width: 100% !important;
        float: none;
    }

    .wrap-login100 {
        margin-top: 30px;
    }

    .summary {
        flex-direction: column;
        align-items: center;
    }
}
