/*! scm - v2.0.0 - 2025-09-11
* Copyright (c) 2025 ; Licensed  */
html, body {
    height: 100%;
}

.full-height {
    height: 100vh;
}

.bg-img-mountain {
    background-image: url("../img/login-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15); /* subtle shadow to the right */
    z-index: 1
}