

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left !important;
}
.float-right{
    float: right;
}
.fontBold{
    font-weight: bold;
}
.font400{
    font-weight: 400;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top:10px;
}
.ml-10{
    margin-left: 10px;
}
.mt-20{
    margin-top:20px;
}
.mb-20{
    margin-bottom:20px;
}
.mt-30{
    margin-top: 30px;
}
.font12{
    font-size: 12px;
}

.black{
    color:#030000;
}
i.black{
    color: #857f7f;
}
.purple{
    color:#842990;
}
.white-font {
    color: #ffffff;
}
.blue{
    color: #006eb9;
}

.font2r{
    font-size: 2rem;
}

.underline{
    text-decoration: underline !important;
}

.register_text,.register_text>a{
    font-size: 15px;
    color: #000;
}
.register_text>a{
    font-size: 15px;
    color: #006eb9;
}
.register_text>a:hover{
    text-decoration: underline !important;
}
h2.font24{
   font-size: 24px !important;
}
