body {
    --fvlaunch-primary-color: #ef7622;
    --primary-text-color: #fff;
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    color: #999999 !important;
}

.fv-launch-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.fv-form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -7px;
    margin-right: -7px;
}

.fv-form-field {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.fv-form-field.fv-form-col2 {
    width: 50%;
}

.fv-form-field select,
.fv-form-field input[type=text],
.fv-form-field input[type=password],
.fv-form-field input[type=datetime],
.fv-form-field input[type=datetime-local],
.fv-form-field input[type=date],
.fv-form-field input[type=month],
.fv-form-field input[type=time],
.fv-form-field input[type=week],
.fv-form-field input[type=number],
.fv-form-field input[type=email],
.fv-form-field input[type=url],
.fv-form-field input[type=search],
.fv-form-field input[type=tel],
.fv-form-field input[type=color] {
    display: block;
    width: 100%;
    height: 45px;
    background: #ebeef7;
    border: #d5d9e6 1px solid;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 13px;
    line-height: 14px;
    color: #444444;
    letter-spacing: 1.2px;
}

.fv-form-field textarea {
    display: block;
    width: 100%;
    background: #ebeef7;
    border: #d5d9e6 1px solid;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #444444;
    letter-spacing: 1.2px;
}

.fv-form-field p {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
}

.fv-form-field lable {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.fv-radio-buttons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.fv-radio-buttons input[type=radio] {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.fv-radio-buttons label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    color: #333;
}

.fv-form-submit-btn input[type=submit] {
    display: block;
    width: 188px;
    height: 46px;
    margin: 0 auto;
    background: var(--fvlaunch-primary-color);
    color: var(--primary-text-color);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    text-shadow: none;
    transition: 0.3s;
}

.fv-form-submit-btn input[type=submit]:hover {
    background: #1f1e22;
}

.fv-r-status {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.fv-r-status h3 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #333;
}

.fv-r-status .fv-form-submit-btn {
    margin-top: 15px;
}

.fv-r-status-result {
    background-color: #1f1e22;
    color: #fff;
    padding: 40px 30px;
    margin-top: 30px;
}

.fv-r-status-result h5 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 24px;
    color: var(--fvlaunch-primary-color);
}

.fv-r-status-result p.fv-r-status-message {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 766px) {

    .fv-launch-form,
    .fv-r-status {
        padding: 20px;
    }

    .fv-form-field.fv-form-col2 {
        width: 100%;
    }
}

.fvlaunch-data-loading {
    position: relative;
    min-height: 200px;
}

.fvlaunch-data-loading::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--fvlaunch-primary-color);
    mask: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23000' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'/%3E%3C/circle%3E%3C/svg%3E");
    z-index: 9;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 100px;
}

.fvlaunch-data-loading::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #fff;
    z-index: 7;
}

.fvlaunch-recaptcha-wrapper #fvlaunch-recaptcha {
    display: inline-block;
}

.fvlaunch-recaptcha-wrapper {
    text-align: center;
}