﻿.field-validation-error {   
    width: 100%;
    margin-top: 0.25rem;
    font-size:14px;
    color: #dc3545;
}
.input-validation-error {
    border: 1px solid #dc3545 !important;
}

.cert-warpper {
    margin: 15px auto;
    width: 100%;
    position: relative;
    height: auto;
    background: #FFF;
    padding: 20px 30px;
}

    .cert-warpper .img {
        position: absolute;
        bottom: -5px;
        right: 10px;
        background: url(../../gfrz.png) no-repeat top center;
        background-size: contain;
        width: 80px;
        height: 80px;
    }

    .cert-time {
        position: absolute;
        left: 120px;
        top: 200px;
        color: #FFF;
    }

.cert-object {
    position: absolute;
    left: 180px;
    top: 260px;
    color: #FFF;
}



