#contact #contact-form .success-message {
    font-size: 2rem;
    line-height: 0;
    position: relative;
    bottom: 0;
    left: 0;
    height: 0;
    margin-top: -1.6em;
    padding: 0 2em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border: 2px solid limegreen;
    border-radius: 0;
    background: none;
}