<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#login-form { background-position: center; background-size: cover; }
.login { border-radius: 5px; }
.title { border-bottom: solid 1px gray; padding-bottom: 7px; text-align: center; }
label { margin-bottom: 3px; display: inline-block; }
button { min-width: 120px; }
.agree-terms { line-height: 27px; }
.agree-terms a, .agree-terms a:hover { color: #71020b; font-weight: bold; }
.box-user { background-color: rgba(0, 0, 0, 0.5); margin: 60px 0 !important; border-radius: 17px; padding: 20px 30px; color: white; }
.box-user h4 { color: white; margin-bottom: 30px; }
.section-divider { height: 2px; background-color: white; margin: 30px 0; }
</pre></body></html>