.subject-header {
    background: #212a3f;
    color: white;
    font-size: 1em;
    padding: 15px;
}

.subject-header iron-icon {
    width: 72px;
    height: 72px;
    position: relative;
    bottom: 5px; 
}
.subject-header h1 {
    font-size: 3em;
}

.subject-header div[secondary] {
    margin-left: 10px;
}


.wrapper {
    margin: 0px;
}
paper-button {
    background: var(--accent-color);
    color: white;
}
paper-card {
    text-align: left;
}

.form {
    background: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.form.required {
    border-left: red solid 4px;
}

.form.new-form {
    border-style: dashed;
}

.form.complete {
    background: #CCC;
}
select {
    font-family: inherit;
    background-color: transparent;
    width: 80%;
    padding: 4px 0;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #737373;
}

button[type="submit"] {
    background-color: #3c5b8d;
    border: 1px solid #3c5b8d;
    box-shadow: 0 2px 2px 0 rgba(60, 91, 141, 0.14), 0 3px 1px -2px rgba(60, 91, 141, 0.2), 0 1px 5px 0 rgba(60, 91, 141, 0.12);
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: .25rem;
}
:host {
    position: relative;
}