.btn-microsoft {
  background-color: #2F2F2F;
  color: white;
}
.btn-microsoft:hover {
  background-color: #1F1F1F;
  color: white;
}
.or-divider {
  text-align: center;
  margin: 15px 0;
  position: relative;
}
.or-divider:before, .or-divider:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background-color: #ddd;
}
.or-divider:before { left: 0; }
.or-divider:after { right: 0; }

.text-danger {
    color: #dc3545;
    margin-top: 8px;
    font-size: 12px;
    display: block;
}

#email-error-message {
    margin-top: 6px;
}
