<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    margin: 0;
}
body {
    color: rgb(231, 231, 231);
    font-family: Raleway sans-serif;
    background: url("/assets/templates/default/images/login_bg.jpg");
    background-repeat: no-repeat;
}
.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;

    display: block;
    background-image: url("/assets/templates/default/images/login_bg.jpg");
	background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(7px);
    -moz-filter:    blur(7px);
    -o-filter:      blur(7px);
    -ms-filter:     blur(7px);
    filter:         blur(7px);
}
.login-container {
    position: absolute;
    left:50%;
    top: 25%;
}
.login {
    position: relative;
    left: -50%;
    min-width: 200px;
    min-height: 40px;
    padding: 30px 60px;
    z-index: 2;
}
img {
    max-width: 20px;
}
.login-header {
    text-align: center;
}
.login-header &gt; h1 {
    font-size: 2em;
    padding-bottom: 20px;
}


button[type="submit"] {
    display:inline-block;
    background:0;
    color: rgb(231, 231, 231);
    padding:10px 15px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    border: 0;
    text-align:center;
}
button[type="submit"] &gt; span {
    font-size: 25px;
}
input[type="text"], input[type="password"] {
    background: rgba(222, 222, 222, 0.3);
    border: 0;
    padding: 7px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    min-width: 100%;
    margin-top: 3px;
}

</pre></body></html>