    /* Certificate Verification */

.certificateWrapper{
    margin: 50px 0px 20px 0px;
 }
  
.certificateWrapper .col-md-9{
    margin: auto;
}

.certificateWrapper .heading{
text-align: center;
margin-bottom: 50px;
}

.certificateWrapper .heading h5{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px; 
}

.certificateWrapper .heading p{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.certificateWrapper .certificateForm{
     padding: 20px;
     border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}


.certificateForm .dataBox{
    display: flex;
    align-items: center;
    justify-content: center; 
     min-height: 400px;
}


.cardBox .font-weight-semibold{
    font-size: 13px !important;
    margin-right: 30px;
    text-align: left;
    width: 50%;
}

.cardBox .marginBottom{
    margin-bottom: 10px !important;
}

.cardBox .font-weight-bold{
    font-weight: 700 !important;
    font-size: 12px !important;
}

.certificateForm .dataBox .verify-img{
    width: 120px !important;
}

.certificateForm .cardBox {
  margin-top: 20px;
}

.certificateForm .certificate-box {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}





