﻿body {
    color: #000;
}
.landing_head_parent {
    background-color: #000;
    border: solid 4px #1c69d4;
    color: #fff;
    padding: 1rem 2%;
    text-align: center;
    margin-bottom: 3rem;
    margin-top:3rem;
}
.head_tr1 {
    font-weight: 800;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.head_tr2 {
    font-weight:700;
    font-size:1.25rem;
    line-height:2.5rem;
    text-transform:uppercase;
}
.head_tr3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #da1a32;
    padding-top:1.5rem;
}
.required_field_star {
    color: #e10a1d;
    font-size: 1.75rem;
}
.required_field_row {
    font-size: 1.4375rem;
    color: #000;
    line-height: 2.25rem;
    height: 2.25rem; 
    font-weight: bold;
}
.form-row {
    margin: 1rem 0px;
}
.spanish_speaker_row {
    font-size: 1.4375rem;
    color: #000;
    line-height: 2.25rem;
    height: 2.25rem;
    margin: 1.75rem 0rem 3.75rem 0rem; 
}
.ck_spanish_speaker {
    margin-right:0.75rem;
    width:1.25rem;
    height:1.25rem;
}
.ck_spanish_speaker_row {
    font-size: 1.125rem;
    color: #000;
    margin-top: 0.5rem;
    font-weight: bold;
}
.action_input::placeholder {
    /*color: #afafaf;*/
    font-size: 1.125rem;
    /*font-weight: 500;*/
    color: #231f20;
    font-weight: bold;
}
.selstate {
    font-size: 1.125rem;
    color: #231f20;
    font-weight: bold;
}


.btn-row {
    display: flex;
    justify-content: center;
    margin: 3rem 0px;
}

.submit_btn {
    background-color: #1c69d4;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 0.75rem 4rem;
    cursor: pointer;
}
.action_input {
    font-size:1.125rem;
    line-height:2.5rem;
    padding:1rem 0rem 1rem 1.5rem;
}

.invalid_input {
    border: solid 2px red;
}

.vin-error {
    /*background-color: rgb(255,225,227);
    border: 1px solid rgb(196,46,48);
    border-left: 10px solid rgb(196,46,48);*/
    color: rgb(196,46,48);
    display: none;
    font-weight: 600;
    line-height: normal;
    margin-top: 0rem;
    padding: 1rem;
    text-align: center;
}

    .vin-error .lang-text {
        margin-left: 5px;
    }

.vin-unqualified .lang-text {
    margin-left: 0;
}
.is-invalid {
    border-width: 2px;
    background-color: #f4dadd;
}
.tips-row {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #231f20;
    font-weight: bold;
    font-size:1.125rem;
}