<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.wrapper {
	background-color:#dfe9ea;
	padding:10px;
}

p.lead {
	font-size:11px;
	font-size:1.1rem;
}

div.btn_facebook {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_facebook.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
}

div.btn_twitter {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_twitter.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
}

div.btn_google {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_google.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
}

div.btn_guide {
	width:140px;
	height:42px;
	background-image:url("../../images/authentication/btn_guide.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-right:10px;
}

div.btn_registration {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_registration.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:5px;
}

div.info {
	position:absolute;
	display:inline-block;
	left:150px;
	line-height:18px;
	background-image:url("../../images/authentication/icon_info.png");
	background-size:17px 17px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:22px;
	font-size:11px;
	font-size:1.1rem;
	margin-top:20px;
	margin-right:10px;
}

div.info a, div.guide a {
	text-decoration:none;
	color:#888888;
}

div.guide {
	position:absolute;
	display:inline-block;
	top:28px;
	left:150px;
	line-height:18px;
	background-image:url("../../images/authentication/icon_info.png");
	background-size:17px 17px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:22px;
	font-size:11px;
	font-size:1.1rem;
	margin-top:20px;
	margin-right:10px;
}
div.float_wrapper {
	overflow:hidden;
}

div.info_container {
	height:50px;
	position:relative;
}
/*
 * authenticated
 */


div.box {
	width:300px;
	background-color:#fff;
	-webkit-box-shadow: inset 0 -0.5px 1px #cccccc;
	-moz-box-shadow: inset 0 -0.5px 1px #cccccc;
	box-shadow: inset 0 -0.5px 1px #cccccc;
	margin-top:15px;
}

div.header_facebook {
	padding:5px 10px;
	background-color:#3b5999;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

div.header_twitter {
	padding:5px 10px;
	background-color:#00aced;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

div.header_google {
	padding:5px 10px;
	background-color:#c83f2e;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

div.content {
	padding:10px;
}

p.account_name {
	margin-left:5px;
}

p.account_name_associated {
	margin-left:5px;
	color:#1E575F;
}

div.btn_associate {
	width:270px;
	height:40px;
	background-image:url("../../images/authentication/btn_associate.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin:5px auto;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

h3.title {
    font-size: 12px !important;
    font-weight: bold;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    color: #1E575F;
    background-color: #A7D8DE;
}
div.btn_auid {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_auid.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
}

div.header_auid {
	padding:5px 10px;
	background-color:#ec5a04;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

div.btn_line {
	width:290px;
	height:45px;
	background-image:url("../../images/authentication/btn_line.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
}

div.header_line {
	padding:5px 10px;
	background-color:#00C300;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
</pre></body></html>