
body{
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.form-control{
    border:1px solid #DDD;
}

.content{
    border:1px solid #DDD;
}
.text-danger,.err{
    color:red !important;
}