@import "./styles-profile.css";

@media screen and (max-width: 768px) {
  #main-login {
    margin: 0;
    height: 100%;
    margin-top: 10vh;
    padding: 0;
    overflow: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }

  .gfg-button {
    height: 4.5vh;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }

  #login-form-container,
  #auth-container {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    width: 100vw;
  }

  .gfg-div {
    width: 85vw;
  }

  header {
    box-shadow: none;
    margin-top: 3vh;
    background-color: transparent;
  }
  #title-container-2 {
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    font-size: 6vw;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
  }
}
