.form-error {
    border-color: red;
}

.error-message {
    margin-top: -14px;
    font-size: 14px;
    color: red;
}

.img-login-sceen {
    max-height: 50px;
}

.img-error-sc {
    max-height: 350px;
}

body, html {
    background-color: #EBEAEA;
    margin: auto;
    height: 100%;
}

.main, .container {
    height: 100%;
}

.mainBody {
    height: calc(100% - 30px);
}

.login {
    background-color:#FFF;
}

.footer-info {
    color: #247BA0;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.paginator-colored p {
    font-size: 14px;
}

.pagination {
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.paginator-left,
.paginator-right {
    display: flex;
    color: #c1c1c1;
    font-size: 18px;

    .page-item a {
        border-radius: 0 !important;
        border: 0;
    }
}

.paginator-left,
.paginator-right .page-item a {
    border-radius: 0 !important;
    border: 0;
}

.paginator-middle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pagination .active a{
    border-radius: 0;
}

.pagination .page-item a{
    border: 0;
}

.first-prev {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.paginator-info {
    opacity: 0.6;
    font-size: 12px;
}
