/* hide recover password section */
.cap-login-view .cap-tab-content > div:last-child {
  display: none;
}

/* background */
.cap-login-bg {
    background: rgb(10, 5, 190) !important;
}

.cap-login-view {
    background: rgb(55, 50, 170) !important;
    background: linear-gradient(135deg, rgb(215, 15, 215) 0%, rgb(10, 5, 190) 50%) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

/* custom margin top */
@media (min-width: 768px) {
    .cap-login-view .cap-mt-md-5 {
        margin-top: 3.5rem !important;
    }    
}

/* overflow for modal content */
.cap-login-view .modal-body {
    max-height: 450px;
    overflow-y: auto;
}

/* particles-js: set as background */
.cap-login-view #particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.lead {
    line-height: 1.35 !important;
}