@import "https://fonts.googleapis.com/css2?family=Ruda:wght@400;700&display=swap";

/* app/styles/route.css */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #1b1928;
  font-family: Ruda, sans-serif;
}
.main-content-container {
  display: flex;
  height: 5%;
  flex-direction: column;
  justify-items: center;
}
.routes-container {
  width: 100%;
  height: 100%;
  color: #fff;
}
.install-shopify-label {
  display: flex;
  flex-direction: row;
  align-items: self-start;
}
.shopify-store-input {
  border: 10px;
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
  background: white;
  width: 98%;
}
.submit-login-form {
  margin-left: 92%;
  width: 55px;
  height: 30px;
  padding: 5px;
  color: purple;
  background-color: #fff;
  border-radius: 10px;
  border: 0px;
}
.login-form-container {
  width: 45%;
  margin: 7% 26% 11%;
  padding: 15px;
  height: 120px;
  position: relative;
  z-index: 10;
  background: linear-gradient(to right, #7E0FD1 0%, #6F83C7 100%);
  border-radius: 8px;
  top: 225px;
}
.extended-button {
  border: none;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 5px;
}
.extended-button-content {
  border: none;
  cursor: pointer;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
