body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

a {
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

.disp_ce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*display: -webkit-flex;display: flex; -webkit-align-items: center; align-items: center; 
     -webkit-justify-content: center; justify-content: center;*/
}

.text-indent {
    text-indent: 2em;
}

ul, li {
    list-style: none;
}

input, input:hover, input.active {
    box-shadow: inset;
    box-shadow: none;
    box-shadow: !important;
    -moz-box-shadow: #C00;
    -webkit-border-shadow: #306;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

    input.form-control:focus {
        -webkit-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff;
        border-radius: 0px;
        -moz-box-shadow: 0 0 0 #fff;
    }

    input:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    }

    input.btn {
        background: transparent;
        border: none;
        border: 1px solid #666666;
    }

        input.btn:hover {
            background: transparent;
            border: none;
            border: 1px solid #fcc308;
        }

        input.btn:active, input.btn.active {
            background: transparent;
            color: #fcc308;
            border: none;
            border: 1px solid #fcc308;
        }


.icon-phone::before {
    content: '\e958';
    font-size: 13px;
}

.icon-tel::before {
    content: '\e942';
    font-size: 13px;
}











#Login {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/Content/Images/img-gj.png) no-repeat right center;
    background-size: cover; /**/
    /*	background-size:100% 100%; */
}

.login_content {
    height: 620px;
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    top: 18%;
    left: 10%;
    -webkit-box-shadow: 2px 4px 6px #666666;
    opacity: 0.88;
    filter: alpha(opacity=88);
    box-shadow: 2px 4px 6px #666666;
    border-radius: 0px;
    -moz-box-shadow: 2px 4px 6px #666666;
}

.left_div {
    height: 620px;
    background: #4b81bd;
    background: -moz-linear-gradient(top, #4b81bd 0%, #0e3869 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b81bd), color-stop(100%,#0e3869));
    background: -webkit-linear-gradient(top, #4b81bd 0%, #0e3869 100%);
    background: -o-linear-gradient(top, #4b81bd 0%, #0e3869 100%);
    background: -ms-linear-gradient(top, #4b81bd 0%, #0e3869 100%);
    background: linear-gradient(to bottom, #4b81bd 0%, #0e3869 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b81bd', endColorstr='#0e3869',GradientType=0 );
}

:root .gradient {
    filter: none;
}

.right_div {
    height: 620px;
    background: #ffffff;
    padding-left: 5%;
    padding: 30px 40px 30px 55px;
}

    .right_div .col-md-12, .right_div .col-md-6 {
        padding: 0;
    }

.left_div span {
    display: inline-block;
}

.left_div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.left_div p {
    text-align: center;
    color: #ffffff;
}

.right_div .h3 {
    margin-bottom: 40px;
    margin-left: -15px;
}

    .right_div .h3 p span {
        text-align: center;
        color: #111111;
        margin: 0 auto;
        display: block; /*position: relative;*/
    }

    .right_div .h3 p {
    }

        .right_div .h3 p select { /**/
            position: absolute;
            top: 2px;
            right: -20px;
            font-size: 9pt;
            float: right;
            display: flex;
            height: 23px;
            line-height: 23px;
        }

.icon_img1 {
    background: url(/Content/Images/img_icon1.png) no-repeat center;
}

.icon_img2 {
    background: url(/Content/Images/img_icon2.png) no-repeat center;
}

.icon_img3 {
    background: url(/Content/Images/img_icon3.png) no-repeat center;
}

.right_div .yzma {
    padding: 20px 20px 10px 20px;
    height: 60px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}

.yzma img {
    width: 60%;
    height: auto;
}

.icon {
    height: 38px;
    width: 38px;
    background-size: auto auto;
    position: absolute;
    left: 5px;
    top: 8px;
    z-index: 3;
}

.right_div .input_div input { /*padding:5px 50px;*/
    padding-left: 50px;
    float: none;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border-radius: 0px;
    -moz-box-shadow: 0 0 0 #fff;
}

.input_div { /*margin-left:-30px;*/
    line-height: 60px;
    height: 60px;
    border: none;
    display: inline-block;
    border-radius: 0px;
    background: transparent;
}

#login_btn {
    margin-top: 55px;
}

    #login_btn .btn {
        margin: 0 auto;
        border-radius: 30px;
        line-height: 54px;
        padding: 0px;
        font-size: 20px;
        border-color: #1c447a;
    }

        #login_btn .btn:hover {
            background: #1c447a;
            color: #ffffff;
        }

@media (min-width:1200px) {
    .right_div .h3 p select {
        position: absolute;
        top: 2px;
        right: -10px;
    }
}


@media (max-width:1200px) {
    .right_div {
        height: 520px;
    }

    .login_content {
        width: 66%;
        height: 520px;
    }

    .left_div {
        height: 520px;
    }

    .right_div .h3 {
        margin-bottom: 30px;
    }

    #login_btn {
        margin-left: 0px;
        margin-top: 25px;
    }

    .yzma img {
        width: 70%;
        height: auto;
    }
}

@media (max-width:992px) {
    .right_div {
        height: 420px;
        width: 60%;
    }

        .right_div .input_div {
            line-height: 40px;
            height: 40px;
        }

        .right_div .h3 {
            margin-bottom: 20px;
        }

    #login_btn {
        margin-left: 0px;
        margin-top: 15px;
    }

    .icon {
        height: 38px;
        width: 38px;
        background-size: 60% auto;
        position: absolute;
        left: 5px;
        top: 2px;
    }

    .right_div .input_div input {
        /* padding: 5px 50px; */
        padding-left: 50px;
        float: none;
        line-height: 40px;
        height: 40px;
    }

    .login_content {
        width: 66%;
        height: 420px;
    }

    .left_div {
        height: 420px;
        width: 40%;
    }

        .left_div span {
            padding: 0;
        }

    #login_btn .btn {
        margin: 0 auto;
        border-radius: 20px;
        line-height: 35px;
        padding: 0px;
        font-size: 18px;
        border-color: #1c447a;
    }

    .yzma img {
        width: 80%;
        height: auto;
    }
}
