body{margin:0;font-family:Arial,sans-serif;justify-content:center;align-items:center;height:max-content;background-color:#f4f4f9;overflow:auto}.container,body{display:flex;min-width:100%}.container{width:100%;height:100%;overflow:hidden;background-color:#ffffff}.welcome-section{flex:1;background:linear-gradient(135deg,#b9659d,#058cf4);color:white;padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.welcome-logo{width:180px;height:auto}h1{margin-top:20px;font-size:2.5rem}p{margin:10px 0 20px;font-size:1.2rem}.login-logo{width:200px;height:auto;margin-top:20px}.form-section{flex:1;border-radius:50px}.form-container,.form-section{padding:40px;display:flex;align-items:center;justify-content:center;height:100vh}.form-container{width:100%;max-width:400px;background-color:#fff;flex-direction:column}h2{text-align:center;margin-bottom:30px;font-size:2rem;color:#333}.form-group{margin-bottom:20px;line-height:25px}label{display:block;margin-bottom:5px;font-weight:700;color:#333}input{width:100%;padding:9px;font-size:1rem;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;color:#333}.buttons{display:flex;justify-content:space-between;margin-top:10px}button{padding:10px 15px;border:none;background-color:#4e54c8;color:white;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#6c63ff}.submit-button{text-align:center;margin-top:20px}.submit-button a button{width:100%}.success{color:green}.error,.success{font-weight:700;margin-top:10px}.error{color:red}@media (max-width:768px){.container{flex-direction:column;height:200vh;overflow:scroll}.body{overflow:auto}.form-section,.welcome-section{height:100vh;padding:20px}}