﻿/*body {
    padding-bottom: 20px;
}
*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* h1 {
    text-align: center
} */

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa
}

    input.invalid {
        border-color: var(--cds-pepper);
    }

.tab {
    display: none
}

/* .step {
    height: 5px;
    width: 7.8rem;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    display: inline-block;
    opacity: 0.5
} */

.all-steps {
    text-align: center;
    margin-top: 30px;
}

#applicationList img.paj-application-icon { width: 80%; height: auto; }