body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.login-container-v2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_login_v2.png) no-repeat center bottom fixed;
    background-size: cover;
}
.bottom-center {
    text-align: center;
    margin-top: auto; /* Pushes the element to the bottom */
    padding: 20px;
}
.card-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.primary-custom {
    background-color: #3943B7;
}
.card-custom {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
