﻿.full-height {
    height: 100vh;
    object-fit: cover;
}

.login-form {
    width: 100%;
    max-width: 60%;
    padding: 20px;
    /*background: #f8f9fa;*/
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

.full-width {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.center-text {
    text-align: center;
}