.form-style{width:400px}@media screen and (max-width:1024px){.form-style{width:90vw}.form-style label{font-size:12px!important}.form-style label input:not([type=checkbox]),.form-style label select,.form-style label textarea{font-size:10px!important;width:50%!important}}.form-style label{display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;font-size:14px;margin-bottom:2px}.form-style label input,.form-style label select{box-sizing:border-box;font-size:12px;font-family:Poppins,sans-serif;padding:2px;border-radius:4px;background-color:#333;color:#fff;border:1px solid #555;width:180px}.form-style label input[type=checkbox]{width:auto}.form-style input[type=submit]{border:none;padding:4px 12px;border-radius:4px;font-family:Roboto,sans-serif;transition:transform .1s ease;background-color:#2ad395}.form-style input[type=submit]:hover{cursor:pointer;transform:scale(1.05)}