#objectarx_form{
    max-width:800px;
}

    #objectarx_form input[type="text"], input[type="email"],input[type="phone"], select, textarea{
   
    width:90%;
    height:40px;
    margin-bottom:12px;
    font-size:16px;
    }
    #objectarx_form textarea{
        height:100px;
    }
    #objectarx_form .btn_submit {

    display: inline-block !important;
    text-transform: uppercase !important;
    background-image: none !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
    border-radius: 4px;
    background-color: #000 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    transition: background-color 0.2s;
    box-shadow: none !important;
    border: none !important;
    text-align: left !important;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    width:20%;
    height:40px;
    padding:10px 15px;
    cursor:pointer;
    }
 
    #objectarx_form .btn_submit:hover {
    background-color: #000 !important;
    }
    #cert_agree{
    overflow:auto;
    width:100%;
    height:200px;
    }