.form-group > label {
    color: #1A2A32;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4286rem; /* 400% */
    letter-spacing: -0.0229rem;
    margin-bottom: 8px;
}

input[type='text'], textarea.form-control {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #DCE4E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #1A2A32;
    font-size: 1.1429rem;
    font-weight: 400;
    line-height: 1.7143rem;
}

.input-group .input-group-btn>.btn {
    border-radius: 0px 8px 8px 0px;
}

input[type='text']::placeholder {
    color: #667085;
}

.gformbuilderpro_form #thankyou-page .alert-success {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
}

.alert-danger {
    border-radius: 16px;
}

div[data-type="submit"] button {
    border-radius: 19px;
    padding: 12px 28.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0571rem; /* 180% */
    border: 1px solid black;
    border-color: #E73443;
    background-color: #E73443;
    color: white;
    width: 100%;
}
.formajaxresult {
    width: 100%;
}

.formajaxresult .success_box {
    background: transparent;
    border: none;
}

@media only screen and (max-width: 768px) {
    
}