@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@300;400;500;600;700&display=swap');

body{
    background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}

.auth-form h4{
    font-size: 18px;
    font-weight: 500;
}

.auth-form h3{
    font-size: 33px;
    font-weight: 700;
}

.auth-form{
    padding: 30px;
    border: 1px solid #ccc;
}

.auth-form input{
    font-size: 16px;
}

nav.uk-navbar-container {
    background: #333 !important;
    padding-bottom: 5px ! IMPORTANT;
    padding-top: 5px !important;
    margin-bottom: 30px ! IMPORTANT;
}
.uk-button-primary {
    background-color: #333;
}