.form-inline.form-control {
    margin: 3px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.control-label {
    font-weight: 600;
    float: left;
    clear: both;
}

.btn-submit {
    padding: .75rem 5.5rem !important;
    text-align: center !important;
    color: #693a77 !important;
    font-size: medium;
    font-weight: 500;
    border: 1px solid #693a77 !important;
    transition: all .3s ease-in-out !important;
    line-height: 1.4 !important;
    background-color: #ffff !important;
    border-radius: 4px;
}



    .btn-submit:hover {
        background-color: #693a77 !important;
        color: #ffff !important;
        cursor: pointer;
    }

.form-footer-notice {
    padding-bottom: 3rem
}

.form-footer {
    padding-bottom: 2rem !important
}

.field-validation-error {
    color: #ba1327;
    font-weight: 600;
    float: left;
    clear: both;
}

.help-block {
    float: left;
    clear: both;
}

.scfDroplist {
    float: left;
    clear: both;
}

.text-box {
    padding: 1rem !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: transparent !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(105,58,119)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 13px !important;
    border: 1px solid #979797 !important;
    border-radius: 0.25rem !important;
    margin-right: 2rem !important;
    padding: 1rem !important;
    padding-right: 2rem !important;
}

    select.short {
        width: auto !important;
        min-width: 14em;
    }

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url], .ui.form textarea {
    border-color: #979797 !important;
}

.p-form {
    width: 102% !important;
}

.btn-div {
    padding-bottom: 4rem;
}

.scfCaptcha {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-fundamentals {
    margin-top: 3rem !important;
    width: 86rem !important;
}

.div-map {
    padding-bottom: 3rem !important;
}

@media (max-width:500px) {

    .btn-submit {
        white-space: pre-wrap;
        padding: 0.75rem 0.5rem !important;
        width: 112%;
    }

    .p-form {
        width: 110% !important;
    }

    .text-box {
        width: 110% !important;
    }

    .scfDroplist {
        width: 112% !important;
    }

    .form-fundamentals {
        width: 0 !important;
    }
}
