 *{
    max-width: 100%;
    outline: none;
    box-sizing: border-box;
 }
 
 body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: white;
      margin: 0;
    }


header{
  background:#ec0000;
  padding:8px;
  align-items:center;
  display: flex;
  border-bottom: solid 1px #00000038;


}

.left{
    text-align: left;
  width:80%;
}

.left img{
 width:190px;
   margin-left: 50px;
     padding:10px;
      
 text-align: left; 

}


.right{
  text-align:right;
  width:20%;

}

.right a{
  
 padding:10px;
  color:#EC0000;
  background:white;
  text-decoration:none;
}


    .form-container {
      background-color: #fff;
      max-width: 500px;
      margin: auto;
      padding: 35px;
      border-radius: 12px;
      margin-bottom:80px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .logo {
      display: block;
      margin: 0 auto 25px;
      max-width: 230px;
    }
    h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #fff;
      font-size: 22px;
    }
    label {
      display: block;
      margin-top: 15px;
      margin-bottom: 6px;
      font-weight: 400;
      color: #000;
      font-size: 14px;
    }
    input, select, textarea {
      width: 100%;
      padding: 11px;
      border-radius: 6px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      font-size: 15px;
      color: #000;
    }
    .name-fields {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }
    .name-fields div {
      flex: 1;
    }

.but{
  text-align:right;
}
    
   .but button {
      margin-top: 30px;
      width: 50%;
      padding: 14px;
      background-color: #EC0000;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    button:hover {
     background-color: #d30101;
    }

    footer {
      align-items:center;
      padding:20px;
    display:flex;
      background:#ec0000;
    
    }

    .fo {
width:30%;
    }

.fo img{
width:220px;
}



.tht {
  width:50%;
}

.tht p{
  font-size:0.9em;
  color:white;
}

.r{
  width:20%;
}

.r img{
  width: 170px;
}

    @media (max-width: 600px) {
      .name-fields {
        flex-direction: column;
      }
    }


    @media screen and (max-width : 600px){

    .left img{
 width:160px;
   margin-left: 0px;
     padding:0px;
      
 text-align: left; 

}
 .right{
  margin-right:20px;
      }  
.fo a{
  color:#6f7779;
  margin:10px;
  display:block;
}

       footer {
  text-align:center;
      padding:0px;
    display:block;
      background:#ec0000;
    
    }

    .fo {
width:100%;
    }

.fo img{
width:220px;
}



.tht {
  width:100%;
}

.tht p{
  font-size:0.7em;
  color:white;
}

.r{
  width:100%;
}

.r img{
  width: 270px;
}
     .but button {
      margin-top: 30px;
      width: 100%;
      padding: 14px;
      background-color: #EC0000;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
    }
}