form input[type="text"],
form input[type="submit"],
form input[type="email"] {
    width: 100% !important;
    border-radius: 10px;
    border: solid 1px #1F2D3D;
}

form input[type="submit"] {
    border-radius: 100px;
    color: #000000!important;
}

form input[type="submit"]:hover {
    background: #000000!important;
    color: #FFFFFF!important;
    border-color: #000000!important;
}

label {
    font-weight: bold!important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

.gchoice.gchoice_9_5_1,
.gchoice.gchoice_9_5_3 {
    display: flex;
    justify-content: flex-end;
}

.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
}

.gform_legacy_markup_wrapper ul.gfield_radio li {
    width: 50%;
    margin: auto;
    margin-bottom: 20px!important;
}

.gchoice label {
    border-radius: 15px;
    background: #00E1FF;
    padding: 5px!important;
    font-size: 18px!important;
    color: #0042FF!important;
    text-align: center;
    width: 100% !important;
}

.gchoice input:checked + label {
    background: #0042FF!important;
    color: #FFFFFF!important;
}

.gchoice input {
    display: none!important;
}