@import "./app.css";

body {
  margin: 0 0 0 0;
}

.mobile {
  display: none;
  min-height: 110vh;
  background-color: var(--primary-0);
}

.mobile-container {
  background-color: var(--primary-0);
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-height: 110vh;
}

.mobile-container-inner {
  background-color: var(--primary-0);
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 70%;
}

.mobile-corner-logo {
  display: flex;
  width: 100%;
  margin-top: 32px;
}

.mobile-tagline {
  font-size: 24px;
  color: white;
  font-family: "Dosis Medium";
  align-items: flex-start;
  text-align: center;
}

.mobile-app-store-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mobile-app-store-button-img {
  width: 70%;
  margin-top: 8px;
}

.mobile-play-store-button-img {
  width: 71%;
  margin-top: 8px;
}

.mobile-graphic {
  width: 100%;
  margin-top: 32px;
}

.contact-buttons-box {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}

.contact-button-logo:hover {
  color: white;
}

.contact-button-logo {
  color: grey;
}

@media (max-width: 600px) {
    .mobile {
        display: inline;
    }
    .desktop {
        display: none;
    }
}

.login {
  background-color: var(--primary-0);
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100vh;
}

.motto {
  align-items: flex-start;
  font-size: 84px;
  color: white;
  font-family: "Apercu-Medium";
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.tagline {
  font-size: 32px;
  color: white;
  font-family: "Dosis Medium";
  align-items: flex-start;
}

.login-left-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 3;
}

.login-left-inner {
  margin-top: 84px;
  width: "80%"
}

.login-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 2;
}

.microgrid-img {
  width: 75%;
  margin-top: 84px;
}

.app-store-button {
  margin-left: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.app-store-button-img {
  width: 25%;
  margin-top: 8px;
}

.login-button {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 64px;
  padding-right: 64px;
  border-radius: 20px;
}

.login-button-text {
  font-family: "Apercu-Medium";
  color: var(--primary-0);
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
.login-button:hover {
  opacity: 0.9;
}

.corner-logo-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.corner-logo {
  width: 80%;
}