div.mf-captcha div.new-captcha-input {
    float: left;
    margin: 10px 10px 0 0;
}
div.mf-captcha div.new-captcha-text {
    float: right;
    margin: 10px 0 0 0;
}
.ctm-form-selection {
    padding: 50px 60px
}

.ctm-form-selection .btn, .ctm-form-selection .form-control, .ctm-form-selection .form-group {
    margin: 0
}

.ctm-form-selection .form-group {
    margin-right: 15px;
    margin-bottom: 15px
}

.ctm-form-selection .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ctm-form-selection-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ctm-form-selection-title {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 1.2142857143;
    font-weight: 500;
    font-style: normal;
    color: #222;
    margin: 0 0 30px
}

.ctm-form-selection-title a {
    color: #222;
    -webkit-text-decoration: underline #35d3b7;
    text-decoration: underline #35d3b7;
    white-space: nowrap
}

.ctm-form-selection-title a:hover {
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .ctm-form-selection-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ctm-form-selection-container > * {
        width: calc(50% - 15px)
    }
}

@media screen and (max-width: 860px) {
    .ctm-form-selection {
        display: none;
        /*padding: 40px*/
    }

    .ctm-form-selection-title {
        font-size: 24px
    }
}

@media screen and (max-width: 640px) {
    .ctm-form-selection-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ctm-form-selection-container > * {
        display: block;
        width: 100%
    }

    .ctm-form-selection-title {
        font-size: 20px
    }
}
