body {
    height: 100vh;
    align-items: center;
    background-color: #f2f2f2 !important;
}

.o-main-container {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.o-certificate-container {
    height: 90%;
    border-radius: 10px;
    opacity: 1;
    background-color: white !important;
}

.ones-logo {
    width: 374px;
    height: 63px;
}

.bioafix-logo {
    width: 208px;
    height: 53px;
}

.bioafix-certificate-block {
    display: block;
}

.bioafix-certificate {
    width: 1016px;
    height: 530px;
}

.footer-info {
    width: 855px;
}

.text-box {
    width: 80% !important;
}

.text-font-header {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.text-font-footer {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

    .text-font-footer .link {
        color: blue;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
    }

        .text-font-footer .link:hover {
            cursor: pointer;
        }

.bioafix-certificate .title {
    font-size: 25pt;
    color: white;
    line-height: initial;
    font-family: "museosans-700", sans-serif;
    padding: 70px 65px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bioafix-certificate .message {
    line-height: initial;
    padding: 30px 65px;
}

.bioafix-certificate .appeal {
    font-size: 15pt;
    color: #3d3935;
    line-height: initial;
    font-family: "museosans-300", sans-serif;
}

.bioafix-certificate .certificate-owner {
    font-size: 25pt;
    color: #d7282f;
    line-height: initial;
    font-family: "museosans-700", sans-serif;
}

.bioafix-certificate .certificate-content {
    font-size: 13pt;
    color: black;
    line-height: initial;
    font-family: "museosans-300", sans-serif;
}

.bioafix-certificate .certificate-foot {
    line-height: initial;
    padding: 35px 65px;
}

.bioafix-certificate .qr-image {
    background-color: transparent;
    width: 90px;
    height: 90px;
    padding-bottom: 105px;
}

.bioafix-certificate .date-time-issue-no {
    padding-top: 47px;
    padding-left: 3px;
    color: black;
    line-height: initial;
    font-weight: bold;
}

.bioafix-certificate .date-label-container {
    padding-top: 3px;
}

.bioafix-certificate .date-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px !important;
    font-size: 8pt;
    font-family: "museosans-500", sans-serif;
}

.bioafix-certificate .date-value-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 8pt;
    font-family: "museosans-300", sans-serif;
}

.date-label-container div {
    display: table-cell;
}

.error-icon {
    padding-top: 9rem;
    max-width: 500px;
}

.error-button {
    max-width: 300px;
}

.submit-form {
    padding-top: 12rem;
    justify-content: flex-start;
}

@font-face {
    font-family: "museosans-700";
    src: url("../fonts/Museo-700.ttf") format("truetype");
}

@font-face {
    font-family: "museosans-500";
    src: url("../fonts/Museo-500.ttf") format("truetype");
}

@font-face {
    font-family: "museosans-300";
    src: url("../fonts/Museo-300.ttf") format("truetype");
}

@font-face {
    font-family: "museosans-100";
    src: url("../fonts/Museo-100.ttf") format("truetype");
}

#cover {
    background: url("../images/Loading.gif") no-repeat scroll center center #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 1000px) {
    .o-certificate-container {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #f2f2f2 0% 0% no-repeat padding-box;
        border-radius: 1px;
        opacity: 1;
    }

    .footer-info {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #cover {
        background: url("../images/Loading.gif") no-repeat scroll center center #fff;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .bioafix-certificate-block {
        display: flex;
        height: 20%;
        width: 40%;
    }

    .bioafix-certificate {
        width: 842px;
        height: 296px;
    }

    .text-box {
        width: 90% !important;
    }

    #header-text span {
        font-size: 17px;
    }
}

@media (max-height: 730px) {
    .o-certificate-container {
        height: 100%;
        background: #f2f2f2 0% 0% no-repeat;
        opacity: 1;
    }

    .o-main-container {
        margin: 0;
        width: 100% !important;
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .text-box {
        width: 90% !important;
    }
}
