.edk-login {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #D0011B !important;
    border-radius: .25rem !important;
    text-wrap: nowrap;
    padding: 3px 10px !important;
    color: #D0011B;
}

.edk-login:active,
.edk-login:focus,
.edk-login:hover {
    color: #D0011B !important;
}

.edk-login img {
    margin-right: 10px;
    display: inline;
    aspect-ratio: 1;
    width: auto;
}

#modal_alert p {
    margin-bottom: 0;
}

button:disabled,
button[disabled] {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

.tp-logo-icon {
    background-color: transparent !important;
    position: relative;
    overflow: hidden;
}

.tp-logo-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/logo-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    transform: rotate(278deg);
}
