.signup-wrap.animate {
    height: 190px;
}
.signup-wrap {
    height: 0;
    overflow: hidden;
    transform: scale3d(1, 1, 1);
    /*transition: height 0.5s ease-in-out 0s;*/
}
.ecapture {
    background: #4d4d4d none repeat scroll 0 0;
    height: 100%;
    padding: 23px 0 33px;
    position: relative;
}
.ecapture-close {
    color: white;
    font-size: 24px;
    height: 11px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 11px;
}
.signup-heading {
    color: white;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}
.signup-form {
    display: table;
    margin: 21px auto 0;
}
.form-field {
    height: 44px;
    padding-left: 10px;
    width: 200px;
}
#subsEmail {
    background: #696156 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
}
.successError {
    font-size: 16px;
}