.loginScreenLayout{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.loginScreenLayout__leftSide{width:calc(100% - 31.25rem)}.loginScreenLayout__leftSide--backgroundImage{background-image:url(/assets/build/layouts/loginLayout/loginLayoutImageBackground.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative;z-index:1}.loginScreenLayout__leftSide--backgroundImage:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;opacity:.8;background-image:linear-gradient(125deg,#307095,#3c8dbc)}.loginScreenLayout__rightSide{-webkit-box-shadow:0 .0625rem .0625rem rgba(0,0,0,.1);box-shadow:0 .0625rem .0625rem rgba(0,0,0,.1);background:#ecf0f5;width:31.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.loginScreenLayout__rightSide--alignCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loginScreenLayout__block{width:100%;padding:0 3.125rem}@media screen and (max-width:568px){.loginScreenLayout__leftSide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.loginScreenLayout__leftSide--backgroundImage{opacity:.8}.loginScreenLayout__rightSide{background:#ecf0f5;border-radius:1.5625rem;margin:auto 1.25rem;padding:1.875rem}.loginScreenLayout__block{padding:0}}