
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 {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  border-radius: 50px;
  padding: 30px;
  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:610px;
         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: 300px; 
          padding-right: 400px;   
          left:140px;
          background-color:#f7aa00;
       }
       .title3{
          justify-content: center;
          text-shadow: none !important;
          white-space: nowrap;
          max-width: 1000px;
          text-align: center;
          position: relative;
          padding: 10px;
          color:#009ca3;
          font-weight: bold;
          font-family: Arial, sans-serif;
          font-size: 20px;
          letter-spacing: 2px;
          top: -65px;
          padding-left: 200px; 
          padding-right: 400px;   
          left:140px;
       }
 
      }  
}

.formul {
   flex-direction: column;
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 20px;
}

.form-row {
   display: flex;
   gap: 10px;
   width: 100%;
   max-width: 520px; 
   margin-left:190px ;
   justify-content: center;
}

.form-row input {
   width: 50%;
}

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: 10px;
   color: #005459;
}

.bottom-text a {
   color: #005459;
   font-weight: bold;

}

