.login-container{height:100%;display:flex;align-items:center}.challenge-image{width:auto;height:200px}.color-winter{background-color:#00f!important}.color-summer{background-color:gold!important}.color-spring{background-color:green!important}.color-autumn{background-color:brown!important}.color-autumn strong,.color-spring strong,.color-winter strong{color:#fff}.color-summer strong{color:#000}.preview-image{width:auto;height:200px}.table-image{max-width:80px}#app-drawer{background-color:#fff;position:absolute;top:0;bottom:0;left:0;width:0}.slide-in{animation:slidein .5s forwards}.slide-out{animation:slideout .5s forwards}@keyframes slidein{0%{width:0}to{width:300px}}@keyframes slideout{0%{width:300px}to{width:0}}.h-100{height:100%!important}.w-100{width:100%!important}