.car_info_ml {
margin-left: 25px;
}
.car_info_block {
margin: 20px;
}
.car_info_vin_input {
margin-top: 10px;
margin-right: 10px;
float: left;
height: 59px;
font-weight: bold;
padding: .5rem .75rem;
font-size: 1rem;
color: #464a4c;
background-color: #fff;
background-image: none;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: .25rem;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.car_info_captcha{
margin-top: 10px;
margin-right: 10px;
float: left;
}
.car_info_button {
margin-top: 10px;
height: 76px;
width: 150px;
color: #fff;
background-color: #0275d8;
border-color: #0275d8;
display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.service_image{
float: left;
}
.service_title {
padding-left: 60px;
margin-top: -4px;
}
.bmw_info_row {
margin-right: 15px;
margin-left: 15px;
}
.bmw_info_title {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.bmw_info_value {
margin-top: 5px;
font-size: 21px;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.4;
}
@media screen and (max-width: 770px){
#rc-imageselect, .g-recaptcha {
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
.g-recaptcha {
height: 57px;
}
.car_info_vin_input {
height: 30px;
font-size: 1rem;
width: 207px;
}
.car_info_button {
height: 40px;
}
}