.baige {
    background-color: darkred;
}



body{
    background-color:#091e47

}






form {

    background-color: darkred;
    padding: 50px;
    border-radius: 20px;
    margin-top: 150px;

}
.btn-primary {
    width: 100%;
    border: none;
    border-radius: 50px;
    border: 1px solid darkred;
    background-color: transparent;
    color: white;

}
.btn-primary:hover{
    background-color: darkred;
    transition-duration: 1.5s;
}

.form-control{
    color: rgba(0,0,0,0,.42 );
    box-shadow: none!important;
 
}
h4 {
    font-size: 2rem !important;
    color: white;
   
}

     
     
   

        

      .card {
        background-color: darkred;
      }
       
     .card p {
        color: white;
     }
     

       
      
        .card-title {
            font-size: 14px!important;
            color: white;
            text-align: center;
            
        }


       .navbar a {
        color:white;
       }
       .navbar a:hover {
        color:white;
       }

       .c-item {
    height: 480px;
}
.c-img {
    height: 100%;
    object-fit: cover;
    }
 

    .btns{
        color: white;
        text-decoration: none;
        border: 1px solid darkred;
        font-size: 25px;
        padding: 8px;
    }

    .btns:hover{
        background-color: darkred;
        transition-duration: 1.5s;
    }

    .project-title {
        color: white;
        margin-top: 3%;
        text-transform: uppercase;
        text-align: center;
    }
  .btn-dark {
    text-transform: uppercase;
    margin-left: 20%;
  }
  .fields {
    background-color: #091e47;
    color: white;
    
  }
  .fields:focus {
      background-color: #091e47;
      color: white;
  }
   .fields::placeholder {
    
      color: white;
  }

  .message {
    resize: none;
  }
  .policy {
    text-align: center;
    color: white;
  }
  ul li {
    list-style: none;
  }
