/* BitBeam forms */
.bb-wp-form {
    background: #fff;
    border: 1px solid #dcdcde;
    padding: 1.5em;
    border-radius: 4px;
    max-width: 480px;
}

.bb-wp-form h4 {
    margin-top: 0;
}

.bb-wp-form label {
    display: block;
    margin-bottom: 0.3em;
    font-weight: 600;
}

.bb-wp-form input,
.bb-wp-form textarea {
    width: 100%;
    padding: 0.6em;
    margin-bottom: 0.8em;
    border: 1px solid #8c8f94;
    border-radius: 3px;
    box-sizing: border-box;
}

.bb-wp-form button {
    padding: 0.6em 1.2em;
    cursor: pointer;
}

.bb-wp-form-message {
    padding: 0.8em;
    margin-bottom: 1em;
    border-radius: 3px;
}

.bb-wp-form-message.success {
    background: #d1f7d1;
    border: 1px solid #46b450;
    color: #1e4d1e;
}

.bb-wp-form-message.error {
    background: #fbeaea;
    border: 1px solid #dc3232;
    color: #701111;
}
