html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


.login-bg {
    background-image: url('/images/slider-bg.jpg');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    height: 100vh;
}


.logincard{
background-color: #007c80;
}

.logincard h3{
 color: hsl(63.67deg 46.67% 41.18%);
    font-weight: bold;
    font-size: 32px;
}

.logincard label{
color: hsl(63.67deg 46.67% 41.18%);
    font-size: 20px;
    font-weight: 700;
}

.logincard label{
color: hsl(63.67deg 46.67% 41.18%);
    font-size: 20px;
    font-weight: 700;
}


.logincard a{
color: hsl(63.67deg 46.67% 41.18%);
    font-size: 18px;
    font-weight: 700;
}

.logincard button{
    font-size: 20px;
    font-weight: 700;
}

.logincard form-check-label{
     color: hsl(63.67deg 46.67% 41.18%);
    font-size: 18px;
    font-weight: 700;
}

.form-check{
   display: flex;
    align-items: center;
    gap: 1rem;
}








   