/*body {
    position: relative;
    background-attachment: fixed;
    min-height: unset !important;
}

#divLoginDetails {
    position:    absolute !important;
    left:        35% !important;
    top:         45% !important;
    width:       300px;
    height:      250px;
    margin-left: -200px;
    margin-top:  -125px;
}

#HeaderPrompt {
    position: relative !important;
    left: 90px !important;
    top: 35px !important;
    color: red;
}

table.LoginText {
    left: 70px !important;
    top: 25px;
}

input[type=submit] {
    min-width: 80px;
    height: 25px;
    color:  #fff;
    background: unset !important;
    background-color: rgb(118, 192, 90) !important;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    display: inline-block;
    margin: 0px;
    letter-spacing: 0;
    -webkit-appearance: none;
}

.ProductName {
    position: relative;
    background-repeat: no-repeat;
    height: 70px;
    top: 20px;
    left: 75px;
}

#ExpireMessage {
    position: relative;
    top: -95px;
    left: 325px;
    width: 325px !important;
    color: red;
}

#WhatsNewDIV {
    position: absolute;
    top: unset !important;
    font: 11px Arial;
}

#LicenceDIV {
    top: unset !important;
}

#Licence1 {
    top: unset !important;
}
*/

/* #sage-footer-logo {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    height: 137px;
    width: 115px;
} */

.login-container {
    padding: var(--default-padding);
    display: grid;
    grid-template-columns: auto max-content;
}

.login-form {
    display: grid;
    width: max-content;
    gap: calc(var(--default-gap) / 2) var(--default-gap);
    align-self: center;
    justify-self: center;
    justify-items: center;
}

.CoretimeLogo {
    max-width: 35ch;
}

.login-prompt {
    color: red;
}

form[name="PassForm"] {
    display: grid;
    gap: var(--default-gap);
    align-content: center;
    justify-items: stretch;
}

.login-form-actions,
.login-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form-actions > button {
    min-width: 15ch;
}

#lostpwd_row{
    display: flex;
    align-items: center;
}

#B1 {
    display: flex;
    align-items:center;
    justify-content: center;
}

#B1 #loadspinner {
    display: none;
}

#email_row {
    display: none;
}

#loggingInDialog { opacity: 0; }

.login-expirywarning {
    position: absolute;
    top: calc(var(--default-padding) * 2);
    left: calc(var(--default-padding) * 2);
    padding: var(--default-padding) calc(var(--default-padding) * 2);
    border-radius: var(--size-300);
    background-color: var(--clr-named-hintofgreen);
    border: 1px solid var(--clr-named-stratos);
    box-shadow: hsla(111, 50%, 62%, 0.5) 0px 5px 5px;
}

.login-expirywarning > h3 {
    color: red;
}

.login-licensee {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.tile-container {
    padding: 0;
    overflow: auto;
    height: calc(100svh - 4rem);
}

.tile {
    position:   relative;
    height:     200px;
    max-height: 200px !important;
    box-shadow: 3px 3px 5px #5c5c5c88;
}

.tile-content {
    position: relative;
    min-height: 175px;
    padding: 5px;
    margin: 0px;
}

.tile-content > h3 {
    padding-top: 2px;
    margin: 0px;
}

.tile-links {
    height: min-content;
    padding: 5px;
}

.tile-links > a {
    min-width: 80px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
    margin: 0px;
    margin-right: 6px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-appearance: none;
}

.tile-links > a:hover {
    border: 1px solid #fff;
}

img.clip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
}

img.faded {
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

img.background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: -1;
}

.clip~.tile-content {
    top: -15px;
}

/* @media screen and (max-width: 1600px) {
    #divLoginDetails {
        position:    absolute !important;
        left:        25% !important;
        top:         45% !important;
    }
}

@media screen and (max-width: 1350px) {
    #divLoginDetails {
        position:    absolute !important;
        left:        20% !important;
        top:         45% !important;
    }
}

@media screen and (max-width: 1250px) {
    #divLoginDetails {
        position:    absolute !important;
        left:        15% !important;
        top:         45% !important;
    }
}

@media screen and (max-width: 1200px) {
    body {
        position: relative;
        overflow: scroll !important;
        min-width: 610px !important;
        background-attachment: fixed;
    }

    #divLoginDetails {
        position:    absolute !important;
        left:        155px !important;
        top:         0px !important;
        margin-top: 0px;
    }

    #WhatsNewDIV {
        position: absolute;
        top: 280px !important;
    }

    #LicenceDIV {
        top: 300px !important;
    }

    #Licence1 {
        top: 325px !important;
    }

    .tile-container {
        left: 20px;

        top: 360px;
        overflow-y: visible;
    }

    #sage-footer-logo {
        position: fixed !important;
        right: 15px !important;
        left: unset !important;
        height: 137px;
        width: 115px;
    }
}

@media screen and (max-width: 700px) {
    .tile-container {
        width: 80% !important;
    }
} */