label {
    white-space: nowrap;
}

div>label {
    margin: 0.4em;
    line-height: 1.65em;
}

h4 {
    margin: 0.6em;
}

p {
    margin: 0.5em;
}

input:invalid {
    border: 1.5px red solid;
    /* box-shadow: 0px 0px 6px red; */
    outline: red;
}

input[type="file"] {
    display: none;
}

.scanBtn {
    flex-direction: column;
    background-color: hsl(208deg 58% 79%);
    height: auto;
    padding: 0.3em;
    width: 7em;
    line-height: inherit;
    font-size: 90%;
    transition: 0.3s ease-out;
}

.scanBtn img {
    height: 1.8em;
}

.scanBtn-disabled {
    background-color: hsl(208deg 0% 79%);
    font-size: 80%;
    cursor: default;
}

#licenseImg {
    height: 8.5em;
    width: 13.5em;
    border: 1px solid black;
    min-height: 8.5em;
    min-width: 13.5em;
    /* margin-top: 1.3em; */
    transition: 0.5s padding-bottom;
    cursor: pointer;
}