.about-style2-area:before {
   border: 0;
}
.about-style1-text-box.lesson-style1-text-box {
    padding: 0;
}
ul.listNiveau{
    list-style: circle ;
    padding-left: 1.6rem;
}
li{
    list-style: circle ;
}

.titleLessen{
    font-size:40px !important;
}
/*.contact-form-content {
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -webkit-box-shadow: 0px 4px 10px 2px #e9e9e9;
    box-shadow: 0px 4px 10px 2px #e9e9e9;
}*/
.login-form div.login-form input[type="password"],.login-form div.login-form input[type="email"]{
    position: relative;
    display: block;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 50px;
    color: #21356C;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 30px;
    transition: all 500ms ease;
}
.register-form div.register-form input[type="password"], .register-form div.register-form input[type="email"]
,.register-form div.register-form input[type="text"]{
    position: relative;
    display: block;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 50px;
    color: #21356C;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 30px;
    transition: all 500ms ease;
}
li.nav-item.m-tabs__item {
    list-style: none;
}
.imagePerson{
    border-radius: 50%;
    border: 2px grey solid;
    padding: 6px;
}
.buttonForm{
    color: white;
    border-color:#21356C;
    background-color: #21356C;
}
.buttonForm:hover{
    color: lightgrey;
}
.buttonFormOutline{
    color: #21356C;
    border-color:#21356C;
    background-color: transparent;
}
.buttonDashboard{
        border-radius: 20px;
}
i.fa.fa-check {
    color: green;
}

i.fa.fa-times {
    color: red;
}
.modal {
    z-index: 1000000001 !important;
}
