@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body, div, span, a, p, table, td, tr  {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}

body {
    color: #000;
    background: #f5f7fb;
}

.uk-button-primary{
    background: linear-gradient(#2e4157, #222e3c) !important;
    border-radius: 5px;
}

.uk-button-primary i{
    color: #fff !important;
}

.auth-form{
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 20px;
    border: 1px solid #dddfe2;
}

.auth-form i{
    color: #222e3c;
}

.auth-form a{
    text-decoration: none !important;
}

.auth-form h3{
    font-size: 25px;
    font-weight: 700;
}

.uk-input:focus{
    border: 1px solid #222e3c;
}

.auth-logo-img{
    max-width: 280px;
}