/* Desktop Styles */

.hero {
  display: none;
}

.appliance-info-form {
  background-color: #f9f9f9;
  margin: 0;
  display: flex;
  justify-content: center;
  min-height: 780px;
  height: calc(100vh - 313px);
  position: relative;
}

.form-container {
  position: fixed;
  max-width: 1200px;
  height: 780px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.main-form {
  border-radius: 3px;
  filter: drop-shadow(0px 3px 6px #00000029);
  position: absolute;
  height: 668px;
  width: 402px;
  left: 60px;
  top: 51px;
  background-color: #ffffff;
  padding: 30px;
}

.blank-background {
  flex: 1;
  flex-basis: calc((100% / 3) * 1);
  position: relative;
}

.image-background {
  flex: calc((100% / 3) * 2);
  display: block;
  background-image: url("../assets/machine.jpg");
  background-size: cover;
}

.form-heading-div {
  height: 100%;
  width: 317px;
  margin: 60px 29%;
}

.hero-text {
  font-size: 48px;
  line-height: 56px;
}

.top-footer-container {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  height: 17px;
}

.footer {
  padding-bottom: 25px;
}

.footer-links {
  order: 2;
  width: 100%;
  margin: 0;
}

.copyright {
  order: 1;
  margin: 0;
}
