<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.auth_input td.style1 {
	white-space: nowrap;
}
.auth_input input[type="text"],
.auth_input input[type="password"] {
	width: 280px;
	padding: 5px;
}
.auth_input .com_table {
	width: 100%;
}
.auth_input .com_td.left {
	width: 50%;
    padding: 20px;
}
.auth_input .com_td.right {
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
.auth_input .com_td.right a.button {
	display: block;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    color: #3498DB;
    border: solid 1px #3498DB;
    padding: 60px 30px;
    border-radius: 10px;
}
.auth_input .com_td.right a.button:hover {
	color: #f7a52a;
	border-color: #f7a52a;
}
.auth_input .com_td.right a.button .text1 {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.auth_input .com_td.right a.button .text2 {
	display: block;
	font-size: 14px;
}
.auth_input .com_td.right a.button .text,
.auth_input .com_td.right a.button .icon {
	vertical-align: middle;
}
.auth_input .com_td.right a.button .icon {
	font-size: 50px;
}

.forgot {
	text-align: center;
	margin-top: 10px;
}</pre></body></html>