

.loginMessage{
  font-family: "Segoe UI";
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 4.8px;
  color: rgba(0,0,0,0.6);

}

.wrongPassword{
  color: rgba(255,0,0,0.6);
  font-family: "Segoe UI";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;

}


