.redirect-login-page {
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 158px;
    .logo {
        margin-top: 119px;
    }
    .header {
        span {
            color: #485465;
            font-size: 48px;
            line-height: inherit;
        }
    }
    .message {
        margin-top: 84px;
        span {
            color: #707070;
            font-size: 24px;
        }
    }
}