<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url('../images/login-bg.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

#Button1{
    margin-right:0;
}
.login-languages a{

    padding:5px;
    border:1px solid white;
}
.login-languages a.selected{
    background-color:#eee;
    border:1px solid #666;
}
#register {
    text-align: center;
    width: 100%;
    color: #1d3557;
    text-transform: uppercase;
    display: block;
    width: 300px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #DC0C44;
    font-weight:900;
    margin-bottom:30px;
}

@media(max-height:639px) {

    #register {
        margin-top:20px;
    }
        .logo {
        width: 300px;
        display: block;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }

    div#loginbox {
        width: 90%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding-top:20px;
        padding-bottom:20px;
    }

        div#loginbox &gt; div {
            width: 100%;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }
}

    @media(min-height:640px) {

        .logo {
            position: fixed;
            top: 8%;
            left: 50%;
            width: 300px;
            display: block;
            margin-left: -150px;
        }
        #register {
            position: fixed;
            top: 82%;
            left: 50%;
            width: 300px;
            display: block;
            margin-left: -150px;
        }
            div #loginbox {
            position: fixed;
            top: 25%;
            width: 90%;
            max-width: 700px;
            height: 50%;
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
        }

            div#loginbox &gt; div {
                width: 100%;
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
            }
    }

    html body .content .content-wrapper {
        padding: 0;
    }

    div.content-header.row {
        display: none !important;
    }

    body.vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer {
        margin-left: 0px !important;
    }

    html body.fixed-navbar {
        padding-top: 0 !important;
    }

    #Button1 {
        float: right;
    }

    input {
        border: 1px solid #ddd !important;
    }

    label {
        text-transform: unset;
    }

    @media(max-width:520px) {
        div#loginbox {
            position: relative;
            width: unset;
            max-width: unset;
            left: unset;
            transform: none;
        }
    }</pre></body></html>