@font-face{font-family:Dosis;src:url('../../Assets/Fonts/dosis/Dosis-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dosis;src:url('../../Assets/Fonts/dosis/Dosis-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Dosis;src:url('../../Assets/Fonts/dosis/Dosis-ExtraBold.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url('Fonts/poppins/Poppins-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url('Fonts/poppins/Poppins-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url('Fonts/poppins/Poppins-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url('Fonts/poppins/Poppins-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url('Fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background:linear-gradient(to bottom,#fff 40%,#057ebb 40%);min-height:100vh;display:flex;justify-content:center;align-items:center}.container{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:600px;width:100%;gap:20px;padding:20px}.card{background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);flex:1 1 400px;display:flex;flex-direction:column;justify-content:center;padding:40px 30px}#loginCard{border-radius:16px}.login-card{text-align:center;max-height:60vh;z-index:3;transform:translateY(15%);max-width:500px}.login-card img.logo{max-width:150px;margin-bottom:15px;margin-top:5px}.login-card h2{font-size:1.4rem;color:#333;margin-bottom:5px}.login-card h3{font-size:1rem;color:#057ebb;margin-bottom:25px}.form-group{position:relative;margin-bottom:20px}.form-group input{width:100%;padding:12px 20px 12px 80px;border:none;border-radius:8px;background:#f7f9fa;box-shadow:inset 0 1px 3px rgba(0,0,0,.1);font-size:.95rem;outline:0;transition:box-shadow .2s ease-in-out}.form-group input:focus{box-shadow:0 0 0 2px #057ebb}.form-group ion-icon{position:absolute;left:25px;top:50%;transform:translateY(-50%);font-size:1.8rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:.85rem;flex-wrap:wrap;gap:10px}.form-options a{color:#333;text-decoration:none;font-weight:500}.form-options a:hover{text-decoration:underline}#btnLogin{background-color:#057ebb;color:#fff;font-weight:700;font-size:1rem;box-shadow:0 2px 6px rgba(0,0,0,.15);padding:12px 0;width:30%;margin:0 auto;border-radius:6px}#signUpCard{border-radius:16px}.signup-card{background:url("../../Assets/Images/Login/Sign In Page.jpg") center/cover no-repeat;text-align:center;justify-content:center;position:relative;min-height:75vh;max-width:550px;transform:translateX(-10%);color:#fff;border-radius:32px}.signup-card::before{content:"";position:absolute;inset:0;border-radius:16px}.signup-card .content{position:relative;z-index:1;padding:10px;color:#fff;border-radius:20%}#terms{position:absolute;bottom:15px;left:50%;top:120%;transform:translate(-50%);margin:0;width:100%;font-size:.9rem}.signup-card h2{font-size:1.75rem;font-weight:700;margin-bottom:15px}.signup-card p{font-size:1.3rem;font-weight:500;line-height:1.4;margin-bottom:25px}#btnRegister{background-color:#057ebb;color:#fff;font-weight:700;font-size:1.2rem;border-radius:4px;padding:12px 0;width:60%;margin:0 auto}#btnRegister:hover{background-color:#057ebb}@media (max-width:992px){.login-card{transform:none;max-height:none;max-width:60vw}.signup-card{transform:none;max-width:60vw}#terms{top:120%}}@media (max-width:768px){body{align-items:flex-start;padding:20px 10px}.container{flex-direction:column;align-items:center;gap:15px;padding:10px}.card{width:100%;padding:25px 15px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.login-card{transform:none;max-height:none}.form-group ion-icon{position:absolute;left:30px;top:50%;transform:translateY(-50%);font-size:1.2rem}.login-card img.logo{max-width:120px}.signup-card{background-position:center;background-size:cover;transform:none;min-height:60vh}.signup-card .btn{width:100%;font-size:1rem;padding:10px}.signup-card h2{font-size:1.4rem}.signup-card p{font-size:1rem}#terms{top:100%}.form-group input{font-size:.9rem;padding:10px 20px 10px 80px}.form-options{flex-direction:column;align-items:flex-start;font-size:.8rem}}@media (max-width:480px){.container{padding:5px}.login-card img.logo{min-width:100px;max-width:120px;margin-bottom:15px}.login-card h2,.signup-card h2{font-size:1.2rem}.signup-card p{font-size:.9rem}#terms{top:100%}.btn{font-size:.9rem;padding:8px}}