@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";body{font-size:14px;font-family:Roboto,sans-serif;font-weight:400;color:#000;background-color:#fff;padding:0;margin:0}*{box-sizing:border-box}#APP{width:100%;height:100vh}.form-fields{margin-top:10px;display:block}.form-fields .form-control{margin-bottom:20px}.form-fields .form-control .form-label{font-weight:600;margin-bottom:5px;display:block}.overlay-loading{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.spinner{width:60px;height:60px;border:7px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overlay-text{margin-top:15px;color:#fff;font-size:1.3rem;letter-spacing:.5px;text-shadow:0 0 5px rgba(0,0,0,.5)}.intro h1{margin-bottom:10px}.form-fields{margin-top:20px;display:flex;flex-direction:column;gap:15px}.form-actions{margin-top:25px}.form-actions button{padding:10px 20px;background:#007bff;border:none;color:#fff;border-radius:4px;cursor:pointer}.form-actions button:hover{background:#005fcc}.error{background:#ff4d4f;border-left:5px solid #d9363e;padding:12px 15px;border-radius:6px;color:#fff;font-size:15px;line-height:1.4;display:flex;align-items:center;gap:10px;box-shadow:0 2px 6px #0000001a;margin-top:10px}.error:before{content:"⚠️";font-size:18px}.errorLabel{color:#ff4d4f}.errorLabel:before{content:"⚠️ "}
