.errors>ul {
  margin-bottom: 0px;
}

.input-sign-in {
  border-radius: 15px;
  background-color: transparent !important;
}

.btn-hover-animation {
  border-radius: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-hover-animation:hover {
  transform: translateY(-2px);
}

.btn-hover-animation.btn-discord:hover {
  background-color: #5865F2;
  color: #fff !important;
}

.btn-discord {
  background-color: #5865F2;
  color: #fff !important;
}

.btn-hover-animation.btn-facebook:hover {
  background-color: #1877F2;
  color: #fff !important;
}

.btn-facebook {
  background-color: #1877F2;
  color: #fff !important;
}

.btn-discord i,
.btn-facebook i {
  margin-right: 8px;
  font-size: 1.2rem;
}