html, body {
    background-image: url('tyler_dark.png');
    background-size: cover;
    background-repeat: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: plate;
    src: url(license-plate-font/LicensePlate-j9eO.ttf);
}            
.content {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.feedback {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}            
.content button {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 400px;
    border-radius: 10px;
    height: 40px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    background-color: #007aff;
    cursor: pointer;
}
.content button:disabled {
    opacity: 0.25;
    cursor: default;
}
.feedback button {
    width: 400px;
    border-radius: 10px;
    height: 40px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}
.feedback button:disabled {
    opacity: 0.25;
    cursor: default;
}
.btn-approve {
    background-color: #3cb371;
}
.btn-reject {
    background-color: #ff0000;
}
.plate {
    background-image: url('la_plate2.png');
    background-size: cover;
    background-repeat: none;
    width: 400px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}
input[type="text"] { 
    background: transparent; 
    border: none; 
    outline: none;
    text-align: center;
}
.plate-text {
    position: relative;
    top: 62px;
    left: 0px;
    width: 100%;
    height: 95px;
    font-size: 95px;
    font-family: plate;
    text-transform: uppercase;
    color: #010135;
    margin: 0 auto;
}
.response {
    color: #ffffff;
    width: 400px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
.response a {
    color: #ffffff;
}
.approved {
    border-left: 10px solid #3cb371;
}
.rejected {
    border-left: 10px solid #ff0000;
}
.version {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #ebebeb;
    line-height: 10px;
    padding: 4px 0;
}
.version a {
    color: #ffffff;
}
.blur {
    color: transparent;
    text-shadow: 0 0 8px white;
    /* background-color: #000000; */
}
.status {
    font-size: 16px;
}
.reason {
    color: #cacaca;
    font-size: 14px;
    cursor: pointer;
}
