@charset "utf-8";

* {
	margin: 0px auto;
	padding: 0px auto;
	font-family: tahoma, arial, sans-serif;
	color: #696969;
	font-size: 12px;
}

.promptLogin {
	margin-top:150px; 
	border:1px solid #B5B5B5; 
	max-width: 600px;
	width: 400px;
	min-width: 470px;
	max-width: 600px;
	padding:15px;
}

html, body {
	height: 100%;
}

.promptLogin2 {
	margin-top:15px; 
	border:2px solid #D7D7D7; 
	width: 95%;
	height: 90% !important;
	min-width: 470px;
	min-height: 300px;
}

.centralizar {
	height: 75%;
  	min-height: 75%;
  	width: 95%;
  	min-width: 95%;
	
	/* habilita o flex nos filhos diretos */
  	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;

  	/* centraliza na vertical */
  	-ms-align-items: center;
  	-webkit-align-items: center;
  	align-items: center;

}

/*
 	redira as bordas PanelGrid
*/
.ui-panelgrid td, .ui-panelgrid tr {
    border-style: none !important
}

.promptLogin
{
	border-radius: 6px; /* CSS3 */
	-khtml-border-radius: 6px; /* Safari() */
	-moz-border-radius: 6px; /* Mozilla */
	-opera-border-radius: 6px; /* Opera */
	-webkit-border-radius: 6px; /* Safari */
}