<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto');

body { margin: 0px; padding: 0px; }
body, td { color: #333; font-family: Roboto; font-size: 16px; line-height: 24px; font-weight: 400; }
#container { clear: both; }
#container.center { max-width: 650px; margin: 0px auto; padding: 20px 15px; }
p { margin: 0px; padding: 0px; margin-bottom: 20px; line-height: 24px; }
h1 { font-size: 28px; color: #3c3e45; font-weight: 700; margin: 0px; margin-bottom: 10px; line-height: 28px; }
a { color: #c12242; text-decoration: none; }
strong { font-weight: 400; }
#logo { padding-bottom: 20px; }
.label { padding-right: 10px; text-align: right; width: 140px; }
.label.top { padding-top: 6px; }
input[type=text], input[type=password], textarea, select { color: #333; font-family: Roboto; font-size: 16px; line-height: 20px; padding: 10px 12px; border: 1px solid #999; resize: none; font-weight: 400; border-radius: 2px; width: 100%; max-width: 100%; box-sizing: border-box; }
input[type=text]:Focus, input[type:password]:focus, textarea:focus, select:focus { border: 1px solid #555; }
input.error,
select.error,
textarea.error { background-color: #fee; border-color: #b05e5f; }
	
.button { cursor: pointer; background: #333; border-radius: 2px; border-width: 0; color: #fff; font-weight: 600; font-size: 13px; text-transform: uppercase; padding: 14px 20px; transition: all 0.2s ease 0s; letter-spacing: 1px; line-height: 13px; display: inline-block; margin-bottom: 3px; }
.button:hover, a.button:hover {}

#container .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container .clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
#container .clearfix { display: block; }</pre></body></html>