/* style for login.jsp */
body, P {
	max-width: 1200px;
	margin: auto;
	font-family: -apple-system, BlinkMacSystemFont,
		“Segoe UI”, “Roboto”, “Oxygen”,
		“Ubuntu”, “Cantarell”, “Fira Sans”,
		“Droid Sans”, “Helvetica Neue”, sans-serif;
}
#errorMsgDiv{
	
	color: red;
}
.tagline{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.normalWhiteText{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.fineprint
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9fa2ab;
	font-weight: bold;
}
.submitBtn{
	background: url(../assets/loginBtn.png);
	height: 20px;
	width: 73px;
	border:0px;
	padding:0px;
	white-space:nowrap;
	margin:0px;
}
.resetBtn{
	background: url(../assets/resetBtn.png);
	height: 20px;
	width: 73px;
	border:0px;
	padding:0px;
	white-space:nowrap;
	margin:0px;
}

.pagebgrd
{  
	background-color: #f4f4f2;
	color: #515151;
}

.highSpace100{
	height:100px;
}
.wid270 {
	width:250px;
}

#msg{
	text-align: center;
}
.criteriaBlock{
	margin: 100px;
	padding: 10px 10px 10px 30px;
	background-color:#cccccc; 
	text-color: #f4f4f2;
}

.button {
	width: 14em;
	padding: 4px 8px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid rgba(90,90,90,1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
/*	background: -webkit-linear-gradient(-90deg, rgba(255,249,234,1) 0, rgba(255,205,5,1) 100%);
	background: -moz-linear-gradient(180deg, rgba(255,249,234,1) 0, rgba(255,205,5,1) 100%);
	background: linear-gradient(180deg, rgba(255,249,234,1) 0, rgba(255,205,5,1) 100%);*/
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-color: #5B87AA;
}

.button:hover {
	color: #666666;
	border: 1px solid rgba(50,50,50, .51);
}

.loginBox{

	height: 300px;
	display: block;
	padding: 5em 10% 0 28%; 
}

.bkImg {
	/* border: solid 1px; */
	display: block;
	width: 308; height:210;
	padding: 3em 0 0 260;
	background-repeat: no-repeat;
	background-image: url("CentraVizionLoginBK518x230.png");
}
.rightCol {
	width: 240;
	margin-left:1; 
}
.banner {
	margin-top: 8em;
}
.line {
	margin: .3em 0;

	width: 14em;
	font-size: small;
}