#vrm-form .vrm-action:before{
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    background: #0037a0;
    width:45px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
}
#vrm-form .vrm-action{
    float: left;
    height: 40px;
    width: 45px;
    padding: 0 !important;
    margin: 0;
}
#vrm-form .vrm-action span{
    display: none;
}

body #vrm-form input[type="text"]{
    background-color: #fff200 !important;
    background-image: url('../images/GB.jpg') !important;;
    background-repeat: no-repeat;
    background-position: left center;
    width: calc(100% - 45px);
    padding-left: 30px;
    float: left;
    height: 40px;
    border:0;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}
body #vrm-form input:-internal-autofill-selected {
    background-color: #fff200 !important;
    background-image: url('../images/GB.jpg') !important;;
}
.green-section, .red-section{
    background: #7cc576;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.red-section p, .green-section p{
    margin-bottom: 0;
}
.red-section{
    background: #FF0000;
}