.background-login {
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-custom-tni {
    background-color: #5cadfd;
}
.card-custom {
    border-radius: 12px;
    border: none;
    text-align: left;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-custom .card-body {
    padding: 1.75rem !important;
}
.title {
    font-size: 32px;
    font-weight: 700;
}
#link {
    color: #fff;
}
#link:hover {
    text-decoration: none !important;
}
.nav-link-custom {
    font-size: 14px !important;
}
.card-custom > .card-body {
    padding: 24px !important;
}
.main-text {
    font-size: 52px !important;
    text-align: left;
    font-weight: 600;
}
.sub-text {
    margin-bottom: 0 !important;
    text-align: left !important;
}
