.card-register {
    margin-bottom: 10px;
    width: 15rem;
    align-items: center;
}

.card-title-register{
    font-size: 13px;
    text-align: center;

}

.form-check-input {
    position: relative; 
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.show-hide-link {
border-bottom-color: transparent;
}

.error{
    color: crimson;
}

.warningcell {
    width: 150px;
    height: 150px;
    background-image: url('../img/warning.png');
    background-repeat:no-repeat;background-size:150px;
}
