label {
  margin-left: 2px;
  color: #ffffff;
  font-weight: 500;
}

a {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.sales-contact {
  padding-right: 42px !important;
}

.acer-mall__banner {
  background-image: linear-gradient(45deg, #9bd195, #84b71e);
  /* height: 100px; */
  text-align: center;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acer-mall__banner--text {
  color: #ffffff;
}

.acer-mall__form--heading {
  text-align: center;
  margin: 0;
  color: #ffffff;
}

.acer-mall__form {
  margin-top: 28px;
}

.acer-mall__container {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.acer-mall__company--details {
  display: none;
}

.show-fields {
  display: block;
}

.error-message {
  color: red;
  font-size: 13px;
  margin-left: 4px;
  display: none;
}

.acer-mall__proceed--button {
  border: none;
  background: #84b71e;
  color: #fff;
  padding: 12px 32px;
  border-radius: 16px;
  font-weight: 500;
  text-decoration: none;
}

.acer-mall__register--button {
  background-color: #84b71e;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 16px;
  letter-spacing: 0.5px;
  border: none;
  font-weight: 500;
}

.acer-mall__support--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 16px;
  margin-top: 40px;
  padding: 32px;
}

.acer-mall__support--wrapper h2 {
  text-align: center;
}

.acer-mall__register--section {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.acer-mall__proceed--button:hover {
  color: #ffffff;
  text-decoration: none;
}

.input-field {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .acer-mall__container {
    padding: 0 96px 28px;
  }
}

@media only screen and (min-width: 992px) {
  .acer-mall__container {
    flex-direction: row;
  }

  .acer-mall__support--wrapper {
    margin-top: 28px;
    /* padding: 0 80px; */
    padding: 20px 40px 48px;
    margin-left: 32px;
  }

  .acer-mall__register--section {
    width: 320px;
  }

  .acer-mall__support--wrapper h2 {
    text-align: left;
  }

  label {
    min-width: 144px;
  }

  .input-field {
    display: flex;
    align-items: center;
  }
}

.abc {
  position: relative;
  width: 100%;
  margin: auto;
}

.background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  /* opacity: 0.7; */
}

.acer-mall__container {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

