/**
 * auth/css/style.css
 *
 * @author Shohei Nakajima <nakajimashouhei@gmail.com>
 * @link http://www.netcommons.org NetCommons Project
 * @license http://www.netcommons.org/license.txt NetCommons License
 */

.auto-user-regist-key-handlename,
.auto-user-regist-key-name {
	width: 50%;
}

.auto-user-regist-key-username,
.auto-user-regist-key-password {
	width: 30%;
}

.auto-user-regist-disclaimer {
	overflow: auto;
	height: 250px;
}

/*
 * --- ログイン関連付け画面
 */
/* タイトルエリア */
div.auth-mapping-title {
	border-bottom: solid 1px #ddd;
}

/* メインエリア */
div.auth-mapping-main {
	display: flex; flex-wrap: wrap;
}

/* ログインエリア */
div.auth-mapping-login {
	border-right: solid 1px #ddd;
}
