input{
    border-color: currentColor;
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    tab-size: 4;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-box-direction: normal;
    background-repeat: no-repeat;
    box-sizing: inherit;
    margin: 0;
    border-radius: 3px;
    font: inherit;
    background-color: transparent;
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    max-height: 32px;
    color: rgba(0,0,0,.87);
    font-weight: 700!important;
}

.button{
    word-break: normal;
    overflow-wrap: break-word;
    margin: 0;
    overflow: visible;
    border-style: none;
    align-items: center;
    display: inline-flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity,-webkit-box-shadow,-webkit-transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 28px;
    cursor: pointer;
    font-size: 1em;
    height: 44px;
    border-color: #7d4196 !important;
    padding: 0 20px;
}

.button.primary{
    background-color: #7d4196 !important;
    color: #fff !important;
}

.button.secondary{
    background-color: white;
    color: #7d4196 !important;
    border: 1px solid #7d4196 !important;
}

