.bonus-code-box {

}

.bonus-code-block {
    width: 400px;
    border: 1px solid #ededed;
    padding: 30px;
    border-radius: 5px;
}

.bonus-code-block .header {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.bonus-code-block .form .btn-go {
    margin-bottom: 0;
}

.bonus-code-result {
    display: none;
    width: 400px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.bonus-code-result.success {
    border: 1px solid #4caf507d;
    background: #4caf5012;
    color: #4CAF50;
}

.bonus-code-result.error {
    border: 1px solid #f443365c;
    background: #ff7d7326;
    color: #F44336;
}

.bonus-code-result a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    .bonus-code-block, .bonus-code-result {
        width: 100%;
    }
}