.input-label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.input__field--temp {
  margin-bottom: 24px;
}

.c-button--main {
  max-width: 276px !important;
  height: 80px !important;
  line-height: 70px !important;
  font-size: 1.125rem;
  letter-spacing: 8.5px;
  text-align: center;
  margin: 60px auto 0;
}

.viet-headline--contact  {
  background: url(../img/viet_contact.webp) no-repeat 50% !important;
  background-size: cover !important;
}

.viet-footer__infomation::after {
  background: url(../img/viet_contact.webp) no-repeat center !important;
    background-size: cover !important;
    z-index: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}