.img-logo {
    max-height: 21pt;
    object-fit: contain;
}

.img-logo-text {
    max-height: 22.3pt;
    object-fit: contain;
}

.bg-login-left {
    background-color: #f7f9fe;
}

.bg-login {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.auth-logo-img {
    max-height: 40pt;
    object-fit: contain;
}

.auth-logo-text {
    color: #386db1 !important;
    letter-spacing: 3px !important;
}

.img-footer {
    max-height: 30pt;
    object-fit: contain;
}

.cover-avatar {
    object-fit: cover;
}

.form-approval-custom {
    width: 15%;
    min-width: 200px;
}

.nopointer {
    pointer-events: none;
}

.pdf-preview {
    width: 100%;
    height: 500px;
    border: none;
}
