.inquiry-post {
    width: 50%;
}
.font-color-aimred {
    color: #E60A17;
}
.post-button {
    border: none;
    background-color: #EBEBEB;
    font-size: 10px;
}

#submit-button:disabled {
    cursor: default;
    background-color: #FFF;
    border: #707070 2px solid;
    color:#707070;
}

@media screen and (min-width: 768px) {
    .post-button {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
