.form-field{display:flex;color:#f5f5f5;position:relative;align-items:center}.form-schema{max-width:800px;height:auto;display:flex;gap:20px;flex-wrap:wrap;align-content:flex-start}input:focus~.floating-label,input:not(:focus):valid~.floating-label{top:-60px;bottom:10px;left:30px;opacity:1;color:#808080}textarea:focus~.floating-label,textarea:not(:focus):valid~.floating-label{top:-63px;bottom:10px;left:30px;font-size:11px;opacity:1;color:#808080}select:focus~.floating-label,select:not(:focus):valid~.floating-label{top:-60px;bottom:10px;left:15px;font-size:11px;opacity:1;color:#808080}.floating-label{position:relative;pointer-events:none;left:15px;top:-40px;transition:.2s ease all}.form-control2{height:55px;font-size:13pt}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#SubmitingFormLoader{animation:spin 2s linear infinite}