
.register-button-container {
    width: 100%;
    justify-content: center;
    display: flex;
}

.register-button {
    width: 100%;
}

@media screen and (min-width: 400px) {
    .register-button {
        width: unset;
    }
}
