﻿.validation-summary-valid {
    display: none;
}

#auth-language {
    text-align:center;
}

.copyright {
    font-size: 15px !important;
    bottom: 5px !important;
}

@media screen and (max-width: 990px) {
    .copyright {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }
}

.fix-border {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-right-color: var(--bs-gray-300) !important;
    border-left-color: none;
}

[dir="rtl"] .fix-border {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    border-left-color: var(--bs-gray-300) !important;
}