<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    text-align: center;
    margin-top: 15px;
}

#background-login {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #031525;
}

#background-login:after {
    background-image: url(/Assets/Theme/pages/img/login/Excavator-Image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    z-index: 1;
}

.login-form-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 15px;
    z-index: 100;
    position: relative;
}

.login-form-wrapper {
    background-color: #ffffffe6;
    padding: 50px 60px;
    width: 500px;
    max-width: 100%;
    border-radius: 4px !important;
}

.login-form {
    border: none !important;
    max-width: none !important;
    width: 100%;
}

.login-title {
    text-align: center;
    width: 100%;
    padding-top: 55px;
}

#Email {
    background: #FFF;
}

#login-company-name {
    background: #FFF;
}

#Password {
    background: #FFF;
}

.forgot-password {
    background: none !important;
    float: left;
}

.footer-new {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 11.3;
    color: black;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
</pre></body></html>