.descopeWrapper{margin-top:60px;min-height:385px;display:flex;flex-direction:column;justify-content:center}.loginContentWrapper{display:flex;justify-content:space-between;align-items:center;height:100vh;gap:40px;padding-left:130px;padding-right:100px}.loginImageContainer{width:713px;height:425.49px}.errorContainer{display:flex;flex-direction:column;justify-content:center;height:100%}.errorText{text-align:left;color:var(--Red)}.errorText,.infoText{font-weight:400;font-size:16px;font-family:var(--font-family);line-height:20px}.infoText{margin-top:6px;color:var(--Primary-text-color)}.loadingWrapper{width:537px;height:425px;border-radius:4px}.shimmer{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 400px;display:inline-block;position:relative;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}