body.task-login{

    min-height:100vh;

    background:
        url("../images/backgrounds/login-bg.jpg")
        center center / cover
        no-repeat fixed;

}
.kdm-brand{
    text-align:center;
    margin-bottom:30px;
}
.kdm-logo{
    width:140px;
    margin-bottom:15px;
}
.kdm-brand h1{
    font-size:28px;
    color:#0056B3;
}
.kdm-brand p{
    color:#F7941D;
    margin-top:8px;
}
@media(max-width:768px){
.kdm-brand h1{
    font-size:22px;
}
}