/**
 * NOTICE OF LICENSE
 *
 * This file is proprietary software and is not open source.
 * Your subscription grants you a limited, non-transferable right to use this code
 * solely as part of the Retail Media Manager platform, and only for the duration
 * of your valid subscription.
 *
 * You are not permitted to copy, redistribute, resell, lease, license, sub-license,
 * or otherwise make this code or its resources available to any third party.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file. If you require customizations, please
 * contact Corebuilt Labs for professional services.
 *
 * @author     Corebuilt Labs <info@corebuilt.com>
 * @copyright  2025 Corebuilt Labs
 * @license    Limited to use within an active subscription to Retail Media Manager
 */

.private-shop-login-text {
    margin: 20px 10px;
    padding: 10px;
}

.private-shop-video {
    text-align: center;
}

.private-logo {
    text-align: center;
    margin-bottom: 10px;
}

.private-info {
    text-align: center;
}

.card-register {
    margin: 5px 30px;
}

.private-contact {
    margin: 30px auto;
}

#contact .card-register {
    margin: 0;
}

/* TODO: remove it when crate own theme */
#registration div#content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 200px;
}
#authentication div#content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 200px;
}
#contact div#content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 200px;
}

.private-info-thank-you {
    text-align: center;
}