.cta-submit-idle {
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #846add;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}
.square-button {
    border-radius: 0px;
}
.cta-submit-container {
    width: 100%;
    padding-top: 17px;
}