  body {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
        
        background-size:cover;
        background-repeat:no-repeat;
        background: #d6d6d6; /* Old browsers */
background: -moz-linear-gradient(left, #d6d6d6 0%, #e2e2e2 16%, #ffffff 50%, #e2e2e2 86%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6d6d6), color-stop(16%,#e2e2e2), color-stop(50%,#ffffff), color-stop(86%,#e2e2e2), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d6d6d6 0%,#e2e2e2 16%,#ffffff 50%,#e2e2e2 86%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d6d6d6 0%,#e2e2e2 16%,#ffffff 50%,#e2e2e2 86%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d6d6d6 0%,#e2e2e2 16%,#ffffff 50%,#e2e2e2 86%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(to right, #d6d6d6 0%,#e2e2e2 16%,#ffffff 50%,#e2e2e2 86%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 */
      }

      .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
         -webkit-border-radius: 0px;
           -moz-border-radius: 0x;
                border-radius: 0px;
                border:1px solid #777;
                color:#000;
      }
      .btn-primary {
     -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px;
    color: #FFF;
   background-color: #DD0330;
border-color: #65091C;
    margin-bottom:20px;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #F46600;
    border-color: #F46600;
}
.logo{
	background-position:center center;
	background-size:contain;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:100%;
	margin-top:60px;
	margin-bottom:20px;
	height:66px;
}