body, div, span, a, p, table, td, tr  {
  font-family: 'Roboto', sans-serif;
}

body {
    color: #000;
}

.uk-button-primary{
    background: #004f82 !important;
    border-radius: 5px;
}

.auth-form{
    border: 1px solid #ccc;
    padding: 20px;
}

.auth-form a{
    text-decoration: none !important;
}

.auth-form h3{
    font-size: 25px;
    font-weight: 700;
}