@font-face {
    font-family: 'alabicon';
    src:    url('../fonts/alabicon.eot?aqv2nv');
    src:    url('../fonts/alabicon.eot?aqv2nv#iefix') format('embedded-opentype'),
        url('../fonts/alabicon.ttf?aqv2nv') format('truetype'),
        url('../fonts/alabicon.woff?aqv2nv') format('woff'),
        url('../fonts/alabicon.svg?aqv2nv#alabicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="alab-"], [class*=" alab-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'alabicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alab-support-speech:before {
    content: "\e908";
}
.alab-folder:before {
    content: "\e907";
}
.alab-user-option:before {
    content: "\e913";
}
.alab-social:before {
    content: "\e906";
}
.alab-user:before {
    content: "\e90d";
}
.alab-trophy:before {
    content: "\e90e";
}
.alab-shuffle-arrows:before {
    content: "\e90f";
}
.alab-bookmark:before {
    content: "\e910";
}
.alab-writing-notes:before {
    content: "\e911";
}
.alab-threed-studio:before {
    content: "\e900";
}
.alab-app-development:before {
    content: "\e901";
}
.alab-creative-process:before {
    content: "\e902";
}
.alab-software:before {
    content: "\e903";
}
.alab-ux-ui:before {
    content: "\e904";
}
.alab-web-developing:before {
    content: "\e905";
}.about-us-link-link{ color:#fff; text-decoration: underline;}


.header_login
{
    display:flex;
    align-items:center;
}

.login_button button
{
   padding: 4px 24px;
    background-color: transparent;
    font-size: 14px;
    color:#1e1e25;
    text-transform: uppercase;
    border:1px solid #1e1e25;
    border-radius:4px;
}
