/*
Copyright (C) 2001-2021 OTRS AG, https://otrs.com/
Copyright (C) 2021-2022 Znuny GmbH, https://znuny.org/

This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
*/

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  Admin
 */

@media screen,projection,tv,handheld {

.BusinessLogo {
    width: 82px;
    height: 82px;
    margin: 20px auto;
    position: relative;
    text-align: center;
}

.BusinessLogo span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border: 5px solid #3B6D7F;
    border-radius: 90px;
}

.BusinessLogo i {
    margin-top: 28px;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    color: #264654;
}

} /* end @media */
