.flex > li:first-child,
.flex-sm > li:first-child,
.flex .col:first-child,
.flex-sm .col:first-child {
    margin-left: 0 !important;
}
.flex > li:last-child,
.flex-sm > li:last-child,
.flex .col:last-child,
.flex-sm .col:last-child {
    margin-right: 0 !important;
}
.page-user-login .section-auth .flex {
    padding: 40px 8% 40px 0;
}
