
form.unlicensed-form{
    max-width: 750px;
}
form.unlicensed-form .row{
    padding-bottom: 16px !important;
}
form.unlicensed-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
form.unlicensed-form textarea{
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    border: 1px solid #cdcdcd !important;
    height: 40px !important;
    width: 95% !important;
}
form.unlicensed-form textarea{
    height: 100px !important;
}
form.unlicensed-form span{
    display: inline-block;
    padding-left: 6px;
    margin-right: 12px;
}
form.unlicensed-form .btn_submit{
    float: left;
    display: block !important;
    text-transform: uppercase !important;
    background-image: none !important;
    margin: 0 auto !important;
    font-weight: 700 !important;
    background-color: #000 !important;
    transition: background-color 0.2s;
    text-align: left !important;
    border:#000 2px solid;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px !important;
    text-align: left;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 0.75em 1em 0.6em 1em;    
    min-width: 14em !important;
    font-family: "Artifakt" !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.4 !important;
}
form.unlicensed-form .btn_submit:hover{
    border: 2px solid #8080FF;
    border-radius: 6px;
}
form.unlicensed-form .btn-section{
    margin-top: 12px;
}
form.unlicensed-form label{
    font-size: 16px !important;
    line-height: 1.1875 !important;
    padding-bottom: 6px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #444 !important;
    display: block;
}

