﻿form.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
}

form.EPiServerForms button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-color: transparent;
    background-color: #f9c511;
    border-color: #f9c511;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    border-width: 0px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 24px;
}

form.EPiServerForms  button:hover, form.EPiServerForms  button:active, form.EPiServerForms  button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f9c511;
    border-color: #f9c511;
    color: #fff;
}

.footer-widget form.EPiServerForms .Form__Element__Caption {
    display: none !important;
}

.footer-widget form.EPiServerForms input.FormTextbox__Input {
    margin-top: 0 !important;
}
