.bg-primary-op {
    background: rgb(56 122 241 / 12%) !important;
}

.btn-hero-primary {
    background: #588cb7;
}

.text-primary {
    color: #588cb7 !important;
}

.text-warning {
    color: #f1ac38 !important;
}

body {
    overflow-y: hidden;
}

.auth-page-bg {
    background-color: #f0f3f8 !important;
}

.login-header {
    width: 100%;
    border-radius: 10px;
    border-color: #7f7f7f;
    border-bottom: 0;
    background-color: #588cb7;
    box-shadow: 0 2pt 5pt #7f7f7f88;
}

.login-content {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f8fafc;
    box-shadow: 0 2pt 5pt #7f7f7f88;
}

.login-content input,
.login-content input:focus {
    background-color: #f8fafc !important;
    border: 1px solid #000 !important;
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 20px;
}

.signin-btn {
    background-color: #588cb7;
    border: 1px solid #588cb7 !important;
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 300;
}

.signin-btn:hover {
    background-color: #588cb7;
    box-shadow: 0 0.375rem 0.75rem rgba(4, 65, 134, 0.4);
}

.forgot-link {
    color: #c41e3a;
    font-size: 15px;
    font-family: "Signika";
    font-weight: 300;
}

.forgot-link:hover {
    color: #c41e3a;
    font-weight: 500;
}

.alert-info {
    width: 500px !important;
    background-color: #262626e8 !important;
    border-radius: 10px;
    color: #fff !important;
    font-family: Calibri !important;
    font-size: 14pt !important;
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 11000 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.alert-notify-desktop button.close,
.alert-info button.close {
    top: 10px !important;
}

.alert-notify-desktop [data-notify="message"],
.alert-info [data-notify="message"] {
    font-size: 12pt !important;
    font-family: Signika !important;
    font-weight: 300;
}

.alert-info .close {
    color: #bdbdbe !important;
    font-size: 30px !important;
    opacity: 1 !important;
    font-weight: 200 !important;
    width: 33px;
    height: 35px;
    padding-bottom: 3px;
    bottom: 10px;
}

.alert-info .close:hover {
    border-radius: 50%;
    border: 1px solid #bdbdbe;
    background-color: #bfbfbf !important;
}

.tooltip-box {
    padding: 10px 20px;
    font-family: "Signika" !important;
    font-size: 11pt;
    color: #7f7f7f !important;
}

.tooltip-box ul {
    padding-left: 18px;
    padding-bottom: 18px;
    margin: 8px 0 0;
}

.tooltip-box li {
    font-size: 10pt;
}

.auth-card-width {
    width: 500px;
    max-width: 100%;
}

.auth-brand {
    font-family: "Signika";
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.auth-message {
    font-family: "Signika" !important;
    font-size: 13pt;
    font-weight: 300;
    color: #7f7f7f !important;
}
