body {
    background: linear-gradient(
            rgba(226, 229, 71, 0.3),
            rgba(226, 229, 71, 0.3)
    ),
    url("../../images/sign-in-background.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}