html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-forgot {
    width: 100%;
    max-width: 630px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo,
.logo a {
    color: #000000;
    font-size: 25px;
}

.logo .logotext {
    font-weight: 900 !important;
    color: #000000 !important;
}

ul.parsley-errors-list {
    list-style: none;
    padding: 0px;
    margin: 0;
    clear: both;
}

ul.parsley-errors-list li,
.error,
.error-id,
.error-em,
.error-ph {
    color: #ff1d1b
}

.table {
    background: #ffffff !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #007bff;
    background-color: #FFFFFF;
    border-color: #007bff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/images/_loader.gif') center no-repeat;
}

.verticleMenu li ul.submenu li.active a {}