.aviseme,
.avisame-message {
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  background: #FFF;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  opacity: 0;
}
.aviseme-form {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.aviseme-title {
  font-size: 1.125rem;
}
.aviseme-img-captcha img {
  display: block;
  margin: 0 auto;
}
.aviseme-buttons {
  width: 100%;
  padding: 0 1.4rem 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aviseme-cancel {
  border: 1px solid #D9D9D9;
  background: #FFF;
  color: #AAA;
}
.aviseme-cancel:hover {
  color: #AAA;
}
.avisame-icon-error {
  padding: .8rem;
  position: absolute;
  z-index: 1;
  color: #DF280A;
  cursor: pointer;
  bottom: 0;
  right: 0;
}
.aviseme-error {
  width: auto;
  padding: 4px;
  border-radius: 3px;
  position: absolute;
  z-index: 3;
  right: 0;
  margin-top: -1px;
  background: #ffdddd;
  border: 1px solid #ff9d8c;
  color: #c32e2a;
  text-align: left;
  display: none;
}
.aviseme-error::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: .5rem;
  top: -6px;
  background: #ffdddd;
  border-left: 1px solid #ff9d8c;
  border-top: 1px solid #ff9d8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aviseme-form .input-default.avisame-input-errorr {
  border-color: #ff9d8c;
  position: relative;
  z-index: 1;
}
.avisame-message {
  z-index: 4;
}
.avisame-message-middle {
  position: absolute;
  max-width: 600px;
  width: 100%;
  padding: 1.4rem;
  z-index: 5;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  text-align: center;
}
.avisame-message-text {
  font-size: 1rem;
  color: #06b506;
  display: block;
}
.avisame-message-icon {
  display: block;
  font-size: 2rem;
  color: #06b506;
}
@media only screen and (min-width:480px) {
  .list .aviseme-name-email .field-group {
    width: 50%;
    display: inline-block;
  }
  .list .aviseme-name-email .field-entry {
    margin-top: 0;
    border-radius: 0!important;
  }
  .list .avisame-name .field-entry {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
  }
  .list .avisame-email {
    margin-left: -1px;
  }
  .list .avisame-email .field-entry {
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
  }
  .list .aviseme-img-captcha {
    display: inline-block;
    vertical-align: middle;
  }
  .list .avisame-captcha {
    display: inline-block;
    width: calc(100% - 170px);
    margin-left: 20px;
  }
  .list .aviseme-buttons {
    display: inline-block;
  }
  .list .aviseme-buttons .btn-full {
    width: calc(50% - 10px);
    max-width: 290px;
  }
  .list .aviseme-cancel {
    margin-left: 20px;
  }
}
