.error {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #ff0000;
    margin-bottom: 10px;
    font-weight: bold;
}
.finish-btn {
    display: block;
    margin: 10px;
    border: 2px #ee8317 solid;
    color: #ee8317;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.finish-btn:hover {
    background: #ee8317;
    color: #fff;
    text-decoration: none;
}
.sendButton {
    background: #ee8317;
    color: #000;
    text-shadow: none;
    margin: 0;
    border: none;
    cursor: pointer;
}
.sendButton:hover {
    background: #ee7324;
    color: #000;
}
