/* Styling sheet for user login choice pages */

.cas-user-choice {
	padding-left: 112px;
	min-width: 1050px;
}

.cas-user-choice .content {
	height: 240px;
	margin-bottom: 240px;
}

.cas-user-choice .content-title {
	display: block;
}
.cas-user-choice .content-title h1 {
	color: #000;
	font-size: 70px;
	line-height: 52px;
	text-align: left;
}

.cas-user-choice .content {
	padding-top: 127px;
}

.cas-user-choice .choice-panel {
	min-width: 350px;
	text-align: center;
	width: 340px;
}

.cas-user-choice .choice-panel header {
	border-radius: 30px;
	height: 130px;
	width: 340px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.cas-user-choice .choice-panel header h1 {
	font-size: 32px;
	text-align: center;
}

.choice-panel .create-account,
.choice-panel .use-account {
	background-color: #000;
	color: #fff;
}

.choice-panel .use-limited-account {
	background-color: #ccc;
	color: #777;
}
/* specific size rule to match the specifications from the graphic model */
.choice-panel .use-limited-account h1 {
	width: 200px;
}

.cas-user-choice .choice-panel .description {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 110px;
	line-height: 21px;
	margin-top: 30px;
}

.cas-user-choice .cas-button {
	color: #000;
	font: 11px "Verdana", Arial;
	background-color: #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	height: 25px;
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 120px;
}

.cas-user-choice .cas-button:hover {
	color: #777;
}

.cas-user-choice .information {
	font-size: 11px;
	font-weight: bold;
	line-height: 2.4;
}