*{
    font-family: 'Roboto', sans-serif!important;
}


.uk-background-muted{
    background-color: rgba(245, 246, 250,.95)!important;
}

.uk-navbar-container{
    background-color: #FA1100!important;
}

.uk-navbar-nav > li > a{
    color: #fff !important;
    font-size: 1.1rem!important;
    text-transform: capitalize!important;
}


@media screen and (min-width: 601px) {
    .login-form{
        width:45%;
    }
}

.login-form{
    margin: 4rem auto 0rem auto;
}

body{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-image: url('/images/kids.jpg');
}

body {
    font-family: arial, verdana, sans-serif;
}

#pdf{
    height:900px;
    wifdth:100%;
}

.uk-line-through{
    text-decoration: line-through;
}