*{box-sizing:border-box;}
body{height:100vh;background-color:#000;color:#f4f4f4;display:flex;flex-direction:column;justify-content:center;align-items:center;}
h1{color:#41e1ff;text-transform:capitalize;text-align:center;}
label{float:left ! important;color:#f4f4f4;margin-bottom:7px;}
.form{background-color:#16171d;margin:auto 0;width:90%;max-width:400px;padding:10px 15px;border-radius:6px;height:contain;border:2px solid #fff;}
button{width:100%;border-radius:12px;
            padding: 10px;
            background-color:#000;max-width:300px;
            border: 2px solid #f4f4f4;color:#f4f4f4;font-weight:750;font-size:19px;display:flex;justify-content:center;cursor: pointer;}