/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

& when (@media-common = true) {
    .adobe-ims-root {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .admin-ims-login-wrapper {
        align-items: center;
        background: url('Magento_AdminAdobeIms::images/AdobeStock_232925587.png') no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex: 1 0 auto;
        justify-content: space-evenly;

        .adobe-ims-sign-in-modal {
            background: @color-white;
            height: 581px;
            width: 470px;
        }

        .adobe-ims-sign-in-dialog {
            display: flex;
            flex-direction: column;

            p {
                padding-bottom: 30px;
            }
        }

        .adobe-ims-button {
            align-items: center;
            display: flex;
            justify-content: flex-end;
        }

        .adobe-ims-note {
            color: @color-white;
        }

        .adobe-ims-error-message-wrapper {
            margin-bottom: 15px;
        }
    }

    .adobe-ims-footer {
        align-items: center;
        background: @color-black;
        color: var(--spectrum-global-color-gray-600);
        display: flex;
        flex-shrink: 0;
        height: 39px;
        justify-content: flex-end;
        padding-right: 15px;
        text-align: right;
    }
}
