@font-face {
    font-family: "Poppins";
    src: url("../font/poppins/Poppins-Regular.ttf");
}


#username, #password, #emailCode {
    max-width: 100%
}

.mdp{
    background-color: #f8f7f7c9 !important;
}


:root {
    --white: white;
    --black: black;
    --dark-blue1: #051639;
    --dark-blue1-70: rgba(30, 34, 170, 0.7);

    --dark-purple1: rgba(187 41 187);
    --dark-purple1-70: rgba(187, 41, 187, 0.7);

    --atlas-lightgrey-background: #eeeefa;

    --global-padding-vertical: 1rem;
    --global-padding-horizontal: 2rem;
    --global-element-margin-right: 20px;

    --global-margin-horizontal-small: 22px;
}

body {
    font-family: "Poppins", Times, serif;
    background: white !important;
    display: flex;
}

#connect-container {
    display: flex;
    height: 100%;
    width: 50%;
}

#kc-header {
    flex: 2;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -50%;
    margin-left: 10%;
}

#kc-header-container {
    width: 100%;
    height: 100%;
    background-color: darkblue;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 10%;
    flex-direction: column;
}

#hatvp-ban {
    width: 60%;
    height: auto;
    margin-bottom: 6%;
}

.bienvenue {
    color: white;
    white-space: pre-line;
    font-size: 150%;
}

#bienvenue {
    font-size: 400%;
    font-weight: bold;

}

#kc-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15%;
    padding: 0 10%;
    gap: 20%;
    color: white;
    white-space: pre-line;
    font-size: 150%;
}

.card-pf {
    flex: 1;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}


.kc-form {
    background-color: #f8f7f7c9;
    padding: 2% 5% 2% 5%;
    border-radius: 10px;

}

#left-container {
    width: 100%;
}

#kc-info-wrapper {
    /*background-color: #f8f7f7c9;*/
    padding: 2% 5% 2% 5%;
    border-radius: 10px;
}

.card-pf {
    border: unset !important;
    box-shadow: unset !important;
}

#kc-login, #send-email{
    display: flex !important;
    justify-content: center !important;
}

 #validate{
     max-width: 100% !important;
 }
#kc-registration-container {
    padding: 2% 5% 2% 5%;

}


#button-reset-password, #validate{
    display: flex !important;
    justify-content: center;
    cursor: pointer;
    height: 40px;
    font-size: 18px;
    box-shadow: 8px 8px 8px -6px var(--dark-blue1-70) !important;
    background-color: var(--dark-purple1) !important;
    color: var(--white);
    border: 1px solid var(--dark-purple1);
}

.atlas-button-primary {
    display: flex !important;
    align-items: center;
    justify-items: center;
    border-radius: 4px !important;
    cursor: pointer;
    height: 40px;
    font-size: 18px;
    box-shadow: 8px 8px 8px -6px var(--dark-blue1-70) !important;
    padding: var(--global-padding-vertical) var(--global-padding-horizontal);
    background-color: var(--dark-purple1) !important;
    color: var(--white);
    border: 1px solid var(--dark-purple1);
    width: 100% !important;
}




.atlas-button-primary:hover:not([disabled]) {
    background-color: var(--dark-purple1-70) !important;
    border: 1px solid var(--dark-purple1);
}

.atlas-button-primary[disabled],
.atlas-button-secondary[disabled],
.atlas-button-tertiary[disabled] {
    opacity: 50%;
    cursor: not-allowed;
}

h1 {
    color: darkblue;
    font-weight: bold;
}

.login-subtitle {
    color: black;
    margin-bottom: 4%;
    font-weight: bold;
    font-size: 15px;
}

a {
    color: darkblue;
    font-weight: bold;

}

.atlas-input-class:focus-within {

}

.niveau-robustesse-text {
    padding-left: 15px;
}

.niveau-robustesse {
    padding-left: 15px;
}

.password-hints-list {
    display: flex;
    flex-wrap: wrap;
}

.password-hints-list-element {
    flex: 50%;
    padding-left: 15px;
}

.valid-password-policy {
    color: green;

    .fa-check {
        display: inline-block;
    }

    .fa-close {
        display: none;
    }
}

.login-pf {
    background: unset !important;
}

.invalid-password-policy {
    color: #d90404;

    .fa-check {
        display: none;
    }

    .fa-close {
        display: inline-block;
    }
}

progress {
    width: 100%;
    height: 20px;
}

#passwordStrength {
    width: 100%;
    height: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.kc-content-wrapper {
    margin-top: 5%;
}

#resend {
    background: none;
    color: darkblue;
    border: none;
    font-size: inherit;
    padding: 0;
    font-weight: bold;
}

.login-pf-header {
    margin-bottom: 1%;
}

#validCode {
    margin-bottom: 1%;
}

