.whitepaper-modal {
    text-align: left;
}

.whitepaper-modal .modal-title {
    margin: 0;
}

.whitepaper-modal .modal-body {
    padding: 24px;
}

.whitepaper-modal label {
    font-weight: 600;
}

.whitepaper-privacy {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    margin: 18px 0;
}

.whitepaper-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.whitepaper-result {
    border-radius: 4px;
    display: none;
    margin: 15px 0;
    padding: 12px 15px;
}

.whitepaper-success {
    background: #dff0d8;
    color: #3c763d;
}

.whitepaper-error {
    background: #f2dede;
    color: #a94442;
}

.whitepaper-submit[disabled] {
    cursor: wait;
    opacity: .65;
}
