body{
    font-family: 'Montserrat', 'Verdana', sans-serif;
    font-weight: 400;
    background-color: #dedede;
    background-image: url('../assets/images/texture-ia-lpn-dev-2__792.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
h1{
    font-size: 28px !important;
}
h2{
    font-size: 18px !important;
}
small{
    font-size: 12px;
    line-height: 1;
}
label{
    font-weight: 600;
}
.text-black{
    color: black;
}
.text-primary{
    color: #E6224F !important;
}
a.text-primary:hover{
    color: #bf163d !important;
}
.btn-primary{
    background-color: #E6224F !important;
    border-color: #bf163d;
    border-radius: 0;
    padding: 1em 1.5em;
}
.btn-primary:hover{
    background-color: black !important;
    border-color: black;
    color: #E6224F;
}
.btn-danger{
    border-radius: 0;
}
.btn-success{
    background-color: #a3db94;
    border-color: #88c976;
    color: black;
    border-radius: 0;
}
.btn-success:hover{
    background-color: black;
    border-color: black;
    color: #a3db94;
}
.btn-secondary{
    border-radius: 0;
    background-color: black;
    border-color: black;
    color: white;
}
.btn-secondary:hover{
    background-color: white;
    border-color: black;
    color: black;
}
.fw700{
    font-weight: bold;
}
#complexity{
    border-radius: 8px;
    min-height: 78px;
}
#binary_strength{
    font-weight: 700;
}
#pwd{
    font-family: 'Source Code Pro', 'Verdana', monospace;
    font-weight: 500;
    font-size: 2rem;
}
#pwd_share{
    font-family: 'Source Code Pro', 'Verdana', monospace;
    font-weight: 500;
    font-size: 1rem;
}
#review{
    font-style: italic;
    font-weight: 500;
    min-height: 48px;
}
#entete{
    font-size: 20px;
    display: block;
    font-weight: 500;
}
#crackTime{
    font-size: 24px;
    font-weight: 700;
}
.btn{
    font-weight: 600;
}
.form-switch > *{
    cursor: pointer;
}
.bg-primary{
    background-color: #E6224F !important;
}
input[type="text"], input[type="number"]{
    border-radius: 0;
}
input[type="range"]::-webkit-slider-thumb{
    background-color: #E6224F;
}
input[type="range"]:focus::-webkit-slider-thumb{
    box-shadow: 0 0 0 0.25rem rgba(230,34,79,0.2);
    background-color: black;
}
input[type="range"]::-webkit-slider-runnable-track{
    background-color: white;
    border-radius: 0;
}
.card{
    border-radius: 0;
}
.card-header{
    background-color: #E6224F;
    color: white;
    border-radius: 0 !important;
}
.form-check-input:checked{
    background-color: #E6224F;
    border-color: #E6224F;
    box-shadow: 0 0 0 0.25rem rgba(230,34,79,0.2);
}
a{
    text-decoration: none;
}
.fa-shield-halved{
    color: #E6224F;
}
p small{
    color: #E6224F;
    font-weight: 700;
}
p small b{
    color: #E6224F;
}
footer{
    background-color: black;
    color: white;
}
footer a {
    color: #E6224F;
}
footer a:hover {
    color: #a3db94;
}
@media print{
    #not_printed{
        display: none !important;
    }
    #body{
        margin: 0;
        padding: 0;
        height:100vh;
        width:100vw;
    }
    .visible-print{
        margin-top: 38vh !important;
    }
}
@media (max-width: 991px){
    h1{
        font-size: 20px !important;
    }
    h2{
        font-size: 16px !important;
    }
}