.login-form-container{background:#fff;border-radius:8px;width:300px;padding:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 10px rgba(0,0,0,.1)}.form-title-wrapper{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.form-title-wrapper h2{color:#333;text-align:center;margin:0;font-size:1.8rem}.form-title-wrapper .form-title-img{height:1.8rem;padding:0 5px}.login-form p{color:#666;margin-bottom:1rem;font-size:1rem}.form-group{margin-bottom:1rem;position:relative}.form-group label{color:#666;margin-bottom:.5rem;display:block}.form-group input[type=email]{border:1px solid #ddd;border-radius:4px;width:100%;padding:.5rem;transition:border-color .3s;color:#000!important}.form-group input[type=password]{border:1px solid #ddd;border-radius:4px;width:100%;padding:.5rem;transition:border-color .3s;color:#000!important}.form-group input[type=email]:focus{border-color:#07f;outline:none;animation:.5s forwards input-focus-animation}.form-group input[type=password]:focus{border-color:#07f;outline:none;animation:.5s forwards input-focus-animation}@keyframes input-focus-animation{0%{box-shadow:inset 0 -2px #ddd}to{box-shadow:inset 0 -2px #07f}}.login-button{color:#fff;cursor:pointer;background-color:#07f;border:none;border-radius:4px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem}.login-button:hover{background-color:#0056b3}.pos-center{position:fixed;top:calc(50% - 30px);left:calc(50% - 30px)}.loader{border:10px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{z-index:1000;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;color:#333!important}.modal{background:#fff;border-radius:5px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.3)}.modal h2{margin-top:0;color:#333!important}.modal button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;margin:20px auto 0;padding:10px 20px;display:block}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}textarea{-webkit-appearance:none}input[type=text]{-webkit-appearance:none}input[type=password]{-webkit-appearance:none}input[type=number]{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],label,select,summary,textarea{touch-action:manipulation}input:not([type=range]){touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button{-webkit-appearance:button}html [type=button]{-webkit-appearance:button}[type=reset]{-webkit-appearance:button}[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio]{box-sizing:border-box;padding:0}input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date]{-webkit-appearance:listbox}input[type=time]{-webkit-appearance:listbox}input[type=datetime-local]{-webkit-appearance:listbox}input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}