﻿.btn.btn-roeid {
  color: #fff;
  background-color: #2e5ae6;
  background-image: none;
}
.btn.btn-roeid:hover {
  background-color: #09338a;
}
.btn.btn-roeid::before {
  background-image: none;
}

.btn.btn-google {
  color: #000000;
  background-color: #fff;
  background-image: none;
}
.btn.btn-google:hover {
  background-color: #e8e8e8;
}
.btn.btn-google::before {
  background-image: none;
}

.ascunde-parola {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

.afiseaza-parola {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
