/* || Member Register Pages */

.informationSection{
    margin-bottom: 70px;
}

.mt-note {
    color: #fff;
    padding: 30px;
    background: #313131;
    margin: 30px 0;
    border-radius: 15px;
}

.mt-note a{
    color:#fff;
}

.mt-note ul{
    line-height: 1.7;
    margin-bottom: 10px;
    padding: 0;
}

.mt-note li{
    display: inline-block;
    margin-right: 16px;
}

.mt-note li a {
    text-decoration:none;
    font-size: 16px;
}

.mt-note li a:hover {
    text-decoration: underline;
}

.mt-note li a i{
    color: #b22222;
    margin-right: 5px;
}

.register-block{
    margin-top:100px;
    margin-bottom:100px;
}

.headerImageRegistration{
    border-radius: 20px;
    padding: 50px 0;
    height: 100%;
}


/* ------Media Query------------ */

@media(max-width:991.98px){
    .informationSection{
        margin-bottom: 15px;
    }
}
