/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.whitelabel-simple-text{

    height: 100%;
    padding:0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;

}
.whitelabel-simple-text p{
    color: #0ec8c8;
    font-weight: 900;
    font-size: 35px;
}
.whitelabel-simple-text small{
    font-size: 17px;

    color: #fff;
    text-align: center;
    margin-top: 43px;
    font-weight: 300;
    line-height: 26px;
}

.business-to-business-container{
    width: 100% !important;
}

.whitelabel-simple-text h1{

    color: #fff;

}
@media (max-width: 991px) {
    #whitelabel .right{
        display: none;
    }
}


@media (min-width: 1380px) {
    .whitelabel-simple-text{
        width: 100%;
        margin: auto;
    }

    .whitelabel-simple-text h1{
        line-height: 68px;
        font-size: 58px;
        text-align: center;
        margin-bottom: 35px;
        font-weight: 900;
    }

    .whitelabel-simple-text small{
        font-size: 22px;
    }

    .business-to-business-container{
        width: auto;
    }
}


@media (max-width: 1200px) {

    .whitelabel-simple-text h1 {
        line-height: 58px;
        font-size: 58px;
        text-align: center;
        margin-bottom: 26px;
        font-weight: 900;
    }
}

@media (max-width: 600px) {
    #auth-content{
        width: 100%;
    padding-right: 20px;
        padding-left: 20px;
    }


}