/* Custom styles for login page - Issue #36 */

/* Remove rounded borders from form controls to make them square */
.form-control-user {
    border-radius: 0 !important;
}

/* Remove rounded borders from buttons */
.btn-user {
    border-radius: 0 !important;
}

/* Improve vertical centering of the login modal */
.bg-gradient-primary .container {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

/* Ensure proper centering wrapper */
.bg-gradient-primary .container > .row {
    width: 100%;
}

/* Improve logo presentation */
.bg-login-image {
    background-size: contain !important;
    background-position: center !important;
}

/* Ensure the card is properly centered with better spacing */
.bg-gradient-primary .card.shadow-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
