﻿body {
    background-color: #DCE6E7;
    background-image: url('/images/talk.webp');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-login {
    color: #ffffff;
}

@media (min-width: 576px) {
    body {
        background-image: url('/images/talking.webp');
    }

    .text-login {
        color: #000000;
    }
}