.form-control {
    border: 1px solid #EC1D63 !important;
    color: #EC1D63;
    border-radius: 20px;
    box-shadow: none;
    outline: none;
    padding: 15px;
    background-color: white;
}    

.form-inner-con button {
    width: 100%;
    background: #EC1D63;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 19px 160px 18px;
    border-radius: 30px;
}

.form-minimal .tt-form-control:not(select), .tt-form-minimal select.tt-form-control:not([multiple]) {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 2px;display: 
}

form-control {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: normal;
    color: #FFF;
    border: 1px solid rgb(136 136 136 / 65%);
    border-radius: 3px;
}

.form-group {
    margin-top: 20px;
}

.submitmsg {
    background-color: white;
    border: 1px solid #EC1D63;
    color: #EC1D63;
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    padding: 15px;
}

.submitmsg:hover {
    border: 1px solid white;
    color: white;
    background-color: #EC1D63;
    font-family: sans-serif;
}

button:disabled, button:hover:disabled {
    background-color: lightgray !important;
    color: gray !important;
    border-color: lightgray !important;
    font-family: sans-serif;
}