.guidelegali-carousel{
    padding: 10px;
}

.imperia-style form input.form__field {
  width: 100%;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

._row {
  flex-wrap: wrap;
  display: flex;
}

.justify-centered {
  justify-content: center;
}

.desc {
  font-family: Calibri, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 140%;
  padding-bottom: 20px;
}

.error-message{
  position: absolute!important;
  top: 198px;
  right: 0;
  z-index: 1;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.privacy {
  font-family: Calibri, Helvetica, sans-serif;
  color: #0077b3 !important;
  text-decoration: underline !important;
  line-height: 140%;
}

.display-inline-block {
  display: inline-block;
}

.checkbox-arag {
  margin: 0 10px 0 !important;
  height: 15px;
  width: 15px !important;
}

.button-submit {
  text-align: center !important;
  height: 76px;
  width: 304px;
}

.arag-2web a.wiperButton {
  background: rgba(0, 0, 0, 0) url(../images/Universal-Sprite.png) no-repeat scroll 0 0;
  background-position: 0px -489px;
  border-radius: 16px;
  margin-top: 0;
  display: inline-block;
  top: 48%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1200ms;
  -webkit-animation-duration: 1200ms;
  animation-iteration-count: infinite;
  /* animation-direction: alternate; */
}

.arag-2web a.wiperButton.left {
  transform: translate(0, -50%) rotate(180deg);
}

.arag-2web label.bold{
    font-weight: bold;
}

@keyframes pulse {
  0% {
    margin: 0 0;
  }
  52% {
    margin: 0 8px;
  }
}

@-webkit-keyframes pulse {
  0% {
    margin: 0 8px;
  }
  100% {
    margin: 0 -8px;
  }
}

.button-confirmation{
    text-align: right;
}

@media (max-width: 740px) {
    .captcha{
        text-align: center;
    }

    .g-recaptcha{
        display: inline-block;
    }

    .button-confirmation{
        text-align: center;
    }

    .error-message{
      position: relative!important;
      top: 0;
    }
}