.p-button-icon-save 
{
       background-image: url("/cy-beta/jakarta.faces.resource/images/save.png?ln=default")  no-repeat top left !important;
       background-color: #11ffee00;
       width: 85px;
       height: 50px;
}
/* 
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.one-me-button
{
	background-color: #11b6aa;
	text-align:center;
	height:50px;
	border-color:rgb(214, 203, 50);
	border-style:double;
	border-radius:25px;
}
 */
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only, button
{
	background-color: #54aed9;
	text-align:center;
	height:40px;
	border-color:#d6cb32;
	border-style:double;
	border-radius:25px;
}

.one-me-button
{
	background-color: #54aed9;
	text-align:center;
	height:40px;
	border-color:#d6cb32;
	border-style:double;
	border-radius:25px;
}

ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.one-me-button
{
	background-color: #54aed9;
	text-align:center;
	height:40px;
	border-color:#d6cb32;
	border-style:double;
	border-radius:25px;
}

ui-spinner.ui-widget.ui-corner-all.ui-spinner-stacked.ui-inputwrapper-filled.ui-sortable-handle
{
	background-color: #54aed9;
	text-align:center;
	height:40px;
	border-color:#d6cb32;
	border-style:double;
	border-radius:25px;	
}

ui-button-text.ui-sortable-handle
{
	background-color: #54aed9;
	text-align:center;
	height:40px;
	border-color:#d6cb32;
	border-style:double;
	border-radius:25px;
}

.contactChip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  pointer-events: none;
}

.contactChip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}     

.signUpImage 
{
	background-image: url("/cy-beta/jakarta.faces.resource/images/OneMeSignupImageLink.png?ln=default") !important;
	
    width: 200px;
    height: 100px;
}

body .ui-inputfield 
{
	border-radius: 25px;
}
