﻿body {
    background: linear-gradient(#ddd, #808080);
    background: -moz-linear-gradient(#ddd, #808080);
    background: -webkit-linear-gradient(#ddd, #808080);
    background: -moz-linear-gradient(#ddd, #808080);
    /* background: -webkit-linear-gradient(#69350f, #69350f); */
}
.container {
    background-color: #69350e;
}

body {
    color: white
}

.form-control {
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 210px;
}

.cont{
    border:1px dashed #1a1043;
    background:#ffffff;
}
.x{margin-top:20px;}
.heading{color:#1a1043;}
.text-bold{font-weight:bold;}
.text-italic{font-style:italic;}
label{margin-bottom:0px;}
.g{margin-top:10px;}
.h{margin-top:15px;}
.hh{margin-top:5px;}
.f{padding:10px;}
.f legend{
    width:20%;
    text-indent:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}
.inline-block{display:inline-block;}
.text{
    font-size:2em;
    text-align:center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing:1px;
    margin-top:25px;
    margin-bottom:25px;
}
.bt{
    text-align:center;
}