﻿/*.section-first {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 50px;
    background-color: #0078D4;
    background-image: url('../Images/Login Left2.jpg');
    background-size: 65%;
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    z-index: 0;
}

    .section-first img {       
        width: 300px;
        height: 50px;
    }*/

.section-first {
    background: url('../Images/BG.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-second {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 73%;
    margin-top: 15px;
    float: left;
    z-index: 100;
    border-right: 1px solid #808080;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    height: 95%;
    /*width: 450px;*/
    width: 350px;
}

.content-login {
    position: relative;
    width: inherit;
    /*background-color:red; /*#fcffff;*/
    z-index: -1;
}

#login-headbox {
    margin-top: 10px;
    width: 400px;
}

#login-logo {
    width: 100%;
    float: left;
}

    #login-logo img {
        height: 300px; /*150px;*/
        width: 400px; /*148px;*/
        margin-top: 10%;
        margin-left: 25%;
        float: left;
    }

.login-company-title {
    margin-left: 5px;
    font-family: Arial;
    font-size: 30pt;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    width: 1500px; /*880px;*/
}

#login-headbox #company-title {
    font-family: Impact;
    text-align: center;
    color: #db1111;
    font-size: 17pt;
    margin-top: 0px;
    margin-right: auto;
    width: 100%;
}

#login-head {
    color: #7c212a;
    font-family: sans-serif;
    font-size: 18px;
    float: left;
    width: 100px;
}

#login-section-down {
    position:relative;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 10px;
    background-color: #fefefe;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 40px;
    width: 220px;
    z-index:1;
}

#login-section {
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 10px;
    background-color: #fefefe;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 40px;
    width: 220px;
}

#lblUsername, #lblPassword {
    font-weight: bold;
}

.form-group-login {
    margin-bottom: 10px;
}

.row-login {
    margin-right: 0px;
    margin-left: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#login-section input[type=text], input[type=password] {
    border: none;
    border-bottom: 2px solid #808080;
    width: 300px;
    outline-width: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

#login-section .btLogin {
    width: 100px;
    height: 30px;
    background-color: #0078D4;
    color: white;
    border: 0;
    margin-left: 90px;
    border-radius: 5px;
}

.forgot {
    font-size: 15px;
    color: #7c212a;
    float: left;
    height: 18px;
}

.logintitle {
    color: white;
    margin-top: 20%;
    font-family: Calibri;
    font-weight: 800;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .logintitle #1 {
        font-size: 30px;
    }

    .logintitle #2 {
        text-transform: uppercase;
    }

#wish {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 13pt;
    font-weight: 600;
    width: 450px;
}

#divWelcome {
    margin-top: 20px;
    font-size: 13pt;
    font-weight: 600;
    width: 450px;
    margin-left: 20px;
}

.copy-right {
    font-size: 10pt;
    color: #808080;
    text-align: center;
    width: 350px;
    /*margin-left: -50%;*/ 
    float:right;
}

    .copy-right img {
        width: 100px;
        height: 20px;
    }
