*{
  font-family: 'Roboto', sans-serif;
}

a, a:visited {
    color: #08bbb9;
    text-decoration:none;
    font-weight:inherit;
    cursor:pointer;
}

a:hover {
    text-decoration: underline;
}

.form-signin input[type="submit"]:hover {
  background-color: #212121; 
}