
.wrapper.style2 h2, .wrapper.style2 h3 {
    color: black;
}
.inquirySec{
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.text-red{
    color: red;
}

.alert-danger{
    font-size: 18px;
}

.control-label{
    font-size: 14px;
}

#inquire-btn{
    width: 220px;
    height: 40px;
}

#captcha-refresh{
    height: 100%;
}

#captcha{
    width:120px;
    display:inline;
}

@media (max-width: 400px){
    #captcha{
        width: 100px;
    }
}