div#title {
    font-size: 36px;
    padding: 20px;
    text-align: center;
    position: relative;
}

div#outer {
    width: 920px;
    margin: auto;
    font-family: montserrat, sans-serif;
    padding: 20px 0;
}


div#jobdetail {
    background: powderblue;
    padding: 10px;
}

span#jobname {
    font-weight: bold;
    font-size: 1.1em;
}

div#instructions {
    font-size: large;
    line-height: 0.5em;
    padding: 11px;
    border: #061d49 dotted 2px;
    margin: 20px;
}

div#gather {
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
    justify-content: space-evenly;
}

div#uploadsbox > div {
    padding: 20px;
}

div#uploadsbox {
    display: flex;
}

div.ul-title {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px;
}

input[type="file"] {
    display: none;
}
.custom-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 12px;
}

div#contact-title {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px;
}

#contactbox .form-control label {
    padding: 10px;
    min-width: 60px;
    display: inline-block;
    width: 90px;
    text-align: right;
}

label.required:after {
    content: "*";
    color: red;
}



button[type=submit] {
    font-size: 1.3em;
    padding: 6px 15px;
    margin-top: 21px;
    margin-bottom: 21px;
}

.ulfilename {
    text-align: center;
}

div#submitbox {
    text-align: center;
}

div#required-field {
    color: red;
    font-size: small;
    padding: 5px 10px;
    width: 90px;
    text-align: right;
}

div#success-outer {
    display: flex;
    align-items: center;
    /* background-image: url(../img/landing3/success-pic.png); */
    justify-content: space-evenly;
}

div#green-checkmark img {
    width: 150px;
}

div#success-text {
    font-size: larger;
}

div#title-text {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 42px;
    width: 100%;
    text-shadow: 0 0 6px brown;
}

div#title-pic img {
    max-width: 100%;
}