/* customer changes overriding definitions in "basicresource\weboffice.css" */

.synadmin img.logo	{
	background-image: url( "logo_waz.png" );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 227px;
	height: 124px;
	border: 0px;
}

img.logo	{
	background-image: url( "logo_waz.png" );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 227px;
	height: 124px;
	border: 0px;
}

   
.synergis_body  {
  background-color: #FFF;
  border: 0px solid #2490BD;
  text-align: center;
  padding: 50px 50px 0px 50px;
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  height:100%;
}
.logindialog  {
  border:1px solid #2490BD;
  background-color: #2490BD;
}
