

.message.success {
  padding: 8px 10px 8px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;

  background-color: #E8F5E9;
  border-color: #4CAF50;
  color: #43A047;

  -moz-animation: cssAnimation 0s ease-in 3s forwards;
  /* Firefox */
  -webkit-animation: cssAnimat ion 0s ease-in 3s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 3s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 3s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


.message.error {
  padding: 8px 10px 8px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;

  background-color: #FBE9E7;
  border-color: #FF5722;
  color: #D84315;

  -moz-animation: cssAnimation 0s ease-in 3s forwards;
  /* Firefox */
  -webkit-animation: cssAnimat ion 0s ease-in 3s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 3s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 3s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        visibility:hidden;
    }
}


.form-text {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 16px 8px 16px;
    font-size: 15px;
    line-height: 1.5384616;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.card-mastercard {
  background-image: url(../img/icon_mastercard.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-visa {
  background-image: url(../img/icon_visa.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-elo {
  background-image: url(../img/icon_elo.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-hipercard {
  background-image: url(../img/icon_hipercard.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-amex {
  background-image: url(../img/icon_amex.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-diners {
  background-image: url(../img/icon_diners.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.card-discover {
  background-image: url(../img/icon_discover.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
}