#validCertificateModal{
    font-family: "Lato";
    font-size: 1.2rem;
    font-weight: 400;
}
.section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #171347
}

.section-title.after-line {
    display: flex;
    flex: 1;
    align-items: center
}

.section-title.after-line:after {
    content: "";
    flex: 1 0 20px;
    height: 2px;
    background-color: #f1f1f1;
    margin-left: 10px
}
.mt-15{
    margin-top: 15px!important;
}
.mt-30{
    margin-top: 30px!important;
}
.btn-danger{
    box-shadow: 0 3px 6px 0 rgba(201,1,1,.29);
    background-color: #f63c3c;
    transition: all .3s;
    padding: 7px 25px;
    border-radius: 5px;
}
@media only screen and (max-width:960px) {
    .wrapper-container{
        margin-top: 70px;
    }
    .wrap-slick-login{
        margin-top: 20px;
    }
}