@font-face{font-family:Pop-semi;src:url(/fonts/poppins/Poppins-SemiBold.ttf) format("truetype")}@font-face{font-family:Pop-med;src:url(/fonts/poppins/Poppins-Medium.ttf) format("truetype")}@font-face{font-family:Pop-reg;src:url(/fonts/poppins/Poppins-Regular.ttf) format("truetype")}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*{font-family:Poppins,sans-serif}.background-image{background-image:url(/authentication/back-view-crowd.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100vh}.logo-image{width:478px;height:104px}.align-center-wrapper{text-align:center}.align-center-wrapper,.form-outline{align-items:center;justify-content:center}.form-outline{display:flex;min-height:100vh}.form-container-login{width:400px;height:500px;background-color:#141414;border-radius:15px;padding:24px}.heading1{font-weight:700;font-size:22px;line-height:100%;letter-spacing:0;color:#fff;text-align:start;font-family:Pop-semi}.heading2{font-weight:400;font-size:12px;line-height:21.23px;color:#939da7;text-align:start;margin-top:10px;font-family:Pop-reg}.formbox{margin-top:30px}.form-group input{color:#e0e0e0;border:1px solid #44475a;border-radius:6px;padding:10px 12px;font-size:16px;box-sizing:border-box;margin-top:20px;height:42px;font-family:Pop-med;font-size:13px;color:#fff}.form-group input::placeholder{color:#757575;font-size:12px;font-family:Pop-reg}.login-button{color:#fff;width:366px;height:50px;gap:10px;border-radius:15px;font-weight:600;font-size:16px;background:#212684;border:none;margin-top:30px;font-family:Pop-semi;cursor:pointer;transition:background .3s ease}.login-button:hover{background:#1a1f6b}.forgot-text{line-height:21.23px;color:#aaa;text-align:end;margin-top:5px;font-family:Pop-reg}.forgot-text,.text1{font-weight:400;font-size:14px}.text1{font-family:Poppins;line-height:22px;color:#555459;display:flex;justify-content:center;margin-top:60px;font-family:Pop-reg;margin-bottom:16px}.sign-text{font-weight:600;font-size:14px;line-height:22px;color:#4772ff;padding-left:5px;font-family:Pop-med}.text2,.text3{font-weight:500;font-size:11px;line-height:22px;color:#939da7;font-family:Pop-reg}.text3{margin-left:10px}.password-wrapper{position:relative}.eye-icon{position:absolute;right:15px;top:60%;color:#fff!important;transform:translateY(-50%);cursor:pointer;z-index:1}.eye-icon img{fill:#fff}.pass-input{padding-right:40px}.snackbar{padding:12px 20px;border-radius:4px;font-size:14px;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:999;min-width:300px;text-align:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.snackbar-show{opacity:1;visibility:visible}.snackbar-success{background-color:#4caf50;color:#fff}.snackbar-error{background-color:#f44336;color:#fff}.login-loader{border:3px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:22px;height:22px;animation:spin .8s linear infinite;margin:auto}@media (max-width:500px){.logo-image{width:200px;height:50px;margin-top:70px}.form-container-login{width:100%;margin:20px 20px 100px}.login-button{width:100%}.align-center-wrapper{justify-content:flex-start;align-items:flex-start}}.loader{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}