@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css');


html,
body {
    font-family: "Lato", sans-serif;
    font-size: clamp(13px, 1.25vw, 16px);
    height: 100%;
    scroll-behavior: smooth;
}

/* -------------------------------------------------------
    Card
------------------------------------------------------- */

.login-page{
    background-color: rgb(60, 60, 59);
    background-size: contain;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    position: relative;
}

.login-page::before {
    content: '';
    background: #00000042;
    background: radial-gradient(circle,rgba(60, 60, 59, 0) 0%, rgba(60, 60, 59, 1) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.login-page > img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}

/* -------------------------------------------------------
    Card
------------------------------------------------------- */

.card .card-body .card-title {
    color: #fff;
    text-transform: inherit;
    font-weight: 300;
    margin-bottom: .75rem;
    margin-top: 15px;
    line-height: 1.25em
}

.card .card-header {
    padding: 15px 15px 0;
    border: 0;
    /* color: hsla(0,0%,100%,.8) */
}

.card-login {
    position: relative;
    z-index: 10;
}

.card-login .card-header .card-title {
    position: relative;
    font-size: 2rem;
    font-weight: 900;
    margin-left: -5px;
    z-index: 1
}