body {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    background-image: url("../../image/login_background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.account-pages {
    align-items: center;
    display: flex;
    min-height: 80vh;
}

.p-login-forget {
    font-size: 13px; color: #0a2956;font-weight: bold;
}

.secret-footer {
    position: absolute; bottom: 0; right: 0; left: 0
}