﻿
.LoginBackground {
    background-image: url(../Images/loginBackgriund.jpg) !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}
.DivBaseLogin {
   /* width: 100%;
    height: 100%;
    background: #717276bf;*/
    /*background: #34343496;*/
    display: grid;
    align-items: center;
    text-align: center;
}
.DivInput {
    box-shadow: 0 0 6px #ebf3f5, 0 0px 6px #1e407bd1;
    padding: 20px 15px 1px 15px;
    margin: auto;
    width: 30%;
    border-radius: 5px;
    background: #34343496;
}
@media(max-width:840px) {
    .DivInput {
        width: 50%;
    }

}
@media(max-width:500px) {
    .DivInput {
        width: 90%;
    }

}
.inputsLogin {
    background: #faebd700;
    border: none;
    box-shadow: 0px 4px 4px #ebf3f59c, 0px 3px 5px #1e407bb8;
    width: 88%;    
    padding: 8px;
    margin: 15px 0;
    border-radius: 12px;
    color:white;
}
.iconLogin{
    width:10%;
    color:#fff;
}
input::placeholder {
    color: #fff !important;
    opacity: 0.9 !important;
}

.forgetPass {
    font-size: 12px;
    float: right;
    margin: 5px 20px 15px 0px;
    text-decoration: underline !important;
    color: #008fcf !important;
}
.ButtomLogin {
    width: 30%;
    box-shadow: 0px 0px 10px #ebf3f59c, 0px 0px 10px #1e407bb8;
    display: grid;
    padding: 3px;
    border-radius: 3px;
    margin: auto;
    color: white;
}
.EyeIcon {
    cursor: pointer;
    top: -40px;
    float: left;
    position: relative;
    margin-left: 9px;
    color: #ffffffa8;
}


input:focus-visible {
    outline: none;
    box-shadow: 0px 0px 15px #ebf3f59c, 0px 0px 15px #1e407bb8;
    border: 1px solid #ffffffb3;
    border-radius: 10px;
}


.inputsRegister {
    background: #caebff00;
    border: none;
    box-shadow: 0px 4px 4px #ebf3f59c, 0px 3px 5px #1e407bb8;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 12px;
    color: white;
}

.DivViewBag {
    border-right: 3px solid #008fcf;
    margin: 20px auto;
    width: 50%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #caebff00 !important;
    color: white !important;
}
.ParentExploitation {   
    margin-right: -5px;
    padding-right: 35px;
    line-height: 1.7;
}
.Exploitation {
    line-height: 1.3;
    background: var(--BaseColor);
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 10px 5px 45px;
    padding: 5px 10px 5px 0;
}
.Exploitation a{
    font-size:11px !important;
}
@media(max-width:1040px) and (min-width:650px){
    .Exploitation {        
        margin: 5px 10px 5px 10px;
        padding: 5px 0px 5px 0px;
    }
    .ParentExploitation {
        padding-right: 0px;
    }
    .Exploitation a {
        font-size: 9px !important;
    }
  
}
@media(max-width:805px) and (min-width:650px) {
    .Exploitation i {
        display: none;
    }
}
.DivItemCarouselTaralBlue {
    box-shadow: 0 0 6px #1e407b59, 0 0px 6px #1e407b59;
}
.DivItemCarouselTaralPrising {
    margin: 20px 5px;
    border-radius: 0 20px 0 20px;
}
.DivItemCarouselTaralPrising p{
    padding: 5px 0;
   
}
.DivItemCarouselTaralPurple {
    box-shadow: 0 0 6px #833b7a59, 0 0px 6px #833b7a59;
}
.TitleExploitation {
    color: #73227c;
    font-size: x-large;
}
.TitreExploitation {
    color: var(--DarkPurple);
    font-weight: bold;
    margin: 0;
}
.MapSM {
    display: none;
}
@media(max-width:600px) {
    .MapLG {
        display:none;
    }

    .MapSM {
        display: flex;
    }
    .DivItemCarouselTaralPrising {
        margin:0 5px 20px;
    }
}