.app{width:100%;min-height:100vh}.login-container{display:flex;height:100vh}.login-left{width:50%;background-color:#b9ccdd;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.login-right{width:50%;background-image:url(/arkaplan.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 768px){.login-container{flex-direction:column}.login-left{width:100%;height:100%}.login-right{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
