
.glyphicon-eye-open::before {
    font-size: 20px;
    /*color:#E0393D;*/
    background-color: transparent;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.glyphicon-eye-close::before {
     font-size: 20px;
    /*color:#E0393D; */
    background-color: transparent;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}




.glyphicon-eye-open:hover {
    border-color: #0088cc;
    outline: transparent;
}


.input-contLogonPages {
  position: relative;
  /*display: inline-block;*/
}

.input-contLogonPages a {
 position: absolute;
left: 305PX;
top: auto;
background: transparent;
border: 0;
border-radius: 0.25em;
color: #888;
cursor: pointer;
font-size: 0.75em;
font-weight: bold;
margin-right: 0.5em;
padding: 0.5em;
text-transform: uppercase;
-moz-appearance: none;
-webkit-appearance: none;
text-decoration:none;
}

.input-contLogonPages a:hover 
{
     border-color: #eee;
  outline: transparent;
  color: #555;
  text-decoration:none;
}




.input-contWidgetPages {
  position: relative;
  /*display: inline-block;*/
}

.input-contWidgetPages a {
 position: absolute;
right: 2PX;
top: 23px;
background: transparent;
border: 0;
border-radius: 0.25em;
color: #888;
cursor: pointer;
font-size: 0.75em;
font-weight: bold;
margin-right: 0.5em;
padding: 0.5em;
text-transform: uppercase;
-moz-appearance: none;
-webkit-appearance: none;
text-decoration:none;
}

.input-contWidgetPages a:hover 
{
     border-color: #eee;
  outline: transparent;
  color: #555;
  text-decoration:none;
}