.alerte{
    z-index: 1;
    color: #ff133a;
    position: absolute; 
    top: 80%;
}
@media screen and (max-height:750px) {
    .alerte{
    top: 90%;
}
}

body {
    font-family: 'Poppins', sans-serif;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.green {
    color: green;
}

#reset {
    max-width: 800px;
    border-radius: 25px;
    background-color: #fff;
    border: 2px solid orange;
}

h1 {
    margin: 15px 0 25px;
    text-align: center;
    font-size: 30px;
}

input {
    color: #022255 !important;
}

input[type="password"]:focus,
input[type="text"]:focus {
    box-shadow: 0 0 5px rgba(244, 162, 1);
    border: 1px solid rgba(244, 162, 1);
}

.control-label {
    text-align: left !important;
    padding-bottom: 4px;
}

.progress {
    height: 3px !important;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    color: black;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.164);
}

.img-responsive {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.form-control::placeholder {
    color: black;
}

.form-horizontal {
    margin-bottom: 30px;
    margin-left: 110px;
    margin-right: 110px;
}

@media screen and (max-width:762px) {
    .form-horizontal {
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.show-pass {
    position: absolute;
    top: 5%;
    right: 8;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.btn {
    margin-top: 20px;
}

.change-btn {
    width: 180px !important;
    background-image: linear-gradient(to right, #f6086e, #ff133a) !important;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 5px;
}

.change-btn:hover {
    background-image: linear-gradient(to right, rgba(255, 0, 111, .8), rgba(247, 2, 48, ))!important;
    color: #fff;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}

.far {
    margin-top: 5px;
}

.container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.link{
    position: absolute;
    left: 50%;
    
    transform: translate(-50%);
    bottom: 0px;
    
    }
.bloctxt{
    z-index: 50;
    background-color: white;
    position: relative;
    width: 730px;
    height:365px;
    display: flex;
    text-align: center;
    align-items: center;
    top: 40px;
    color: orange;
    
}
@media screen and (max-width:507px) {
    .bloctxt{
        width: 95%;
        height: 400px;
        top:35px;
}

}
@media screen and (max-width:400px) {
    .link{
        position: absolute;
        left: 50%;
        transform: translate(-28%);
        bottom: -25px;
        width: 100%
        
        }
}


