body.register-page {
    display: flex;
    flex-direction: column;
}

body.register-page main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem;
}

body.register-page #create-account {
    width: min(100%, 480px);
}

.register-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.9rem;
    border-radius: 10px;
    border: 1px solid #d9dee7;
    background: #fff;
    color: #65748b;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

@media (max-width: 480px) {
    body.register-page main {
        padding-top: 0.25rem;
    }
}
