input[type="text"]:not(.form-control)
{
    display: block;
   width:60%;
    padding: 1.2rem 0.75rem!important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}