﻿body {
    
}

@media (min-width: 576px) {
    .page-wrapper {
        background-image: none
    }

    .main-container {
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .page-wrapper {
        background-image: none
    }

    .main-container {
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .main-container {
        margin-top: 150px;
    }
}

@media (min-width: 1200px) {
    .main-container {
        margin-top: 170px;
    }
}

.page-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: #fff url("/Images/Login/login_back.png") no-repeat;
    background-size: cover;
}

.main-container, .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.main-container {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container-my {
    max-width: 992px !important;
}

.logo-header {
    text-align: center !important;
}
.logo-header div.title img.logo {
    width: 32px;
}
.logo-header div.title span {
    font-size: 1.25rem;
    color: #006290;
    text-shadow: 1px 1px 2px #3398be;
    mix-blend-mode: multiply;
}
.logo-header div.subtitle {
    font-size: 16px;
    color: #28a745;
    text-shadow: 1px 1px 2px #34f761;
    mix-blend-mode: multiply;
}

.input-warp {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-warp.focus {
    border-color: #649efd;
    border: 1px solid #3e93ff !important;
}

.input-icon {
    color: #999;
}

.inputs {
    border: 0;
    color: #545454;
    background: transparent;
}
.inputs:focus {
    outline: 0;
}

.third-party-title {
    border-bottom: 1px solid #dedede;
}
.third-party-title h5 {
    margin-bottom: -0.375rem;
}
.third-party-title span {
    background-color: white;
    padding: 0 0.625rem 0 0.625rem;
    color: #545454;
}

.third-auth {
    text-align: center;
    position: relative;
    padding: 0.625rem 0 0 0;
}
.third-auth a {
    color: #666;
    margin: 0.875rem 1.25rem 0 1.875rem;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0.25rem;
    zoom: 1;
    background: #fff url(/Images/Login/authn.png) no-repeat center center;
}
.third-auth a.qq {
    background-position: 0 0;
}
.third-auth a.wx {
    background-position: center;
}
.third-auth a.dt {
    background-position: right;
}

.copyright {
    font-size: 12px;
}

.loading-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /*半透明背景*/
    z-index: 999999;
}
.loading-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    align-items: center;
    justify-content: center;
    top: 44%;
    left: 49%;
    position: absolute;
}

