/* Modal specific styles */
.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
  background: transparent;
}

.modal-header {
  border: none;
  background: transparent;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .auth-container {
    width: 100%;
    height: auto;
    min-height: 600px;
  }
}
