body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 14pt;
    background-color: rgba(255, 255, 255, 0.1) !important;
    background-image: url("https://aingroup.quickbase.com/up/bpk8trppx/g/rb/eg/va/Screen%20Shot%202019-05-13%20at%2011.00.57%20AM.png");
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.ain-red-font {
    color: #b01a1e;
}
.ain-red-background {
    background: #b01a1e;
}
.header > h2 > span {
    font-weight: 900;
    font-size: 64px;
}
.header {
    text-align: center;
    margin-top: 25px;
}
.italic {
    font-style: italic;
}
.required {
    color:red;
}
.form-control {
    border-radius: 4px;
    border: 1px solid black;
    line-height: 2em;
    font-size: 14pt;
}
.sku-header {
    text-align:center;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid gray;
}
.sku-info {
    margin-bottom: 15px;
}
.styled-select {
    height: 2.5em;
    background: white;
}
.number-minimize {
    width: 50%;
    display:initial !important;
}
.center {
    text-align: center;
}
.logo {
    width: 25%;
}
.header-logo {
    background:#e0e0e0;
    border-bottom: 10px solid #af191d;
}
.click-me:hover {
    cursor: pointer;
}
.submission-div {
    padding: 15px;
    margin-top: 25px;
}
.submission-button {
    background: #af191d;
    border: black;
    height: 35px;
    width: 100px;
}
.submission-button:hover {
    background: #8d1518;
}
.form-inputs {
    margin-top: 50px;
}
textarea {
    width: 100%;
}
.submitted > div {
    font-weight:bold;
    text-align: center;
    padding: 40px;
}
.submitted {
    margin-top: 50px;
}
.file-label {
    margin-top: 5px;
}
.flyAndStay {
    font-size: 10pt;
    font-style: italic;
}
.customOption {
    margin-top: 15px;
}
.customOption textarea {
    width: 75%
}
.f-10 {
    font-size: 10pt;
}
.home {
    text-decoration: none;
    color: black;
    padding: 25px;
    margin-top: 15px;
}