body {

    background: url('../../assets/images/bgImageLogin.jpg') no-repeat center center fixed;

    background-size: cover;

    font-family: Arial, sans-serif;

    background-color: black;

}

.login-container {

    background-color: rgba(0, 0, 0, 0.5);

    border-radius: 15px;

    padding: 40px;

    color: white;

}

.form-control {

    border-radius: 10px;

}

.login-btn {

    background-color: #2563EB;
    /* Azul SalesGO */

    color: white;

    font-weight: bold;

    border-radius: 10px;

}

.login-btn:hover {

    background-color: #1D4ED8;
    /* Azul hover */

    color: white;

}

.avatar {  
    width: 100%;
    margin-bottom: 20px;
}

.logo-footer {

    position: absolute;

    bottom: 40px;

    width: 100%;
    text-align: center;

}

.logo-footer img {

    height: 30px;

}

.small-text {

    font-size: 0.8rem;

}

.footer-version {

    font-size: 0.75rem;

    margin-top: 10px;

    color: #ccc;

}

.back-icon {

    font-size: 1.5rem;

    margin-top: 15px;

    color: #2563EB;
    /* Azul SalesGO */

    display: inline-block;

}