.message.notice {
    font-size: 18px;
    color: #ffffff;
    background: #c07600;
}
.message.notice > *:first-child:before {
    color: #ffffff;
}
.message.success {
    font-size: 16px;
}