.devise-forgotPassword {
  color: #6b21a8;
}

.devise-forgotPassword:hover {
  color: #7e22ce;
}

.devise-logIn {
  background-color: rgb(131 102 194);
  border-color: transparent;
  border-radius: 0.25rem;
  border-width: 1px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  color: rgb(255 255 255);
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.25;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
