/* Minification failed. Returning unminified contents.
(138,23): run-time error CSS1039: Token not allowed after unary operator: '-awi-font-family'
(144,23): run-time error CSS1039: Token not allowed after unary operator: '-awi-font-family'
(151,23): run-time error CSS1039: Token not allowed after unary operator: '-awi-font-family'
 */

/*--------------------------------------------------------------------------------------+
|
| Supplied under applicable software license agreement.
|
| Copyright (c) 2025 Bentley Systems, Incorporated. All rights reserved.
|
+---------------------------------------------------------------------------------------*/

html {
    min-width: 500px;
    min-height: 300px;
    background: url(/images/SplashBG.jpg) no-repeat;
    background-position: center; 

    height: 100%;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* This is done for the login page only as the background color will overlap the gradient, so setting to transparent allows
         * background color to show through above. */
.main_bkgd {
    background-color: transparent !important;
}

td {
    vertical-align: middle;
}

.imgBentley {
    width: 185px; 
    position: fixed; 
    top: 18%; 
    left: 33%;
}

.imgCustomerImage {
    height: 20vh;
    max-height: 200px;
    width: auto;
}

.imgInspectTech {
    width: 230px; 
    margin: 5px; 
    padding-right: 25px
}

#LoginBar {
    background: white; 
    text-align: center; 
    width: 100%; 
    padding-top: 30px; 
    padding-bottom: 20px;
    position: fixed;
    bottom: 30%;
    box-shadow: 0px 0px 30px #CCCCCC;
}

.LoginHeader {
}

.LoginFormInline {
    margin: 0 auto;
    width: 325px;
}

.LoginContainer {
    position: fixed;
    left: 35%;
    bottom: 50%;
}

    .LoginContainer h1 {
        cursor: default;
        padding-bottom: 10px;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        color: inherit;
        font-family: inherit;
        font-weight: bold;
        margin: 0;
        text-rendering: optimizelegibility;
    }

.LoginCustomHTML {
}

.LoginUnauthorized {
    padding-top: 5px;
    margin-bottom: 5px;
    background: white;
    position: absolute;
    display: block;
    bottom: 0px;
    text-align: center;
    padding-bottom: 20px;
    color: #4A4A4A;
    width: 100%;
    box-shadow: 0px 0px 25px #BBBBBB;
    z-index: -1000;
}

.LoginUnauthorizedText {
    color: green;
}

.LoginImages {
    display: inline-block;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: middle;
    width: auto;
    width: 18px;
}

.LoginText {
    height: 22px;
    line-height: 22px;
    margin-left: -3px;
}

.LoginEmailText {
    width: 250px;
    height: 22px;
}

.LoginEmail {
    font-family: var(--awi-font-family);
    font-size: 12px;
}

.LoginRemember {
    text-align: left;
    font-family: var(--awi-font-family);
    font-size: 12px;
    padding-top: 3px;
}

.LoginReset {
    text-align: right;
    font-family: var(--awi-font-family);
    font-size: 12px;
    padding-top: 5px;
}

    .LoginReset a {
        color: #0088CC;
        text-decoration: none;
    }

        .LoginReset a:hover {
            text-decoration: underline;
            color: #005580;
        }

