.caldera-grid .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: transparent !important ;
    color: #637097 !important;
    border-bottom-color: rgba(204, 212, 255, 0.6) !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.buttn {
    background-color: #3455ff;
    color: white;
    font-size: 16px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    min-width: 140px;
    max-width: 100%;
    border: none;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    padding: 12px;
    border-radius: 4px;
}
.buttn:hover {
    background-color: #ffc123;
    transition: all 0.5s;
}
#fld_185917Label {
    margin-top: 22px !important;
}
#fld_7900587Label {
    margin-top: 20px;
}
#fld_4089741Label {
    margin-top: 20px;
}