@charset "utf-8";

article {
    width:70%;
    margin-left:auto;
    margin-right:auto;
}

/*div.formRow {
    width:70%;
    display:flex;
    margin-left:auto;
    margin-right:auto;
    flex-flow: row nowrap;
    margin-bottom:15px;
    justify-content: flex-end;
}

div.formRow:last-of-type {
    display:block;
    text-align:center;
}
*/
label {
    flex: 0 1 max-content;
    text-align:right;
    font-weight:bold;
    padding-right:10px;
}

input {
    flex: 0 1 50%;
    margin-right:10%;
}

div a {
    display:block;
    padding-top:10px;
    font-weight:bold;
    color:  hsl(0,72%,35%);
}

section#errors {
    line-height:1.5rem
}

h3 {
    font-size:1.5rem;
    line-height:1.6rem;
    font-weight:bold;
    text-align:center;
}

article ul {
    list-style-type: circle;
    margin-left:32%;
}

article ul > li {
    color:darkred;
}