.bg-main-container {
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #0C60B5!important;
    background-image: url('../../images/login-bg.png');
    background-position:top right;
    background-repeat: no-repeat;
}

.bg-platform-container{
    width: 100%;
    height: 100%;
    background-color:#E9F3FF;
    overflow: hidden;
}
.bg-main{
    min-height: 100vh;
    background-color:#E9F3FF;
    background: url('../../images/login_bottom-bg.png') no-repeat fixed ;
    background-position: bottom center;
}
.admin-container{
    width: 660px;
    height: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.top-logo{
    width:660px;
    height:84px;
    border-radius:4px 4px 0px 0px;
    background-image: url('../../images/login_top.png')
}
.admin-form{
    width: 645px;
    height: 330px;
    background-color: #fff;
    margin: -8px auto 0;
    padding: 40px 112px 20px;
}
.admin-form #loginBtn{
    width:100%;
}
.sufee-login {
    width: 100%;
    max-width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.container {
    display: flex;
    align-items: center;
    min-height: 514px;
}

.left-bg {
    position: relative;
    width: 380px;
    height: 514px;
    background: linear-gradient(180deg, rgba(118, 187, 255, 1) 0%, rgba(50, 144, 238, 1) 100%);
}

.left-bg .tips{
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 20px;
    color: #000;
}

.left-icon{
    width: 413px;
    height: 294px;
    position: absolute;
    top: 35%;
    right: -90px;
    background-image: url('../../images/left.png')
}

.right-wrap {
    flex: 1;
    width: 640px;
    min-height: 560px;
    max-height: 620px;
    overflow-y: auto;
    padding: 35px 20px 0 66px;
    background-color: #fff;
}
.sendCode{
    position:absolute;
    font-size: 16px; 
    color: #2E6BB2;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.sendCode::before{
    content: '';
    width:1px;
    height:24px;
    display: inline-block;
    background-color: #2E6BB2;
    margin-right: 25px;
    margin-bottom: -5px;
}
.forgetPassword{
    position:absolute;
    font-size: 16px;
    color: red;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.forgetPassword::before{
    content: '';
    width:1px;
    height:24px;
    display: inline-block;
    background-color: red;
    margin-right: 25px;
    margin-bottom: -5px;
}
.page-name{
    font-size:18px;
    font-weight:bold;
    margin-bottom: 15px;
}
.login-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login-icon {
    width: 62.5px;
    height: 50px;
    background-image: url('../../images/logo.jpeg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 12px;
    font-weight: bold;
}

.logo-title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.login-form {
    max-width: 420px;
    padding: 0px 0px 30px;
}

.commonForm  .form-group{
    height: 68px;
    margin-bottom: 0px;
}
.error{
    margin-bottom: 0px;
    font-size: 14px;
}
.commonForm .form-group button {
    padding: 0;
    height: 42px;
    line-height: 42px;
    background: rgba(46, 107, 178, 1);
    opacity: 1;
    border-radius: 4px;
}

.commonForm  .form-control {
    height: 42px;
    background: #F4F6FA;
    border-radius: 4px;
    border: 0px;
}

.commonForm input.form-control::-webkit-input-placeholder{
    /* WebKit browsers */
    color: #999;
    font-size: 16px;
}

.commonForm  input::-moz-placeholder{
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

.commonForm input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
}

.common-font {
    font-size: 14px;
    color: #B2B2B2;
}
.commonPsw-font {
    font-size: 18px;
    color: #ff2e44 !important;
    font-weight: 500;
}

.common-font:hover {
    color: #2E6BB2;
    cursor: pointer;
}

.active {
    color: #2E6BB2 !important;
}

.checkbox-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.third-party-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.third-party-wrapper {
  margin: 35px auto 0;
}
.third-party-title {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.title {
    font-size: 14px;
    color: #B2B2B2;
    margin: 0 12px;
    min-width: 90px;
}

.line {
    width: 94px;
    height: 1px;
    background: #DBDDE0;
}
.third-party-logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.third-party-icons{
    text-align: center;
}
/*.zbjBtn{*/
/*    background-image: url('../../images/zbj_dark.png');*/
/*}*/
/*.wxBtn{*/
/*    background-image: url('../../images/weixin_dark.png');*/
/*}*/
/*.qqBtn{*/
/*    background-image: url('../../images/qq_dark.png');*/
/*    margin-right: 0;*/
/*}*/
.zbjBtn{
    background-image: url('../../images/zbj.png');
}
.wxBtn{
    background-image: url('../../images/weixin.png');
}
.qqBtn{
    background-image: url('../../images/qq.png');
    margin-right: 0;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b5c82;
    border-color:#3b5c82;
}
/* 上传样式覆盖 */
.upload-form{
    height: auto !important;
    margin-bottom: 10px !important;
} 
.upload-form .btn{
    padding: 6px 0;
    width: 80px;
}
.upload-hidden{
    width:100%;
    height:0;
    visibility:hidden;
}
.upload-form .progress{
    display: none;
}
.right-wrap input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px !important;
 }
 
 .right-wrap input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
 }
 
 .right-wrap input::-ms-input-placeholder { /* Internet Explorer 10+ */
   font-size: 14px;
 } 
@media screen and (max-width: 750px) {
    .container{
        margin: 0 auto 0;
        padding: 0px 15px;
    }
    .left-bg{
        display: none;
    }
    .right-wrap{
        width: 100%;
        padding: 35px 10px 0;
        border-radius: 5px;
        margin: 0 auto;
    }
    .login-icon{
        margin-left: 5%;
    }
    .logo-title{
        font-size: 16px;
        font-weight: bold;
    }
    .zbjBtn{
        background-image: url('../../images/zbj.png');
    }
    .wxBtn{
        background-image: url('../../images/weixin.png');
    }
    .qqBtn{
        background-image: url('../../images/qq.png');
        margin-right: 0;
    }
}
