@charset "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-form {
	text-align: center;
	width: 380px;
}

.login-messages {
	white-space: pre;
	font-size: 85%;
}

/* growlはstyleClassやclassでのスタイル指定が出来ないのでid指定で設定する。
単に"#loginView:growl_container"と書くと疑似要素扱いになってしまい、正しく選択出来ない */
div[id="loginView:growl_container"] {
	top: 10px;
	right: 10px;
}

.login-header {
	font-weight: bold;
	font-size: larger;
}

.login-contents {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-actions {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.login-contents input, .login-contents .ui-selectonemenu {
	width: 200px;
}

.saml-login {
	width: 310px;
	text-align: center;
	font-size: 1em !important;
	margin: auto;
}

.topImage {
	width: 60%;
	height: 60%;
	vertical-align: bottom;
}

.block {
	display: block;
	margin: 0 auto;
}

td:first-child {
	text-align: right;
}

td:last-child {
	text-align: left;
}

.termOfService {
	border: 1px solid black;
	width: 900px;
	height: 500px;
}

@media (max-width: 950px) {
	.termOfService {
		width: 80vw;
		height: 50vh;
	}
}
