.search-form{
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.search-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
}
.tippek-irasa{
    margin-bottom: 20px;
    padding: 5px 10px 15px 10px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px #ccccccc5;
}
.tippek-irasa:hover{
    box-shadow: 7px 9px 16px #ccccccc5;
}
.tippek-irasa input[type="file"] {
    
    margin-bottom: 10px;
}
.tippek-irasa input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccccccc5;
    background-color: #f5f0f0c5;
    border-radius: 10px;
    margin-bottom: 10px;
}
.tippek-irasa textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccccccc5;
    background-color: #f5f0f0c5;
    border-radius: 10px;
    margin-bottom: 10px;
    resize: none;
}
.tippek-irasa input[type="submit"] {
    display: block;
    justify-self: center;
    background-color: #FF4B2B;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 400px;
}
.tippek-irasa input[type="submit"]:hover {
    display: block;
    justify-self: center;
    background-color: #c61515;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 400px;
}
.custom-file-upload {
  border: 1px solid #f5f0f0c5;
  display: inline-block;
  padding: 6px 12px;
  background-color: #FF4B2B;
  color: white;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 10px;
}
.loginmes{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
    
}
input[type=file]::file-selector-button {
  border: 1px solid #f5f0f0c5;
  display: inline-block;
  padding: 6px 12px;
  background-color: #FF4B2B;
  color: white;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 10px;
}
input[type=file]::file-selector-button:hover {
  display: inline-block;
  color: white;
  background-color: #c61515;
  border: 2px solid #b9b7b7c5;
}