#myForm{
    background-color: #F9F9FB;
    padding: 20px;
    width: 30%;
    text-align: center;
    float:left;
    margin-top: 14px;
}
#certificate{
    width: 65%;
    float: left;
    margin-left: 5%;
}
#certificate-view{
    width: 65%;
    float: left;
    margin-left: 5%;
}
#certificate-view i{
     position: absolute;
    top: 45%;
    left: 68%;
    font-size: 28px;
    color: #0071bc;
}
#certificate-view tbody{
    background: #cccccc96;
}
#certificate-view th {
    width: 50%;
}
.err-msg{
        text-align: center;
    color: red;
    background: #cccccca8;
    margin-top: 14px;
    padding: 20px 0;
    font-size: 20px;
}

p.hint-text {
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
}
.col input[type=text]{
    padding: 5px;
    border: 1px solid;
    margin-bottom: 20px;
    /* width: 230px; */
    height: 40px;
}
.col input[type=number]{
    padding: 5px;
    border: 1px solid;
    margin-bottom: 20px;
    /* width: 230px; */
    height: 40px;
}

.btn4 {
    background-color: #4CAF50;
    border: 3px solid #4CAF50;
    color: white;
    /* text-transform: uppercase; */
    height: 40px;
    width: 150px;
    text-shadow: 4px 4px 3px rgb(77 77 77 / 50%);
    box-shadow: 4px 6px rgb(77 77 77 / 10%);
    cursor: pointer;
    transition: transform 0.4s, box-shadow 0.4s;
  }
  
  .btn4:hover {
    box-shadow: 4px 6px rgba(77, 77, 77, 0.5);
  }
  
  .btn4:active {
    transform: translate3d(7px, 7px, 0px);
    box-shadow: 3px 4px rgba(77, 77, 77, 0.5);
  }
  
@media (max-width: 767px){
    #myForm{
        width: 100%;
        float:none;
        margin-top: 0;
    }
    #certificate{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #certificate-view{
         width: 100%;
        float: none;
        margin-left: 0;
    }
    #certificate-view i {
       
        top: 70%;
        left: 48%;
        
    }
}  
  