.login-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 530px;
    background: #fff;
    border-radius: 16px;
    padding: 15px 40px 25px 40px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.brand-logo {
    width: 220px;
    height: 70px;
    object-fit: contain;
}

.form-group{
    margin-top: 10px
}