#head{
	background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
    background-color: rgba(68,68,68,1.00); height: 60px
}

#bd {
    background-color: rgba(255,255,255,1.00);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(222,222,222,1.00);
    border-radius: 10px;
    box-shadow: 0px 0px 25px 1px rgba(222,222,222,1.00);
}

 form .form-control {
    font-family: OpenSans Regular !important;
    font-size: 26px !important;
    color: #000;
    border-color: #ccc;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 56px;
}

footer {
	height: 100px;
	background-color: rgba(240,240,240,1.00);
}