body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.text-form-background {
    background: #ffffff;
    color: #0c2c11;
    text-align: center;
    justify-content: center;
}
