/* register employer */
input:not(:placeholder-shown)+label,
input:focus+label,
.input.long:not(:placeholder-shown)+label,
.input.long:focus+label {
top: -0.6rem;
font-size: 0.8rem;
color: #878C7B;
z-index: 3;
}
input:-internal-autofill-selected+label,
input {
color: #878C7B;
}
input:not(:focus)+label,
.input.long:not(:focus)+label {
color: #878C7B;
}
/* register employer */

/* register job seeker */
/* input:not(:placeholder-shown)+label,
input:focus+label,
.input.long:not(:placeholder-shown)+label,
.input.long:focus+label {
top: -0.6rem;
font-size: 0.8rem;
color: #878C7B;
z-index: 3;
}
input:-internal-autofill-selected+label,
input {
color: #878C7B;
}
input:not(:focus)+label,
.input.long:not(:focus)+label {
color: #878C7B;
} */
/* */