body {
    height: 100vh;
    margin: 0;
}

.left-panel {
    background-color: #07202A;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

    .left-panel h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .left-panel p {
        font-size: 1.1rem;
        margin-top: 5px;
    }

.login-container {
    background-color: #E0F4FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.form-control {
    border-radius: 12px;
}

.btn-primary {
    background-color: #12618A;
    border: none;
    border-radius: 12px;
}

.logo-box {
    background-color: #0d6efd;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.logo-box .cross {
    font-size: 40px;
    color: white;
}
