body {
  margin: 0;
  padding: 0;
}

.s-b-10 {
  margin-bottom: 10px;
}

*:focus,
input[type]:focus {
  outline: none;
  border-color: #1f4720;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

*:focus:invalid:focus,
input[type]:focus:invalid:focus {
  outline: none;
  border-color: #1f4720;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.site-loading-loader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  text-align: center;
  background-color: #fffffe;
  z-index: 99;
}

.site-loading-loader img {
  position: absolute;
  width: 10%;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 979px) {
  .site-loading-loader img {
    width: 20%;
    bottom: 20px;
  }
}

/*# sourceMappingURL=argpi.css.map */