﻿.brand-demand {
}

    .brand-demand ul {
        display: block;
        width: 664px;
        margin: auto;
    }

        .brand-demand ul li {
            border-bottom: 1px solid #30363D;
            margin-bottom: 30px;
        }

            .brand-demand ul li:last-child {
                border: none;
            }

            .brand-demand ul li label {
                display: block;
                color: #0F2554;
                font-size: 21.74px;
                margin-bottom: 20px;
            }

            .brand-demand ul li input {
                padding: 18px 0 18px 18px;
                width: 100%;
                border-radius: 7px;
                border: 1px solid #D0D7DE;
                color: #6E7781;
                font-size: 21.74px;
                margin-bottom: 20px;
            }

                .brand-demand ul li input::placeholder {
                    /*padding-left:18px;*/
                }

                .brand-demand ul li input::file-selector-button {
                    padding: 10px 30px;
                    color: #fff;
                    background: #0F2554;
                    font-size: 21px;
                    outline: none;
                    border: none;
                    border-radius: 10px;
                    float: right;
                    right: 12px;
                }

            .brand-demand ul li button {
                display: block;
                margin: 30px auto auto auto;
                font-size: 21.74px;
                color: #fff;
                text-align: center;
                background: #0F2554;
                padding: 24px 55px;
                border-radius: 8px;
            }

#error-content {
    margin-top: 15px;
    color: #ce6363;
}

@media screen and (max-width:800px) {
    .brand-demand ul {
        width: 90%;
    }
}
