.login-container{display:flex;height:100vh;width:100%}.login-form{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}.p-field{width:100%;margin-bottom:1rem}.login-button{width:100%;margin-top:1rem;background:linear-gradient(90deg,#2c6e49,#6cc24a)}.social-login{display:flex;gap:1rem;margin-top:1rem}.login-image{flex:1 1;background:url(/layout/images/auth_img.svg) no-repeat 50%;background-size:cover}