@font-face {
    font-family: 'HeroesLegend';
    src: url('/font/HeroesLegend.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('/font/Heroes_Legend.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
nav{
    background: rgba(16, 31, 55, 0.8);
    position: fixed;
    top: 0;
    z-index: 100;
}
nav .sidenav-trigger{
    float: right;
}
nav .brand-logo{
    position: relative;
    display: block;
    float: left;
}
nav .brand-logo img{
    width: 123px;
    /* margin-top: 8px; */
}
nav ul a{
    font-family: Nunito;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
}
.nav-dnld a{
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: rgba(232, 220, 77, 0.8);
}
.drd{
    position: relative;
}
.drd ul {
    position: absolute;
    top: 64px;
    display: flex;
    flex-direction: column;
    z-index: 0;
    width: 100%;
    transform: translateY(-300px);
    transition: .3s all;
    padding: 0rem .5rem 1rem .5rem;
    background: white;
    border: 1px solid #2D5C69;
    border-radius: 4px;
}
.drd ul::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: -18px;
    border: 9px solid;
    border-color: transparent transparent white;
}
.drd ul::before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    top: -28px;
    border: 14px solid;
    border-color: transparent transparent #404A5B;
}
.ulact{
    transform: translateY(-8px);
}
.drd ul li{
    background: white;
    border-bottom: 1px dashed #101F37;
}
.drd ul li a{
    color: rgba(59, 92, 145, 0.8);
    line-height: 3.4rem;
    padding: 0;
}
#footer{
    background: #E5F8FE;
    font-size: 14px;
    letter-spacing: 0px;
    color: #101F37;
    padding: 1rem 0;
    margin: 5rem 0 0 0;
}
img.fl{
    width: 167px;
    margin: -5rem 0 2rem 0;
    max-width: 80%;
}
.bottom{
    text-align: center;
    color: #64CCE9;
    background: #404C5F;
    padding: 1rem 0;
    letter-spacing: 0px;
}
span.bar{
    width: 59px;
    height: 3px;
    background: #63CBE8;
    border-radius: 3px;
    display: block;
    margin: .2rem 0 1rem 0px;
}
.des-foot{
    font-size: 13px;
    text-align: left;
    width: 80%;
}
.help-br{
    display: none
}
.helper{
    display: none
}
.auth-m{
    background: #E5F8FE;
    width: 500px;
    max-width: 95%;
}
.m-auth-t{
    max-width: 90%;
    display: block;
    margin: 1rem auto;
}
.field-wr{
    position: relative;
    margin-bottom: 1.5rem;
}
.comb{
    display: flex;
    /* margin-bottom: 1.5rem; */
}
.comb .field-wr{
    width: 49%;
}
.comb .field-wr:first-child{
    margin-right: 2%;
}
.field-wr span{
    position: absolute;
    left: 1.5rem;
    top: -1rem;
    font-size: 14px;
    line-height: 22px;
    color: #101F37;
    background: #E5F8FE;
    border: 1px solid #63CCE8;
    border-radius: 4px;
    padding: 0px 20px 0px 10px;
}
.field-wr input{
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #63CCE8;
    padding: .7rem 1rem;
}
.field-wr button{
    background: #101F37;
    border-radius: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 146.6%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    cursor: pointer;
}
.close-m{
    width: 31px;
    height: 31px;
    display: flex;
    float: right;
    color: white;
    background: #EE2626;
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}
@media (max-width: 768px)
{
    .des-foot{
        width: 100%;
    }
    .ms-3{
        margin-top: 1rem
    }
    .helper{
        display: block;
        width: 100%;
        height: 10px;
    }
    .comb{
        flex-direction: column;
    }
    .comb .field-wr{
        width: 100%;
    }
    .comb .field-wr:first-child{
        margin-right: 0;
    }
    h4.tg{
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 768px) {
    nav .brand-logo {
        margin: 0rem 1rem auto 1rem;
    }
    nav .brand-logo img{
        margin-top: 8px;
    }
}