.body-content {
  padding-bottom: 50px;
}

.msg {
  max-width: 320px;
  width: 80%;
  position: fixed;
  padding: 25px 15px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  font-weight: 500;
  opacity: 0;
  cursor: pointer;
  z-index: 555;
}

.showmsg {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(-5vh);
  animation: shadow 0.3s 2.5s forwards ease-in-out;
}
@keyframes view {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(-5vh);
  }
}
@keyframes hide {
  to {
    opacity: 0;
    transform: translateY(0);
  }
}
.inputerror {
  border-color: #dc352f !important;
  z-index: 999;
  animation: shake 0.15s 3 forwards ease-in-out;
}

@keyframes shake {
  from {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(3px);
  }
  to {
    transform: translateX(-3px);
  }
}
.link {
  max-width: 325px;
  display: flex;
  text-decoration: none;
  padding: 20px 30px;
  background: #ffffff;
  color: #333;
  align-items: center;
  margin: 50px auto;
}

.link img {
  height: 35px;
  margin-right: 25px;
}

.link p {
  margin: 0;
  font-size: 15px;
}

.wrap {
  max-width: 650px;
  width: 90%;
}

#form {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.group-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.input-wrap {
  position: relative;
  margin-bottom: 10px;
}

/* input */
.input-wrap label {
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 16px;
  transition: all 0.2s ease-in-out;
  color: #848e99;
}

.form-input {
  height: 60px;
  width: 100%;
  padding: 16px 16px 0px;
  background: none;
  outline: none;
  box-sizing: border-box;
  font: 500 17px "Roboto";
  border: solid 1px #dde1e6;
  border-radius: 4px;
}

.area-label {
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  padding: 8px 0 10px;
  width: calc(100% - 34px);
  left: 20px;
  position: absolute;
  top: 11px;
  color: #848e99;
}

/* inputfile */
.labelFile {
  height: 52px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid #c7ced7;
  color: #2c3949;
  background: #f4f7fb;
  margin: 15px 0px;
}

.labelFile:hover {
  background: #e2e9f4;
}

.labelFile:active {
  background: #dae1ec;
}

#myfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.labelFile img {
  height: 55%;
  margin: 5% 4% 5% 8%;
}

#texta {
  resize: none;
  width: 100%;
  height: 120px;
  padding: 16px;
  font: 16px "Roboto";
  outline: none;
  box-sizing: border-box;
  border: solid 1px #dde1e6;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

#texta::-webkit-scrollbar {
  width: 14px;
}

#texta::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 7px;
  box-shadow: inset 0 0 0 10px;
  color: #bdbdbd;
}

#texta::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

#texta::-webkit-scrollbar-corner {
  background-color: transparent;
}

.aInput {
  transition: border 0.2s ease-in-out;
}

.aInput:hover {
  border: solid 1px #b4bbc3;
}

.aInput:focus {
  border: solid 1px #6eaffe;
}

.button {
  width: 100%;
  height: 52px;
  background: #5c6735;
  border: none;
  outline: none;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
  font: 500 16px "Roboto";
}

.button:hover {
  background: rgb(57, 67, 20);
}

.button:active {
  background: rgb(57, 67, 20);
}

.button:disabled {
  cursor: not-allowed;
  background: #b1b1b1;
}

.group-text-input,
.input-wrap {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 729px) {
  .group-text-input,
  .input-wrap {
    width: 100%;
  }
}
@media (max-width: 570px) {
  #form {
    flex-direction: column;
    padding: 30px 7vw;
  }
  .labelFile img {
    margin-left: 0;
  }
  .labelFile {
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  .button {
    margin: 10px auto;
    min-width: 150px;
  }
}
.inpt {
  border: 1px solid #a30000;
}

.btn {
  background: #a8a8a8 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  transition: all 0.2s linear 0s;
}

#contact_wrpa h2 {
  color: #5c6735;
}

.contact_block {
  width: 250px;
  background: rgba(246, 246, 246, 0.5);
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  margin: 5px;
  padding: 15px;
}

.form_header {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background: rgba(246, 246, 246, 0.5) none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
}