@font-face {
    font-family: "iconfont-new";
    /* Project id 3843419 */
    src: url('iconfont.woff2') format('woff2'),
        url('iconfont.woff') format('woff'),
        url('iconfont.ttf') format('truetype');
}

.iconfont-new {
    font-family: "iconfont-new" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-a-login1:before {
    content: "\e683";
}

.icon-Honors:before {
    content: "\e684";
}

@media screen and (max-width: 1080px) {
    .login-link {
        display: block;
    }
}

@media (min-width: 1080px) {
    .login-link {
        display: none;
    }
}

.button-text-login {
    width: auto !important;
    margin-right: 23px;
    color: #f29220;
}

.header-nav-extra .button-text-login:hover {
    color: #f29220 !important;
}

.button-primary-square {
    position: relative;
    z-index: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F29221;
    color: #fff;
    border-bottom: 2px solid #EE762B;
    overflow: hidden;
    border-radius: 10px;
    height: 45px;
    transition: all 0.2s;
}

.button-primary-square::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #EE762B;
    transition: all 0.2s;
}