h1,h2,h3,h4,h5,h6,.h2,.h3,.h4{
	font-weight: 600;
}
p{
    font-weight: 300
}
.brand-header.brand-header-bg.header-image {
    background: none !important;
}
input, textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #999999;
/*    padding: 7px;
*/}

div.main-form, .brand-header-bg,.navbar-inverse {
    margin-top: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 0px;
    padding-bottom: 40px;
}
.brand-footer{
    background: none;
}
a {
    text-decoration: underline!important;
    font-weight: bold;
}
/*DARK WEBSITES ONLY DON'T DELETE*/
.modal-body {
    background: #000;
}