.inputText {
  border-bottom: 4px solid #0080b9;
  outline: none;
  transition: border-color 0.3s ease;
}

.inputText:focus {
  box-shadow: none;
}

.loginIcon {
  font-size: 1.6rem;
  color: #45af60;
}
