﻿.tenant-logo {
    max-height: 54px;
}

.badge-payment-method {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.is-invalid {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.is-hidden {
    display: none;
    color: red !important;
}