.register-card {
    max-width: 560px;
    justify-self: end;
}

@media (max-width: 1100px) {
    .register-card {
        justify-self: stretch;
    }
}
