﻿
.login-body {
    display: flex;
    align-items: center;
    background-color: #0e1d34;
    justify-content: center;
    min-height: 100vh;
    background-position: center;
    background-image: url('/assets/img/hero-bg.png');
    background-size: cover;
    color: rgba(255, 255, 255, 0.8);
}

.login-container {
    max-width: 400px;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

    .login-container img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: -140px auto 10px auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
