﻿body {
    background: url(../images/Login_bg.png);
    background-position: -75px -224px;
    background-repeat:  no-repeat;
    background-color: #fff !important;
}

.wrapper .page-body.auth {
    background: transparent !important;
}


.left-body {
    border: 1px solid #f2f2f2 !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(140,136,136,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(140,136,136,1);
    box-shadow: 0px 0px 7px 0px rgba(140,136,136,1);
    background-color: rgba(255,255,255,0.7) !important;
}
.login_logo {
    margin: 0 auto 5px;
    width: 100%;
    border:0px solid red;
}




.h-14 {
    height: 14rem !important;
}

.h-24 {
    height: 22rem !important;
    margin-top: 1.5rem;
}

.f-8 {
    font-size: 0.8rem !important;
    color: #1b1b1b !important;
    font-weight: 700;
}

input[type='text'], input[type='password'] {
    border-left: 3px solid #314779;
    border-radius: 5px;
    padding: 9px 5px 9px 40px;
    background-color: rgba(255,255,255,0.8) !important;
}

input.Ver[type='text'] {
    border-left: 3px solid #314779;
    border-radius: 5px;
    padding: 9px 5px 9px 5px;
    margin-right: 8px;
    background-color: rgba(255,255,255,0.8) !important;
}


input[type='text']:hover, input[type='password']:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(139,193,227,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(139,193,227,1);
    box-shadow: 0px 0px 7px 0px rgba(139,193,227,1);
    border: 1px solid #f2f2f2;
    border-left: 3px solid #314779;
}

.user-icon {
    background-image: url(../images/user_icon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
    width: 26px;
    height: 20px;
    top: 11px;
    left: 21px;
    border-right: 1px solid #314779;
}

.env-icon {
    background-image: url(../images/env_icon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
    width: 26px;
    height: 20px;
    top: 11px;
    left: 21px;
    border-right: 1px solid #314779;
}

.employee-icon {
    background-image: url(../images/emp_icon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
    width: 26px;
    height: 20px;
    top: 11px;
    left: 21px;
    border-right: 1px solid #314779;
}

.pass-icon {
    background-image: url(../images/key_icon.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
    width: 26px;
    height: 20px;
    top: 11px;
    left: 21px;
    border-right: 1px solid #314779;
    padding-right: 4px;
}

input[type='submit'] {
    background-color: #314779 !important;
    border: 1px solid #314779;
    border-radius: 5px;
    padding: 10px 18px 10px 38px !important;
    background-image: url(../images/log_icon.png);
    background-repeat: no-repeat;
    /*width: 33% !important;*/
    background-position: 12px 10px;
}

input[type='button'] {
    background-color: #314779 !important;
    border: 1px solid #314779;
    border-radius: 5px;
    padding: 10px 38px !important;
    background-image: url(../images/sub_icon.png);
    background-repeat: no-repeat;
    /* width: 33% !important;*/
    background-position: 12px 10px;
}

img {
    filter: none !important;
}

.form-check-label, .form-label, span.form-label a {
    color: #314779 !important;
}

    span.form-label a:hover {
        color: #ef4ba3 !important;
    }

.down-content {
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 2px 6px;
    border-radius: 5px;
}

.owl-nav {
    display: inline-block !important;
    position: absolute;
    top: 36px;
    /*right: 15%;*/
    max-width: 1320px;
    width: 100%;
}

    .owl-nav .owl-prev {
        margin-left: -93px;
        float: left;
    }

    .owl-nav .owl-next {
        margin-right: -93px;
        float: right;
    }

    .owl-nav span {
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 17px;
        font-size: 22px;
        background-color: #263B73;
        border-radius: 50%;
        color: #fff;
        transition: all 0.5s;
        border: 1px solid #fff;
    }

        .owl-nav span:hover {
            color: #fff;
            background-color: #F149A3;
        }

.owl-carousel .owl-item img {
    width: 70% !important;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .f-8 {
        font-size: 0.7rem !important;
    }
}
