
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.progress {
    height: 3px !important;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-danger {
    background-color: #e90f10;
}
.progress-bar-warning{
    background-color: #ffad00;
}
.progress-bar-success{
    background-color: #02b502;
}
.list-unstyled li .fa-circle {
    font-size: 9px;
    color: #222;
}
.list-unstyled li .fa-circle {
    font-size: 9px;
    color: #222;
}
.list-unstyled li .fa-check {
    color: #02b502;
}

select#Lang_set {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 4px 5px;
    font-size: 17px;
    font-weight: 600;
}
form.Lang {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 13px;
    max-width: 450px;
    border-radius: 20px;
    margin: 0 auto -15px auto;
}

.Remember input {
    display: inline-block;
    width: min-content;
    margin: 0 0 0 7px;
}

 






