Merhaba arkadaşlar,

Bu kod ile sitenin en üstünde yapışıyor ama ben bunu alta yapışmasını istiyorum. Nasıl yapabilirim?

<style>
            .header,
            body{padding-top: 44px;}
            .user_sms_check_wrap *{margin: 0; padding: 0;}
            .user_sms_check_wrap{text-align: center; height: 33px; background: #c0272c; position: fixed; width: 100%; top: 0; left: 0; z-index: 999}
            .user_sms_check_wrap p{line-height: 44px; color: #fff}
        </style>
        <div class="user_sms_check_wrap">
            <form>
<center>
    
    <input required=""  placeholder="Adınız Soyadınız" style="height: 100%; width: 30%;"  type="text" name="text">     <input required="" placeholder="Telefon Numaranız" style="height: 100%; width: 30%;" type="phone" name="phone">     <input  value="Beni Arayın" type="submit" name="submit">
</center>
</form>