.Tooltop {
    position: absolute;
    display: none;
    z-index: 10;
    left: 30%;
    margin-top: 40px;
    background-color: red;
    border-radius: 6px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
    box-shadow: black 1px 1px 1px 0px;
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    text-shadow: #901100 0 -1px 0;
}

#new_ifyesonfehowlonghaveyoubeenusingfundr {
    height: 55px;
    color: black;
}

#cbr_wewanttohearfromyou {
    height: 70px;
    margin-top: -20px;
}

span#firstname_span {
    margin-top: 0px;
}

span#lastname_span {
    margin-top: 0px;
}

span#emailaddress1_span {
    margin-top: 0px;
}

span#companyname_span {
    margin-top: 0px;
}

span#cbr_companysize_span {
    margin-top: 0px;
}

span#cbr_jobtitles_span {
    margin-top: 0px;
}

span#telephone1_span {
    margin-top: 0px;
}

span#cbr_country_span {
    margin-top: 0px;
}

.Tooltop::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -40%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}

.TooltopC {
    position: absolute;
    display: none;
    z-index: 10;
    left: 30%;
    margin-top: 40px;
    background-color: red;
    border-radius: 6px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
    box-shadow: black 1px 1px 1px 0px;
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    text-shadow: #901100 0 -1px 0;
}

    .TooltopC::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -40%;
        border-width: 5px;
        border-style: solid;
        border-color: red transparent transparent transparent;
        bottom: -12px;
    }

.crmEntityFormView .cell input[type=text], input[type=email], input[type=url], .crmEntityFormView .cell textarea {
    height: 40px;
}

    input[type=text]:focus, select:focus, input[type=email]:focus, input[type=url]:focus {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 38px !important;
    }

/*::-webkit-input-placeholder {
    color: #000000;
    font-weight: bold;
}*/


div#consentArea a {
    color: #fff;
}

.crmEntityFormView .cell select {
    height: 40px;
}

#mktoCheckbox_Dyn {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

form.mktoForm .mktoButtonRow button, .form-wrapper form.mktoForm .mktoButtonRow input[type="submit"] {
    background-color: #00188F !important;
    color: #FFFFFF !important;
}

.btn-primary {
    background-color: #00188F !important;
}


.submit-btn:hover {
    border: 2px solid #000 !important;
    text-decoration: underline !important
}

.btn:hover {
    border: 2px solid #000 !important;
    text-decoration: underline !important
}

.btn-primary:hover {
    border: 2px solid #000 !important;
    text-decoration: underline !important
}
