@font-face {
    font-family: 'PingFang-Medium';
    src: url('../../font/PingFang/PingFang-Medium.eot');
    src:
        url('../../font/PingFang/PingFang-Medium.eot?#font-spider') format('embedded-opentype'),
        url('../../font/PingFang/PingFang-Medium.woff') format('woff'),
        url('../../font/PingFang/PingFang-Medium.ttf') format('truetype'),
        url('../../font/PingFang/PingFang-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    font-family: "PingFang-Medium", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "HeitiSC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    color: #333;
}

.errorInput {
    border: 1px solid red;
}

.body {
    background: url("../../img/login/login-background.png") no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.container {
    display: table;
    height: 100%;
}


.row {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .row {
        margin-left: -15px;
    }
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    border-radius: 15px;
    -moz-box-shadow: 0px 0px 10px 5px rgba(14, 14, 14, 0.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(14, 14, 14, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(14, 14, 14, 0.2);
}

@media (max-width: 768px) {
    .col-centered {
        -webkit-box-shadow: 0 0 0px 0px rgb(255, 255, 255);
        box-shadow: 0 0 0px 0px rgb(255, 255, 255);
    }
}

@media (max-width: 992px) {
    .col-centered {
        -webkit-box-shadow: 0 0 0px 0px rgb(255, 255, 255);
        box-shadow: 0 0 0px 0px rgb(255, 255, 255);
    }
}

.login-box {
    font-family: "PingFang-Medium";
    border-radius: 15px;
}

.login-box .login-sub-left {
    width: 500px;
    height: 480px;
    display: block;
    background: url("../../img/login/login-default.png") no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (min-width: 992px) {
    .login-box .login-sub-right {
        width: 460px;
    }
}

.login-box .login-sub-right {
    height: 480px;
    display: block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


@media (min-width: 768px) {
    .login-form {
        margin: 0px auto;
        margin-top: 42px;
    }
}

@media (min-width: 992px) {
    .login-form {
        width: 70%;
        margin: 0px auto;
        margin-top: 55px;
    }
}

@media (min-width: 1200px) {
    .login-form {
        width: 55%;
        margin: 0px auto;
        margin-top: 68px;
    }
}

.login-right-text {
    font-family: Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 2;
}

.input-group {
    margin-bottom: 28px;
    height: 40px;
}

.input-group div {
    color: #999;
    background-color: rgb(255, 255, 255);
    padding: 6px 12px 6px 22px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-control:focus+.input-group-addon {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-group-addon-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-group input {
    border-left: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px 6px;
    height: 40px;
}

.login-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0 !important;
    transition: .1s;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    border-radius: 20px;
    height: 40px;
    background-color: #18a88b;
}

.login-button:hover,
.login-button:focus,
.login-button:active {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    border-radius: 20px;
    height: 40px;
    background-color: #18a88b !important;
    border-color: #18a88b !important;
}

.login-find-password>a {
    color: #18a88b;
    font-size: 12px;
}

.login-find-password>a:hover,
.login-find-password>a:active {
    text-shadow: 0px 2px 5px #18a88b;
}

.copyright {
    position: absolute;
}

.copyright,
.copyright a {
    font-size: 12px;
    color: #a1a1a1;
}