
label {
    top: 0%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    line-height: 1rem;
}

.empty > input:not(:focus) + label {
    top: 50% !important;
    transform: translateY(-50%);
    font-size: 14px;
}

input:not(:focus):not[type='checkbox'] + label {
    color: rgba(70, 70, 70, 1);
    top: 0% !important;
}

input {
    border-width: 1px;
}

input:focus {
    outline: none;
}
