.inputLogin{
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #9bdafc;
  font-family: Rubik-Regular;
  src: url(Rubik-Regular.ttf);
  font-size: medium;
}
.inputLogin::-webkit-input-placeholder {
     color: #9bdafc;
}