.margin-top-1 {
    margin-top: 1em;
}

.input-group-width-100p {
    width: 100%;
    max-width: 500px;
}

label.verification-check::before {
    left:-20px;
    top:-10px;
    position: absolute;
    content: "\2713";
    color: green;
    font-size: 1.5em;
    display: block;
}