@media(max-width:800px) and (max-height:450px){
    #contactForm{
        width:150px;
        top:13%
    }
    .form-control{
        height:35px
    }
    #contactForm #kvkk+label{
        font-size:7px
    }
    #contactForm .btn.submit{
        line-height: 20px;
    }
}