hgroup {
    background: #e53325;
}
.powered{
    background: #e53325;
}
div.background:before {
    background-color: #de1303;
    border-bottom: 30px solid hsl(6, 100%, 38%);
}
.buttonui {
    background-color: #fff;
    color: #e53325;
}
.buttonui:hover{
    background-color: #e53325;
    color: #fff;
}
.bar:before, .bar:after{
    background: #e53325;
}
input {
    color: #333;
}
input:focus ~ label, input.used ~ label {
    color: #e53325;
}
