.sign-head, .sign-head a {
    color: rgba(22, 22, 23, .8);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.sign-head a:hover {
    color: #06c;
}

.login-nav-bar {
	background-color: rgba(255, 255, 255, .8);
}


footer {
    font-size: 12px;
}

.footer-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: rgba(0, 0, 0, .48);
    margin: 5px 0;
    margin-left: 7px;
}

.footer-links a:hover {
    text-decoration: underline !important;
}

.reset-btn:hover {
    background-color: rgba(22, 22, 23, .9) !important;
}