.main{

}

.nameko-flex{
    display: flex;
}

.flex-2{
    flex:2;
}

.flex-ai-c{
    align-items: center;
}

.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}

.logo img {
    width: 280px;
}

.side-side{
    margin-top: 200px;
    justify-content: space-between;
}
.mtb-30,.mbt-30{
    margin: 30px 30px;
}
.ml-100{
    margin-left: 100px;
}

.mt-40{
    margin-top:40px;
}

.mt-30{
    margin-top: 30px;
}

.flex-jb{
    justify-content: space-between;
}

.flex-row{
    flex-direction: row !important;
}.flex-col{
    flex-direction: column !important;
}

.wd-170{
    width: 100%;
    max-width: 170px !important;
}.wd-300{
    width: 100%;
    max-width: 300px !important;
}.wd-460{
    width: 100% !important;
    max-width: 460px !important;
}.wd-580{
    width: 100%;
    max-width: 580px !important;
}.wd-340{
    width: 100%;
    max-width: 340px !important;
}

.btn-green{
    background-color: #51782D;
    color:#fff;
}.btn-dark{
    background-color: #031D33;
    color:#fff;
}

.txt-r{
    text-align: right;
}
.txt-white{
    color:#fff !important;
}

.bg-tmu-dark{
    background-color: #031E34;
}.bg-tmu-orange{
    background-color: #ff5f1f !important;
}.bg-light-green{
    background-color: #BEE197 !important;
}

form.login label,form.register label, form.register a,form.login a{
    color:#fff;
}

.tmu-header{
    background: green !important;
    height: 20px;
}


.text-gray-blk{
    color: #000 !important;
}

.txt-center{
    text-align: center;
}

.title-box{
  height: 170px;
}

#reject{
    display: none;
}

.padding-10{
    padding: 10px;
}
