﻿body {
    background: #f7f7f7;
    height: 90vh;
}

.login-container {
    width: 100vh;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .login-container h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .login-container .form-group {
        margin-bottom: 20px;
    }

    .login-container .btn {
        width: 100%;
    }

    .login-container .text-center {
        margin-top: 10px;
    }

.logo {
    height: 120px;
    width: auto;
    margin-bottom: 20px;
}
#logo-container {
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
}