
/* suppress IE >= 10 native functionality that can show password */
input[type="password"]::-ms-reveal {
  display: none;
}
button#btnToggle {
    top: 25px;
}
.input-group {
  position: relative;
  width: 100%;
}
.toggle-password {
  background: none;
  border: none;
  color: #646464;
  position: absolute;
  right: .75em;
  top: 2.25em;
  z-index: 9;
}

.fa {
  font-size: 25px;
}
.reg-button{
    background-color: #ff0000;
    color:#ffffff;
    border:1px solid #e10202;
}
.reg-button:hover{
    background-color: #ce0000;
    color:#ffffff;
    border:1px solid #b90000;
}
a{
    color:#ff0000;
}
.validation{
    position: absolute;
    display: flex;
    font-size: 12px;
    padding-top: 2px;
}

/* suppress IE >= 10 native functionality that can show password */
input[type="password"]::-ms-reveal {
  display: none;
}
button#btnToggle {
    top: 25px;
}
.input-group {
  position: relative;
  width: 100%;
}
.toggle {
  background: none;
  border: none;
  color: #646464;
  position: absolute;
  right: .75em;
  top: 2.25em;
  z-index: 9;
}

.fa {
  font-size: 25px;
}
.reg-button{
    background-color: #ff0000;
    color:#ffffff;
    border:1px solid #e10202;
}
.reg-button:hover{
    background-color: #ce0000;
    color:#ffffff;
    border:1px solid #b90000;
}
a{
    color:#ff0000;
}
.validation{
    position: absolute;
    display: flex;
    font-size: 12px;
    padding-top: 2px;
}
