button.select2-selection__choice__display {
    color: #000!important;
    border: 1px solid transparent!important;
    background: transparent!important;
}
button.select2-selection__choice__remove {
    color: #808080!important;
    border: 1px solid transparent!important;
    background: transparent!important;
    padding: 0 5px!important;
}
button.select2-selection__choice__remove span {
	font-size: 18pt;
    line-height: 14pt;
}

.membership-info-col-1{
    display:inline-block;
    padding-right: 30px;
}

.membership-info-col-2{
    display:inline-block;
}

.employer-name{
    float:left
}

.email-alert {
  margin-bottom: 1px;
  height: 30px;
  line-height:30px;
  padding:0px 15px;
  border-radius: 0 !important;
  text-align: center;
}

.pw-eyeball {
    background-image: url("/webapp/static/images/View-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }
.pw-eyeball-slash {
    background-image: url("/webapp/static/images/Hide-Password.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }
