@charset "utf-8";

/**
 * ログイン
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  Polaris, Inc.
 *
 */
.BLK100000
{
	margin: 2rem auto;
	max-width: 1024px;
}
.BLK100000 div.frame.entry.login
{
	width: 100%;
}
.BLK100000 div.section.content > p
{
	margin-top:1rem;
	color:#17a481;
}
.BLK100000 div.section.content p.err
{
	margin-top:1rem;
	color:#f00;
}
.BLK100000 div.section:nth-of-type(3)
{
	padding:1rem 0 3rem;
}
.BLK100000 div.section:nth-of-type(3) a
{
	color:#17a481;
	border-bottom:1px solid #aaa;
}
.BLK100000 div.section:nth-of-type(4)
{
	padding-top:1rem;
}