﻿@import url('https://fonts.googleapis.com/css?family=Oswald');
.box {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #000000;
    font-family: 'Oswald', sans-serif;
    width: 300px;
    height: 105px;
}

.box-localizacao {
    height: 30px;
    background-color: #004776;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    padding-top: 3px;
}

.box-placa {
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
   
}
.bob-input {
    margin: 0px;
    padding: 10px 10px;
    height: 67px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.bob-format {
    margin: 0px;
    padding: 10px 10px;
    height: 67px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #cfcfcf;
}
