.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.9);
    backdrop-filter: blur(8px);
}
#modalBox {
    width: 1200px;
    height: 700px;
    background: url(images/bg-formdk-pc.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    align-items: center;
}
button#closeModal {
    position: absolute;
    top: 20px;
    right: 20px;
}
button#closeModal svg{
    color: #1C5833;
        width: 40px;
    height: auto;
}
#modalBox .cover-box{
    width: 42%;
    background: #fff;
    border-radius: 12px;
    padding: 40px 20px;
}
#modalBox .cover-box form input{
    border: 1px solid #1C5833;
    margin-bottom: 5px;
}
#modalBox .cover-box form button {
  background-color: #1C5833 !important;
  color: #fff !important;
  width: fit-content !important;
  margin: auto !important;
  font-family: 'Philosopher', sans-serif !important;
  padding: 10px 30px !important;
  border: 1px solid #E49F24 !important;
  transition: all 0.3s ease !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3) !important;
}

#modalBox .cover-box form button:hover {
  background-color: #FFF0C0 !important;
  color: #1C5833 !important;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5) !important;
}

@media (max-width: 1024px) {
    #modalBox{padding: unset;flex-direction: column; height: auto;}
    #modalBox .cover-box{width: 100%; border-top-left-radius: unset; border-top-right-radius: unset;}
}
@media (max-width: 1280px) {
}
@media (max-width: 1440px) { 

}