.message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px;
    background-color: #bf0811;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}