﻿body {
    background-color: #FAFAFA;
}

.container {
    display: table;
    width:100%;
    height: 100%;
    background-image: url('/Customize/images/AccountManagement/login-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.row {
    display: table-cell;
    vertical-align: middle;
}

.row-centered {
    text-align: center;
}

.col-centered {
    height: 100%;
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.login-center {
    height: 100vh;
}

.loginHome {
    height: 400px;
    width: 380px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border-radius: 4px;
}

.login-logo {
    display:flex;
    flex-direction: column;
    align-items:center;
    padding-top: 10px;
    margin-bottom:30px;
    
}

.login-logo img:first-child {
    margin-bottom: 8px;
}

.userDiv {
    margin-bottom: 20px;
}

.passwordDiv {
    margin-bottom: 40px;
}

.login-input {
    height: 40px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 15px;
    border-top:none;
    border-left:none;
    border-right:none;
    padding-left:40px

}

.login-Icon {
    position: absolute;
    left: 5px;
    top: 5px;
}

#company-list-btn {
    z-index: 9999;
    border: 0;
    outline: none;
    background-color: #fff;
    color: #AAA;
}

.errorTips {
    display: none;
    position: absolute;
    bottom: 0;
    right: 45px;
    font-style: italic;
    color: #AB5A5A;
}

.showTips {
    position: absolute;
    bottom: 0;
    right: 45px;
    font-style: italic;
    font-size: 10px;
    color: #BDBDBD;
}

input::-webkit-input-placeholder {
    color: #B7B7B7;
}

input:focus {
    border-bottom: 1px solid #659BF5;
}

.loginButton {
    height: 44px;
    background-color: #007fcc
}

.otherOperate {
    margin-top: 32px
}

.footer-link {
    text-align: center;
    margin-top:5px
}

.characteristic {
    color: #659BF5;
}

.login_footer {
    text-align: center;
    color: #C3C3C3;
}

#hiddenDiv {
    margin-bottom: 130px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

#hiddenDiv p {
    text-align: center;
    color: #6B6B6B;
}

.activation-email-again {
    position: absolute;
    /*width: 100px;*/
    top: 12px;
    display: none;
    right: 45px;
}

#FirstP {
    display: none;
}

#SecondP {
    display: none;
}

#ThridP {
    display: none;
}

.hidden-overdue-img {
    margin-bottom: 10px;
    display: none;
}

#company-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.language-show {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 4px;
    border: 1px solid #FFAA00;
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
    color: #FFF;
    background-color: #FFAA00;
}

    .language-show::before {
        content: '';
        position: absolute;
        top: 6px;
        right: -4px;
        overflow: hidden;
        width: 8px;
        height: 8px;
        background: #FFAA00;
        -webkit-transform: rotate(45deg);
    }

#language-ul {
    position: absolute;
    right: -80px;
    top: 0;
    border: 1px solid #FFAA00;
    display: none
}

    #language-ul > li {
        border: none;
    }

        #language-ul > li > a {
            color: #FFAA00;
            background-color: #fdfdfd;
            text-transform: none;
            padding: 6px 15px;
        }

            #language-ul > li > a:hover,
            #language-ul > li > a:focus,
            #language-ul > li > a:active {
                background-color: #FFAA00 !important;
                color: #FFF;
            }

        #language-ul > li.active > a {
            background-color: #FFAA00;
            color: #FFF;
        }

.nav-stacked > li + li {
    margin: 0;
    border-top: 1px solid #FFAA00 !important;
}

.btn {
    text-transform: none;
}
