.check-ok:before, .check-wrong:before {
    margin-top: -10px;
    font-size: 2rem;
    position: absolute;
    right: 10px;
}

.check-ok:before {
    color: #2ecc71;
}

.check-wrong:before {
    color: #e74c3c;
}