.layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.layout .page-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.layout .white-content{background:var(--white);border-radius:4px;border:1px solid #e6eaee;padding:40px 0;text-align:center;font-size:14px;line-height:24px;font-weight:500;color:var(--ne-red)}