@font-face {
    font-family: "font-regular";
    src: url(/v2/assets/font/archivo/ArchivoNarrow.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "font-medium";
    src: url(/v2/assets/font/archivo/ArchivoNarrow.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "font-semiBold";
    src: url(/v2/assets/font/archivo/ArchivoNarrow.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "font-bold";
    src: url(/v2/assets/font/archivo/ArchivoNarrow.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  * {
    font-variation-settings: 'wdth' 75, 'slnt' 0 !important;
  }

.main-header{
    margin-bottom: 0;
}
footer{
    margin-top: 0;
}
.mdp_content {
    display: flex;
    justify-content: center;
    height: 600px;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    font-family: 'font-regular' !important;
    
}
.icon-title {
    background-image: none !important;
}
.mdp_content input[type=submit] {
    font-family: 'font-regular' !important;
}

.mdp_content  .bloc_content{
    /* padding: 1.5em;
    width: 90%;
    max-width: 400px;
    background: #fff; */
    max-width: 400px;
    padding: 2.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
.bloc_title{
    color: #ffffff;
    text-align: center;
}
.bloc_title .title{
    font-size: 2em;
    margin: 1em 0;
    text-shadow: none;
}
.mdp_content input[type=submit]{
    /* width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 1.5em;
    background: #09c;
    color: #fff;
    border: 0;
    outline-style: none; */
    width: 100%;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    font-size: 1.6rem;
    background: var(--bzc-base-color, #000000);
    border-radius: 25px;
}
.mdp_content input[type=submit]:hover {
    background: #907AFC;
}
input.common[type=text]{
    padding: 13px;
}
.mdp_Input {
    position: relative;
    display: block;
    margin: 20px 0;
    font-size: 1rem;
}

/* .mdp_Input input {
    position: relative;
    width: 93%;
    border: none;
    background-color: transparent;
    z-index: 111;
    background: transparent !important;
    padding: 13px !important;
    border-radius: 10px !important;
} */
.mdp_Input input.common[type=email] {
    background: #ececec;
    color: #000;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 8px 13px;
    height: auto !important;
    line-height: normal !important;
}

.mdp_Input input {
    position: relative;
    width: 100%;
    border: none;
    background-color: transparent;
    z-index: 111;
    background: transparent !important;
    border-bottom: 1px solid #999;
    padding: 13px 0 !important;
    font-size: 0.8em;
    border-radius: 0;
}

.mdp_Input input:focus{outline: none;}
.fancy-placeholder--active label {
    top: 2px !important;
    font-size: 0.8em !important;
    /* color: #0099cc; */
    color: rgb(165, 165, 165);
    z-index: 111;
}

.mdp__label {
    position: absolute;
    padding-left: 7px;
    top: 0.9em;
    left: 0.5em;
    /* font-size: 1em; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px !important;
    /* font-size: 1em; */
    font-weight: 600;
    color: #8a8a8a;
    transition: all 0.2s ease;
}
.responseAjax.success {
    margin-top: 20px;
}
.mdp_content .error{
    width: 97%;
    box-shadow: none;
    margin-top: 5px;
}
.bloc_content .bloc_content_title {
    /* line-height: 18px; */
    font-size: 1.4rem;
}


.visible-password-control {
    content: "";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAsCAMAAADW+I/RAAAAM1BMVEUAAAAAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMwAiMxAmjldAAAAEHRSTlMA759AEGCAMM+/31Agj3CvUfUyNQAAAPpJREFUeF7t0rtuw0AMBdFL7vshef7/axMICCAkK6ewO+uULG4xoD7G7Xa7lfCt6M2CGwfz8M7Zxkl723Tml6x3iA8OtJwbBx5Rr6uAD/C9td1hOFD1ModelOkJYHSyQgfXi3aoUXIeGWBrbFKssK+qaWF9ngZTUqalbD/DmmCrasvlWOe6RC1SgqJKD5CkUtctWi36o9SmlQ0sKxoWQhiGReWrjyvYn0K7UbQ0DPo+AAwYqYMNLSXoSSepQ9KF6IA1Ds0Aj7qQAPN0FCnJDUi6FpwTL7o2jDNs6Km5dQ59m3oq5tO05ah/zfBt6n8xeQWonqI+wu12u30BLxYQIcArNb4AAAAASUVORK5CYII=');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    border:none;
    z-index: 111;
    outline-style:none;
}
.visible-password-control.open {
    background-position: 100% 50%;
}
.mdp_Input input:not(empty){
    padding-top: 10px !important;
    /* padding-top: 20px !important; */
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}
.mdp_content .loader{
    text-align: center;
    padding-top: 20px;
}
.mdp_content .responseAjax.error, .bloc_title .title .expire{color: #f00;}
input.common[type=email]:focus {
    box-shadow: none;
}
