.cfm-search-btn {
    width: 100% !important;
    border: 1px solid gainsboro !important;
    border-radius: 10px !important;
    background: #c9e8c9 !important;
    color: green !important;
    padding: 10px!important;
    margin-top: 20px!important;
}

.cfm-reset-btn {
    width: 100% !important;
    border: 1px solid gainsboro !important;
    border-radius: 10px !important;
    background: #e8e5c9 !important;
    color: #756f04de !important;
    padding: 10px!important;
}

.cfm-box-validate {
    text-align: center;
    background: #ffffff96;
    border-radius: 10px;
    padding: 1rem;
    color: green;
    margin-bottom: 20px;
}

.cfm-box-1 {
    text-align: center;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 20px;
}
.certificate-thumbnail img {
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    max-height: 400px;
}