﻿@charset 'UTF-8';

@font-face {
    font-family: Neue;
    src: url('../../font/fontMainLayout/neue/NeufileGrotesk-RegularExtended.woff2') format("woff2"), url('../../font/fontMainLayout/neue/NeufileGrotesk-RegularExtended.woff') format("woff"); font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Neue;
    src: url('../../font/fontMainLayout/neue/NeufileGrotesk-SemiBoldExtended.woff2') format("woff2"), url('../../font/fontMainLayout/neue/NeufileGrotesk-SemiBoldExtended.woff') format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Neue;
    src: url('../../font/fontMainLayout/neue/NeufileGrotesk-MediumExtended.woff2') format("woff2"), url('../../font/fontMainLayout/neue/NeufileGrotesk-MediumExtended.woff') format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.button100, .button150 {
    padding: 3px 15px;
    height: auto;
    width: auto;
    background-color: #212224;
}

    .button100:hover, .button150:hover {
        background-color: #808080 !important;
        border-color: #808080;
    }

#loginbox {
    width: 650px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    background-color: #fdfdfd;
    border-radius: 3px;
    margin: auto;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

    #loginbox .icon {
        float: left;
        width: 30px;
        height: 100%;
        text-align: center;
        padding-left: 5px;
    }

    #loginbox .title {
        float: left;
        width: 100px;
        height: 100%;
        text-align: left;
        padding-top: 4px;
        color: #000099;
    }

    #loginbox input[type="text"], #loginbox input[type="password"] {
        border-width: 1px;
        padding: 5px;
        display: block;
        margin: 0px;
        width: 100%;
        box-sizing: border-box;
    }

    #loginbox label {
        text-align: left;
        font-weight: bold
    }

    #loginbox .input {
        float: left;
        width: 200px;
        height: 100%;
        text-align: center;
        padding-right: 2px;
    }

    #loginbox .warning {
        float: left;
        width: auto;
        height: 100%;
        text-align: center;
        padding-left: 4px;
        padding-top: 4px;
    }

    #loginbox .newRow {
        clear: both;
        width: 100%;
        height: 22px;
    }

    #loginbox .headerRow {
        text-align: center;
        border-color: #000099;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        height: 24px;
        vertical-align: middle;
        padding-top: 4px;
        margin-bottom: 15px;
    }

    #loginbox .footerRow {
        text-align: center;
        font-size: 14px;
    }

        #loginbox .footerRow .colMessage {
            width: auto;
        }

        #loginbox .footerRow .colHome {
            float: right;
            width: auto;
            padding-right: 10px;
        }

#forgetPassword {
    padding-top: 12px;
}

    #forgetPassword span {
        cursor: pointer;
    }

        #forgetPassword span:hover {
            text-decoration: underline;
            color: #208FFF;
        }

.titleBox {    
    
    border-radius: 6px 6px 0px 0px;
    font-family: var(--fontname);
    font-size: 15pt;
    font-weight: bold;
    color: black;
}

.FooterPage {
    color: black;
    background-color: transparent;
}

.MessageBox_410px{

}

/*T.H.Nam [2018-10-25]*/
.auto-style1 {
    height: 15px;
}

.auto-style4 {
    float: left;
    height: auto;
}


.hyperlink {
    text-decoration: none;
    color: #208FFF;
    cursor: pointer;
}

    .hyperlink:hover {
        text-decoration: underline;
    }

.forgetPassword:hover {
    color: #208FFF;
}

.auto-style5 {
    height: 14px;
}

.main {
    width: 90%;
    margin: auto;
}

.logoDarkBlue {
    height: 3em;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    /* background-image: url(Images/Logos/EIQ_BlackDarkBlue.png); */
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#divLogin {
    min-height: 330px;
    display: flex;
}

