
body {
  background-color: #009ca3;
  height: 100%;
  padding: 0;
  margin: 0%;
  height: 100vh;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: bottom center;
  background-size: contain;  

}

.container-p {
  position: relative;
  max-width: 900px;
  top:30px;
  margin: 50px auto;
  background: #fff;
  border-radius: 50px;
  padding: 40px;
  border: 5px solid #ccc;
  background-image:  #009ca3;
  color: white;

  .titles{
      margin-top: 50px;
      justify-content: center;
      align-items: center;
      position: relative;
      display: flex;
      flex-direction: column;
     
      .title1{
         justify-content: center;
         text-shadow: none !important;
         white-space: nowrap;
         max-width: 1000px;
         text-align: center;
         border-radius:  0 50px 50px 0;
         position:relative;
         margin: 10px;
         padding: 10px;
         background-color: #009ca3;
         font-weight: bold;
         color:#ffffff;
         font-family: Arial, sans-serif;
         letter-spacing: 7px;
         font-size: 45px;
         padding-left:560px;
         padding-right: 120px;
         right: 210px;
      }
      .title2{
          justify-content: center;
          text-shadow: none !important;
          white-space: nowrap;
          max-width: 1000px;
          text-align: center;
          border-radius:  50px 0 0 50px ;
          position: relative;
          padding: 10px;
          color:white;
          font-family: Arial, sans-serif;
          font-size: 30px;
          letter-spacing: 2px;
          top: -25px;
          padding-left: 200px; 
          padding-right: 800px;   
          left:310px;
          background-color:#f7aa00;
       }
    
      }  
}

.formul {
   flex-direction: column;
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 20px;
   padding-top: 90px;
}

label{
   color: #009ca3;
   font-size: 15px;
   font-family: Arial, sans-serif;
}

input, select {
   font-family: Arial, sans-serif;
   padding: 10px;
   border: 2px solid #009ca3;
   color: #009ca3;
   border-radius: 20px;
   outline: none;
   font-size: 15px;
   width: 500px;
   -webkit-text-fill-color: #009ca3!important; 
}

input::placeholder {
   color: #009ca3;
   font-family: Arial, sans-serif;
}

input:hover{
   appearance: none;
   background: rgba(40, 147, 175, 0.5);
   color: rgba(40, 147, 175, 0.5);
}

button {
   background-color:#f7aa00 ;
   color: white;
   font-family: Arial, sans-serif;
   border: none;
   border-radius: 25px;
   padding: 15px 40px;
   font-size: 16px;
   font-weight: bold;
   cursor: pointer;
   margin-top: 110px;
   margin: 50px;
}
button:hover {
   transform: scale(1.01);
   box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
   background-color: #005459;
   color: white;
}
 
button:active {
   transform: scale(0.95);
   box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.bottom-text {
   text-align: center;
   font-size: 20px;
   margin-top: 5px;
   color: #005459;

}

.bottom-text a {
   color: #005459;
   font-weight: bold;

}

.check-box {
   text-align: center;
   checkbox{
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    color: #005459;
    top: -50px;
   }
}


