.form-group a {
    color: #2a373d;
    text-decoration: underline;
}

.form-group a:hover {
    color: #2a373d;
    text-decoration: none;
	font-weight: bold;
}