/* New CSS */

._3dcs-4-sec {
    min-height: 600px;
}

._3dcs-4-content {
    grid-row-gap: 20px;
}

.ch_logo {
    margin-bottom: -90px;
    max-width: 320px;
    height: 320px;
}

._3dcs-4-accent-text {
    font-size: 40px;
}

._3dcs-4-form {
    margin-bottom: 20px;
}

._3dcs-4-form .fluentform {
    width: 100%;
}

._3dcs-4-form .ff-t-container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    ._3dcs-4-form .ff-t-container {
        display: flex;
    }
}

._3dcs-4-form .ff-t-column-1 {
    flex-basis: 90% !important;
}

@media screen and (max-width: 767px) {
    ._3dcs-4-form .ff-t-column-1 {
        flex-basis: 100% !important;
    }
}

.ff-el-group {
    margin-bottom: 0 !important;
}

.ff-default .ff-el-form-control {
    border: none !important;
    color: white !important;
    font-family: inherit !important;
    padding: inherit !important;
}

._3dcs-4-form .ff-el-form-control,
.ff-default .ff-el-form-control {
    padding: 0 10px;
    width: 100%;
    height: 52px;
    border: none;
    background-color: transparent;
    color: white;
}

@media screen and (max-width: 767px) {
    ._3dcs-4-form .ff-el-form-control {
        text-align: center;
    }
}

._3dcs-4-form .ff-btn-submit {
    padding: 14px 22px;
    width: 100%;
    color: white;
    background-color: #5e9ff0;
    border-radius: 1000px;
    font-size: 20px;
    line-height: 120%;
}

._3dcs-4-link {
    display: block;
}

._3dcs-4-link svg {
    width: 32px;
}

/* Success message */
.ff-message-success {
    margin-top: 0 !important;
    color: black;
    background-color: #C8E6C9;
    border-color: #66BB6A !important;
    box-shadow: none !important;
    border-radius: 20px;
}