.label-input-tag {
    padding-bottom: 5px;
    font-size: 14px;
    color: #454954;
    margin-inline: 4px;
}

label {
    padding: 0!important;
}

.form-check-input {
    margin: 0;
    width: 20px;
    height: 20px;
}

.form-control {
    border-color: #DEE0E4;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px;
}


.form-control::placeholder {
    color: #8F94A3!important;
}

.input-group-text {
    border-left: none!important;
    background-color: #ffffff!important;
}

.icon-on-right {
    border-right: none!important;
}

.eye-color {
    color: #8F94A3;
}