﻿
.body2 {
    background: white;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}

.btn-primary {
    width: 100%;
}

.modal-footer {
    justify-content: center;
}
