@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

*  {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight:normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

.auth-form{
    border: 1px solid #ccc;
}

img.auth-logo {
    max-width: 225px;
}

img.mobile-logo{
    max-width: 120px;
}

.uk-button-primary{
    background: #d2232a !important
}

