@media screen and (min-width: 768px){.login-page{width:100vw;height:100vh;display:flex;flex-direction:row}}.login-page-left{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;height:400px}@media screen and (min-width: 768px){.login-page-left{width:calc(100% - 400px);height:100%}}.login-page-left .logo{width:200px;margin:0 auto}@media screen and (max-width: 767px){.login-page-left .logo{position:relative;top:30px}}.login-page-left .logo img{width:100%}@media screen and (min-width: 768px){.login-page-left .logo{margin:30px}}@media screen and (max-width: 767px){.login-page-right{padding:24px 16px}.login-page-right .container{display:block}}@media screen and (min-width: 768px){.login-page-right{width:100%}}.login-page-right .ant-card{padding:24px}@media screen and (min-width: 768px){.login-page-right .ant-card{height:auto;margin:auto;width:500px;translate:0 -60px}}.login-page-right .ant-card-body{padding:0}.login-page-actions{display:flex;justify-content:flex-end;align-items:center;height:64px;margin-right:32px}.login-page-actions>*{margin-left:30px;height:100%;display:flex;align-items:center}.login-page-actions svg{cursor:pointer;width:20px;height:20px}.login-page-form h2{text-align:center;margin:0 0 24px}.login-page-form_button{width:100%}.container{display:flex;align-items:center;width:100%;height:100%}
