 .contact {

   background: linear-gradient(rgba(104, 83, 228, 0.2),
       rgba(110, 62, 98, 0.2)), url(http://static1.squarespace.com/static/5fd9737a82917438944c3d65/t/5fe2a638e029170e1892548c/1608689212409/tree.jpg?format=1500w);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
 }

 .support {
   background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
     url(../image/justice.jpg);
   background-size: cover;
   background-position: contain;
   background-repeat: no-repeat;
 }

 .contactcon {
   background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
     url(i.jpg);
   background-size: cover;
   background-position: contain;
   background-repeat: no-repeat;
 }

 .form-group input {
   background-color: #312f2f;
   border: 1px solid #d3d3d3;
   color: rgb(202, 197, 197);
   width: 95%;

 }

 .form-group textarea {
   width: 95%;
 }


 .contact .form-control {
   background: transparent;
   border: none;
   border-bottom: 2px solid rgba(255, 255, 255, 0.603);
   height: 35px;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;

 }

 .contact .form-control:focus,
 .contact .form-control:hover {
   border: none;
   border-bottom: 2px solid rgba(255, 255, 255, 1);
   box-shadow: none;
 }

 .signupsuccess {
   font-size: 14px;
   width: 100%;

 }