﻿/* .rotation-image {
  display: block;
} */
.login-section {
  width: 50%;
}

.mobile-login-logo {
  display: none;
  height: 259px;
  width: 100%;
  object-fit: contain;
}

.desktop-login-logo {
  display: block;
}

@media screen and (max-width: 576px) {
  .rotation-image {
    display: none;
  }

  .login-section {
    width: 100% !important;
    background-image: url(/images/mobile-login-bg.png);
  }

  .mobile-login-logo {
    display: block !important;
  }

  .desktop-login-logo {
    display: none !important;
  }

  .css-d8i4u7-MuiTypography-root {
    display: none !important;
  }
  .css-pniuk3-MuiTypography-root {
    color: white !important;
  }
}

#rotatingImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}