body,html{height:auto;margin:0;padding:0;box-sizing:border-box;width:100%;overflow-x:hidden}@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&family=Poppins:wght@600;700&display=swap");.login-page{flex-direction:column;min-height:80vh;margin:0;padding:0}.login-form-section,.login-page{display:flex;justify-content:center;align-items:center;width:100%;background:#fff}.login-form-section{max-width:600px;min-width:320px;min-height:600px;padding:.5rem 1.5rem;box-sizing:border-box;z-index:2}.login-card{width:100%;max-width:470px;background-color:transparent;padding:2.5rem;border-radius:8px;text-align:center;margin-top:1rem}.login-card input::placeholder,.login-card textarea::placeholder{color:#aaa;font-size:.95rem}.login-card h2{margin-bottom:.2rem;font-size:2rem;font-family:Nunito,sans-serif;align-items:center}.login-card h2,.ministry-name{color:#44673e;justify-content:center;display:flex;text-align:center}.ministry-name{font-size:1.5rem;margin-bottom:1.8rem;font-weight:770;font-family:Poppins,sans-serif;letter-spacing:1px}.form-group{margin-bottom:1.3rem;text-align:left}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#333}.login-input{width:100%;padding:.6rem .75rem;font-size:1rem;border-radius:5px;border:1px solid #ccc;transition:border-color .2s}.login-input:focus{border-color:#44673e;outline:none}.btn-login{width:100%;padding:.65rem;background-color:#000;color:#fff;border:none;border-radius:4px;transition:background-color .3s ease;margin-top:.3rem;font-family:Nunito,sans-serif}.btn-login:hover{background-color:#333;color:#fff}.login-footer{margin-top:1.6rem}.text-link{color:#ff9400;text-decoration:none;font-size:.95rem;font-family:Nunito,sans-serif;display:block;text-align:left;margin-left:0}.text-link:hover{text-decoration:underline}.login-divider{border:none;border-top:1px solid #222;opacity:.4;margin-bottom:3rem}.create-account-btn{display:block;width:100%;background-color:#44673e;color:#fff;border:none;padding:.65rem;border-radius:4px;margin-top:.8rem;transition:background-color .3s ease;font-family:Nunito,sans-serif}.create-account-btn:hover{background-color:#36552f}.alert-danger{background-color:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.95rem}@media (max-width:768px){.login-page{flex-direction:column;height:auto;position:static}.login-image-section{position:static;height:220px;min-height:220px;width:100%}.login-form-section{padding:.1rem 2rem .5rem;box-sizing:border-box}.login-card{padding:.5rem .5rem 1.2rem;margin-top:0;width:100%;max-width:100%;box-sizing:border-box}}