body {
    margin-top: 50px;
    margin-bottom: 50px;
    background: url('../img/background1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-success {
    color: #090;
}