body {
    font-family: Verdana, Arial, sans-serif;
    background:aqua;
}

div#wrapper {
    width: 600px;
    margin: 0 auto;
    font-size: 1.2em;
}

label {
    display: block;
}

/*label.error {
    display: inline;
    display: none;
}*/

input[type=text],
input[type=password],
input[type=email] {
    font-size: 1.2em;
    width: 80%;
}

input[type=radio],
input[type=checkbox] {
    float: left;
    margin: 6px 6px 0 0;
}


p {
    padding: 10px;
    padding-bottom: 33px;
    transition: background-color .75s;
}

form input[type=text],
form input[type=password] {
    line-height: 1.6;
    font-size: 1.2em;
    padding: 0 6px;
    width: 80%;
}
.error {
    color: red;
    line-height: 1.8;
    padding: 0 8px;
}

[aria-invalid="false"] {
    outline: 1px solid green;
}

.error-parent {
    background: hsl(350deg 100% 96%);
}
