.auth-bg {
    background-color: #f8f9fa;
    background-image: url('../images/bg/im1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.min-vh-100 {
    min-height: 100vh;
}

.auth-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

.auth-logo {
    height: 60px;
    margin-bottom: 1.5rem;
}

.toggle-password {
    cursor: pointer;
}

.btn-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.input-group-text {
    background-color: transparent;
    border-right: none;
}

.input-group .form-control {
    border-left: none;
}

.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}




/* Image de fond floutée */
.bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/im1.jpg') no-repeat center center;
    background-size: cover;
    /* filter: blur(5px); */
    z-index: 0;
}
.login-btn{
    background: #055b03;
}
.armoiries-img{
    background: #055b03;
    display: grid;
    
}
.armoiries-bg{
    background: #055b03;
    box-shadow: #00000040 0 .0625em .0625em,#00000040 0 .125em .5em,#ffffff1a 0 0 0 1px inset !important;
    border-radius: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rebois-img{
    box-shadow: #00000040 0 .0625em .0625em,#00000040 0 .125em .5em,#ffffff1a 0 0 0 1px inset !important;
  border-radius: 1rem;
  border: 5px solid white;
}
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(34, 49, 63, 0.5); */
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.auth-bg .container,
.auth-bg .hero,
.auth-bg .card {
    position: relative;
    z-index: 2;
}
