.awgps-logon-wrapper { 
    display: flex;
    background-color: #1F2830;

    position: absolute;
    inset: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;


    .logon-image { 
        width: 80%;
    }

    .logon-image-desktop  {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .logon-content { 
        height: 98vh;

        .logo-container {
            background-color: #8E1537;
            margin-top: 30%;
            height: 137px;

            .assetWorksLogo {
                display: flex;
                align-items:center;
                justify-content: center;
                flex-direction: column;

                 padding-left: 5%;
                 padding-right: 5%;
                 padding-top: 12%;

                img {
                    max-width: 100%;
                    height: auto;
                    margin-left: auto;
                    margin-right: auto;
                }
            }
           
           .assetWorksLogo-landscape {
                margin-bottom: 4% !important;
                padding-top: 2% !important;
                padding-bottom: 2% !important;
            }
    
            .assetWorksLogo-portrait {
                padding-top: 13% !important;
                padding-bottom: 13% !important;
                margin-bottom: 0% !important;
    
            }
    
        }

        .router-content {
            margin-top: 10%;
        }
    }

    .logon-content-desktop { 
            width: 20%;
            min-width: 443px;
    }

    .logon-content-landscape { 
        margin-top: 0% !important;
    }

    .logo-container-desktop {
        min-width: 443px;
        margin-bottom: 2%!important;
        max-width: 25%;
    }
    
    .logo-container-landscape {
        margin-bottom: -4% !important;
        height: 112px !important;
        margin-top: 0% !important;
    }

    .router-content-desktop {
        margin-top: 10%;
    }

    .router-content-landscape {
        margin-top: 0% !important;
    }
}