.eyes-password {
  position: relative;
}
.eyes-password a {
  text-decoration: none !important;
  position: absolute;
  top: -55px;
  right: 15px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #eee;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
  background-color: #eee;
  color: #000;
}
input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus {
  background-color: #eee;
}
#cForm input,
#cForm textarea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
