input[type=text],input[type=email],select,textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:10px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;resize:vertical;background-color:#f2f2f2}input[type=submit]{background-color:#fdb813;color:white;padding:12px 20px;border:none;border-radius:10px;cursor:pointer}input[type=submit]:hover{background-color:#fdb813}