

#loginDiag{
	max-height: 500px;
	border-radius: 10px;
	overflow: hidden;
}


#modal-dialog-login{
	border-radius: 10px;
	width: 400px;
	margin: 40px auto;	
	
}
#modal-content-login{
	border-radius: 10px;
	background-color: rgba(35, 74, 97, 0.9);
}

#modal-body-login{
	background-color: white;
	border-bottom: 10px;

}

#diag-header{
	background-color: rgba(35, 74, 97, 0.9);
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}




.titleDiag {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
	text-align: center;
}


#btnFechar {
	float: right;
	color: white;
	cursor: pointer;
	margin-top: 10px;
}

#btnFechar:hover {
  color:#c62322;
}	

#loginIframe {
	width: 100%; 
	height: 400px;
	border-style: none;
}





