.login-role {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin: -12px 0 20px;
  padding: 3px;
  border-radius: 10px;
  background: #edf1ed;
}
.login-role button {
  height: 38px;
  border: 0;
  border-radius: 8px;
  color: #69756d;
  background: transparent;
  font-size: 13px;
  font-weight: 650;
}
.login-role button.active {
  color: #17231c;
  background: #fff;
  box-shadow: 0 2px 9px rgba(40,65,48,.08);
}
