.criptapro-auth-settings {
    max-width: 800px;
}

.criptapro-settings-section {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.criptapro-settings-section h3 {
    margin-top: 0;
    color: #23282d;
}

.criptapro-check-result {
    padding: 10px;
    border-radius: 4px;
}

.criptapro-check-result.notice-success {
    background: #d4edda;
    border-left: 4px solid #46b450;
}

.criptapro-check-result.notice-error {
    background: #f8d7da;
    border-left: 4px solid #dc3232;
}

.criptapro-check-result.notice-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}