.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}


.cta-button {
    background-color:#31119e;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-left: 10px;
}
.cta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1ba2fe12;
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px 1px #c7c9ed;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #fff;
    background-color: #31119e;
    border-color: #31119e;
}
.btn-block {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
