.with-label-main-section{display:flex;gap:8px;flex-direction:column}.with-label-input-field{width:100%;min-height:40px;border-radius:4px;border:1px solid var(--border-color);outline:none;color:var(--black-color);font-size:16px;font-weight:var(--regular-font-weight);padding:0 16px}.input-field.disabled{cursor:not-allowed}.with-label-label-text{color:var(--black-color);font-size:15px;font-weight:var(--semibold-font-weight)}.with-label-error-text{color:#ff4d4d;font-size:12px;padding-top:3px}.input-field-container{position:relative}.input-field-container .search-icon{position:absolute;top:0;right:0;height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.input-field-container .search-input{padding-right:40px}.login-main-container{margin-left:-19vw;height:100vh;background-color:var(--blue-color);background:linear-gradient(to left,var(--green-color),var(--blue-color));background:linear-gradient(225deg,#00008b,#00aae5);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:var(--white-color);border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:32px 32px 32px 22px}.login-text{font-size:26px;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{margin-bottom:30px;background:linear-gradient(225deg,#00008b,#00aae5);padding-left:35%}.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}.checkbox-container{display:flex;align-items:center;margin-top:59px;margin-left:12px}.checkbox-container input{margin-right:8px;cursor:pointer}.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}.login-button{width:100%;height:44px;border-radius:4px;background:linear-gradient(225deg,#00008b,#00aae5);outline:none;box-shadow:0 2px 8px 0 rgba(0,0,0,.16);border:none;cursor:pointer;border:1px solid var(--green-color);color:#fff;font-size:18px;font-weight:400;padding:0 15px}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,84%,.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%}}