.auth-cover-wrapper {
  display: flex !important;
  gap: 0 !important;
  height: 100vh !important;
}

.auth-cover-content-inner {
  flex: 1 !important;
  padding: 0 !important;
}

.auth-cover-sidebar-inner {
  flex: 1 !important;
  height: 100vh !important;
  overflow-y: auto !important;
}

.auth-img {
  width: 100% !important;
  height: 100vh !important;
}

.auth-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}