img.aligncenter {
    display: block;
    margin: 10px auto;
}
.button {
    background:#00a9eb;
    padding:16px 0;
    text-align: center;
    font-size:18px;
    color:#FFFFFF;
    font-weight:300;
    max-width: 250px;
    text-decoration:none;
    border-radius:3px;
    display: block;
}
.button:hover {
    background:#4460ae;
}
.banner_wrapper {
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.form img {
    width: auto;
    height: auto;
}

.span.wpcf7-not-valid-tip
{
    position: absolute;
}

/*Capcha*/

.nbwCaptchaImage
{
    position : relative;
    top: 12px;
    width: 72px !important;
    height: 34px !important;
}
.nbwCaptchaInput
{
    width: 172px;
    height: 30px;
    position: relative;
    top: -1px;
}

.form2 .nbwCaptchaImage
{
    top: -4px !important;
}

@media (max-width: 1024px) {
    .nbwCaptchaInput
    {
        width: 76% !important;
    }
    .nbwCaptchaImage
    {
        top: 6px !important;
        width: 20% !important;
        height: auto !important;
    }

    .wpcf7-form .submit
    {
        -webkit-appearance: none !important;
    }
}

@media (max-width: 768px) {
    .nbwCaptchaInput
    {
        top : -14px !important;
    }

    .form2 .nbwCaptchaInput
    {
        top: 0px !important;
    }
}

@media (max-width: 479px ) {
    .nbwCaptchaInput
    {
        top: 6px;
    }
}