﻿@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(password.ttf);
}
#password {
    font-family: 'password';
}