.login-main-container{width:100%;height:100vh;background-color:#080b25;background:linear-gradient(270deg,#2c3268,#080b25);display:flex;align-items:center;justify-content:center}.login-center-container{width:500px;max-width:90%;min-height:500px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:9999;margin:0 auto;background:#ffffff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:32px 32px 32px 22px}.login-text{font-size:36px;font-weight:700;line-height:40px;letter-spacing:.032px;margin-bottom:12px;margin-left:8px}.login-form{width:100%;display:flex;gap:40px;flex-direction:column}.login-form .with-label-input-field{width:110%}.login-input-field{height:40px;padding:10px;box-sizing:border-box}.login-input-fields{width:100%;height:40px;box-sizing:border-box;padding:10px 40px 10px 10px}.login-label{font-size:14px;margin-bottom:5px;display:block}.login-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.ImageDiv{display:flex;justify-content:center;margin:15px 10px}.password-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px}.password-input{width:100%}.password-toggle{position:absolute;right:10px;top:145%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;z-index:1;margin-right:5px}.password-toggle img{width:24px;height:24px}.login-btn{width:98%;margin-left:10px}.input-error .with-label-input-field{border:1px solid red;padding-top:3px}.login-checkbox-container{display:flex;align-items:center;margin-top:59px;margin-left:12px}.login-checkbox-container input{margin-right:8px;cursor:pointer}.login-checkbox-container label{font-size:14px;color:#333}.area{width:100%;height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(214,214,214,.404);animation:animate 25s linear infinite;bottom:-150px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}