.login-container {


    background-image: url('/images/login-bg-app.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.login-box {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
}

.login-logo {
    text-align: center;
    height: 130px;
}



.login-logo-text {
    width: 35%;
    color: #00692F;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.login-box {
    border: 2px solid #009E49;
}


.login-button {
    display: flex !important;
    justify-content: center;
    background-color: #009E49;
}

p.login-indicator {
    color: #6A6A6A;
    text-align: center;
    margin: 12px !important;
    font-weight: 600;
}