.login-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f8f9fa;
}
.login-form {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}
.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.login-header .logo {
    height: 60px; 
    width: auto;
    margin-right: 15px;
}
.login-header .title {
    font-size: 2rem; /* 32px */
    font-weight: 500;
}