.car-valuation__container{
    max-width: 450px;
    line-height: 1;
    font-size: 16px;
    color: #2a2a2a;
    padding-bottom: 15px;
    text-align: center;
}

.car-valuation__submit{
    margin-top: 30px;
    background: #fd0;
    border: 0px solid #fd0;
    border-radius: 30px !important;
    color: #311c77 !important;
    font-size: 16px !important;
    width: 100%;
    height: 30px;
    cursor: pointer;

    line-height: 18px;
}

.car-valuation__reg-no{
    height: 130px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    border-radius: 15px;
    border: 3px solid #1d1d1b;
    padding-left: 80px !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
}
