﻿.form {
    padding: 50px;
    background-color: #e1e8ec;
}

    .form .title {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }

    .form .row {
        padding: 20px 0;
    }

    .form span.text {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 44px;
        text-align: right;
        padding-right: 16px;
        box-sizing: border-box;
        color: #666;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle
    }

    .form .input, .form .select {
        height: 44px;
        line-height: 44px;
        padding: 0 5px;
        background: #fff;
        border: 1px solid #dbdbdb;
        box-sizing: border-box;
        vertical-align: middle;
        min-width: 70%;
    }

    .form .textarea {
        width: 85.5%;
        height: 200px;
        line-height: 44px;
        padding: 0 5px;
        background: #fff;
        border: 1px solid #dbdbdb;
        box-sizing: border-box;
        resize: none;
        margin-bottom: -5px;
    }

    .form .button {
        line-height: 44px;
        font-size: 16px;
        color: #fff;
        background-color: #db261d;
        cursor: pointer;
        padding: 0 10%;
        border-radius: 5px
    }

.sugTitle {
    width: 85.5%
}

@media (max-width: 767px) {
    .form {
        padding: 30px 10px;
    }

        .form span.text {
            width: 80px;
        }

        .form .row {
            padding: 0;
        }

            .form .row .col-xl-6, .form .row .col-xl-12 {
                padding-bottom: 10px;
            }

        .form .input, .form .select {
            min-width: 50%;
        }

        .form .select {
            min-width: 55.5%;
        }

        .form .textarea {
            width: 55.5%;
        }

        .form .button {
            padding: 0 10%;
        }

    .sugTitle {
        width: 55.5%;
    }

    #imgcode {
        margin-left: 85px;
    }
}
