﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    text-align: left;
    background: url('../imgs/loginbg3.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

.login-page {
    max-width: 1000px;
    min-height: 500px;
    background-color: white;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    position: relative;
}

.left {
    float: left;
    width: 50%;
    height: 100%;
    background: url('../imgs/2225040.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 1s;
    padding: 50px;
}

    .left .t1 {
        color: white;
        font-size: 30px;
        font-weight: bolder;
    }

    .left .t2 {
        margin-top: 80px;
        color: white;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .left .tb {
        padding: 0px 50px;
        position: absolute;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 70px;
    }

        .left .tb .line {
            height: 1px;
            background-color: #EEEEEE;
            transform: scaleY(0.5);
        }

        .left .tb a {
            font-size: 12px;
            color: #DDDDDD;
            cursor: pointer;
        }

            .left .tb a:after {
                content: ' ';
                width: 1px;
                height: 80%;
                border-left: 1px solid #DDDDDD;
                margin: 0px 10px;
                transform: scale(0.5);
                opacity: 0.5;
            }

            .left .tb a:last-child::after {
                display: none;
            }

.right {
    width: 50%;
    height: 100%;
    float: right;
    padding: 50px;
    background-color: white;
    position: relative;
    padding-bottom: 100px;
}

    .right .bottom {
        position: absolute;
        bottom: 30px;
        left: 0px;
        width: 100%;
        padding: 0px 50px;
    }

form {
    margin: 0px auto;
    padding-top: 20px;
}

.subject {
    margin-bottom: 10px;
}

b {
    margin-top: 50px;
    font-size: 25px;
}

a.logintype {
    margin-top: 7px;
    font-size: 12px;
    color: dodgerblue;
    cursor: pointer;
}

.forget {
    padding: 20px;
}

    .forget a {
        font-size: 12px;
        cursor: pointer;
        color: dodgerblue;
    }

.divider {
    font-size: 12px;
    text-align: center;
    position: relative;
}

    .divider:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 1px;
        top: 10px;
        left: 0px;
        background-color: #EEEEEE;
    }

    .divider span {
        background-color: white;
        position: relative;
        z-index: 1;
        padding: 0px 5px;
    }

.items {
    padding: 10px;
    text-align: center;
    font-size: 0px;
}

    .items a {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        overflow: hidden;
        cursor: pointer;
        margin: 0px 8px;
    }

        .items a img {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            padding: 5px;
        }

.client {
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
}

    .client img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

/*.form-group {
    position: relative;
    margin-bottom:35px;
}

    .form-group .invalid-feedback {
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 100%;
    }*/

#f_loginphone {
    display: none;
}

.alert-danger {
    padding: 10px 0px;
    margin: 0px;
}

    .alert-danger ul {
        font-size: 14px;
        margin: 0px;
    }

@media(max-width:800px) {
    body {
        background: url('../imgs/loginbg3.png') no-repeat;
    }

    .login-page {
        width: 100%;
        height: auto;
        background: none;
        padding: 20px;
        border: none;
    }

    .left {
        position: initial;
        width: 100%;
        float: none;
        display: none;
    }

    .right {
        float: none;
        width: 100%;
        background: none;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border: 1px solid #EEEEEE;
        box-shadow: 0px -5px 15px 0px #EEEEEE;
        border-radius: 5px;
    }
}

.extranal-user {
    position: relative;
    padding-left: 70px;
}

    .extranal-user img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        float: left;
        border-radius: 50%;
        object-fit: cover;
    }

    .extranal-user > div {
        font-size: 15px;
        color: #007bff;
    }

        .extranal-user > div b {
            font-size: 17px !important;
        }
