<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Title bar
 --------------------------------------------*/

#page-title-bar { margin-bottom: 60px; }

/* Login form
 --------------------------------------------*/

.login-form { border: 1px solid #ddd; background-color: #f4f4f4; padding: 25px; margin-bottom: 40px; margin-top: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.login-form label { margin-bottom: 10px; font-weight: bold; }
.login-form input[type=text],
.login-form input[type=password] { padding: 0 10px; height: 45px; line-height: 45px; text-align: center; }
.login-form input[type=submit] { width: 100%; display: block; font-size: 18px; font-weight: bold; }

/* Fraud dec
 --------------------------------------------*/

.messagebox { background-color: #eee; padding: 30px; text-align: center; margin-bottom: 40px; }
.messagebox-title { font-size: 20px; margin-bottom: 20px; font-weight: bold; color: #e60263; }
.messagebox p:last-child { margin-bottom: 0; }

.form_block { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 50px; }
.form_block .form_title { font-size: 28px; font-weight: normal; text-align: center; margin-bottom: 20px; }
.form_block .form_subtitle { font-size: 16px; font-weight: normal; text-align: center; margin-bottom: 40px; }

.col-form-label { padding-top: 10px; padding-bottom: 5px; }

.upload-row { background-color: #eee; padding-top: 20px; padding-bottom: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.form-note { font-size: 14px; padding-top: 10px; }
.form-note ul { padding: 0 0 0 25px; }
.form-note ul li { list-style: disc; margin-bottom: 5px; line-height: 18px; }

.errormessage { margin-bottom: 15px; background-color: #e60263; color: #fff; text-align: center; padding: 10px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; display: none; }
.errormessage:before { content: ''; width: 0; height: 0; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #e60263; position: absolute; left: 15px; top: -10px; }

.button-wrap { padding: 20px 0 50px 0; }

#MainContent_DPP p { font-size: 12px; line-height: 14px; }

/* Login form
 --------------------------------------------*/

#site_footer { margin-top: 50px; }










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