body{
    background-image: url("/media/images/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
p,label{
    color: black !important;
}