@charset "utf-8";
/* CSS Document */
body
{
	font-family: 'Raleway', sans-serif;
}
.container-fluid
{
	padding:0px;
}
.marginer
{
	width:100%;
}
.logo-main
{
	width:40%;
	text-align:center;
	
}
.logo-center
{
	text-align:center;
}
h4
{
	color:#810081;
	font-weight:600;
}
h3
{
	color:#810081;
	font-weight:600;
}
h4
{
	margin-top:20px;
}
@media screen and (max-width: 768px)
{
.logo
{
	text-align:center;
}
.logo-center
{
	text-align:center;
}
}
@media screen and (min-width: 768px)
{
.logo
{
	text-align:left;
}

}
.form-control
{
	border-radius:0px !important;
}
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #810081;
}

::selection {
    color: #FFF; 
    background: #810081;
}
.btn-default {
    color: #fff;
    font-weight: 600;
    background-color: #810081;
    border-color: #ccc;
    border-radius: 0px;
    width: 200px;
}