﻿.hidden{
    display:none!important
}
.loginPage .formAction a {
    font-size: 13px;
    color: #000000;
    position: relative;
    z-index: 3;
    background-color: transparent;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    font-weight: 500;
    border: 2px solid #452C78;
    margin-left: 10px;
    cursor: pointer;
}
.loginPage .formAction a:hover {
    background-color: #452C78;
    color: #ffffff;
}
.paging-action.selected{
    text-decoration: underline
}