.form-control {
    font-size: 14px;
    height: calc(1.7em + .75rem + 2px) ! important;
}
textarea.form-control {
    height: 100px ! important;
}
label {
    font-size: 16px;
    padding-bottom: 1%;
}
.termscheckboxdiv input {
    margin-right: 1%;
    vertical-align: middle;
}
span.select2-selection.select2-selection--single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px ! important;
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    /* aligns checkbox at top of text */
    gap: 8px;
    /* space between checkbox and text */
}
.checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    /* fine-tune vertical alignment */
}
.termscheckboxdiv {
    font-size: 16px;
}
.termscheckboxdiv {
    font-size: 16px;
}
.termscheckboxdiv label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.termscheckbox {
    flex: 0 0 auto;
    /* prevents flexbox from resizing the checkbox */
    width: 20px;
    /* fixed width */
    height: 20px;
    /* fixed height */
}
.termscheckbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #555 !important;
    border-radius: 4px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
}
.termscheckbox:checked {
    background-color: #008f4f !important;
    border-color: #008f4f !important;
}
.termscheckbox:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 4px;
}
.termscheckboxdiv span {
    font-weight: 400;
    letter-spacing: 0.5px;
}
button#savebtnpopup {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0.5% 4%;
}
.loginpage-body {
    background-image: url('../images/dealerReg.svg') ! important;
    background-size: cover;
}
input.error {
    border: 0.1px solid #ff4545b0;
}
.error {
    font-weight: 400 ! important;
}
label.error {
    padding-bottom: 0px;
}
span.error-message {
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 400 ! important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15% ! important;
    right: 1px;
    width: 20px;
}
.termscheckboxdiv {
    font-size: 14px;
    padding: 1.5% 1.5% 0% 1.5%;
    background-color: #008f4f14;
    border-radius: 5px;
    color: #212529;
    margin: 1% 0% 0%;
    letter-spacing: 0.5px;
}
.termscheckboxdiv.readagreediv {
    font-size: 14px;
    padding: 1.5% 1.5% 0% 1.5%;
    background-color: #008f4f14;
    border-radius: 5px;
    color: #212529;
    margin: 0% 0% 0%;
    letter-spacing: 0.5px;
}
a {
    color: #2196F3;
}
.privpolicy {
    margin: 0% 10%;
    padding: 0% 2%;
}
.privpolicy p {
    margin-bottom: 0.5rem;
}
.privpolicy h5 {
    letter-spacing: 0.6px;
}
.privpolicy {
    letter-spacing: 0.5px;
}
.select2-results__option {
    font-size: 14px ! important;
}
.loaderspan {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffdfdf;
    border-top: 2px solid #ff0000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 5px;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
  