.border-child {
    border-color : #ff00f3;
}
.text-child {
    color: #ff00f3;
}

.border-test {
    border: 1px solid rgba(0, 255, 76, 0.731)
}
.showPassword{
    border-radius: 0 5px 5px 0;
    background-color: rgba(197, 197, 197, 0.62);
}
.showPassword:hover{
    background-color: rgba(162, 162, 162, 0.71);
    cursor: pointer;
}

