body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    background-image: url("../images/bg.jpg");
    background-size: cover;
}
body>main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

main #content,main #reset,main .m-moile-qrcode,#login {
    width: 260px;
    border-radius: 10px;
    overflow: hidden;
    padding: 46px 32px 26px;
    background: #0d64a5;
    color: white;
    margin:20px 0 0 0;
}
main .m-moile-qrcode,#login {
    background: #0d64a5;
    width:auto;
    padding-bottom:40px;
    padding-top:30px;
}
.m-moile-qrcode h4 {
    margin-top:0;
}

main a{
    color: white;
    text-decoration: none;
}

.m-logo{
    font-size: 40px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.m-content-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
}

.m-content-subtitle {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.m-logout{
    text-align: center;
}

.m-logout .m-login-btn {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    transition: all .4s;
    position: relative;
    z-index: 1;
    background: white;
    margin: 45px 70px 45px 70px;
    text-decoration: none;
    color: #0d64a5;
}

 .m-input .form-control {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    outline: none;
    border: none;
    margin: 0;
    touch-action: manipulation;
    box-sizing: border-box;
    overflow: visible;

     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     font-family: FontAwesome;
     padding: 0 5px 0 38px;
}

 .m-login .btn{
     width: 100%;
     margin: 0px 0px 20px 0px;
 }

input.btn {
    font-size: 16px;
    /*line-height: 1.2;*/
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    height: 40px;
    border-radius: 25px;
    transition: all .4s;
    position: relative;
    z-index: 1;
    background: white;
    margin: 10px 8px 20px 8px;
    text-decoration: none;
    color: #0d64a5;
    cursor: pointer;
    /*line-height: 40px;*/
    display: inline-block;
    border: 1px solid white;
}

input.btn.btn-danger {
    color: white;
    background-color: transparent;
}

.m-input{
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #fff;}
input:-moz-placeholder { color: #fff;}
input::-moz-placeholder { color: #fff;}
input:-ms-input-placeholder { color: #fff;}



.wrap-form-control {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.24);
    margin-bottom: 30px;
}

.form-control {
    border-radius: 5px;
    font-size: 16px;
    color: black;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 30px;
    background: white;
    padding: 5px;
    border: 1px solid #0d64a5;
}

/*---------------------------------------------*/
.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    line-height: 45px;

}

.focus-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #fff;
}
.focus-input i {
    margin-left:10px;
}

.focus-input::after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*.m-input .form-control:focus {*/
    /*padding-left: 5px;*/
/*}*/

/*.m-input .form-control:focus + .focus-input::after {*/
    /*top: -22px;*/
    /*font-size: 18px;*/
/*}*/

.m-input .form-control:focus + .focus-input::before {
    width: 100%;
}


footer {
    text-align: center;
    color: gray;
    font-size: 12px;
    padding: 20px;
}

.m-input input:-internal-autofill-previewed {
    background-color: transparent !important;
    color: white !important;
    -webkit-box-shadow:0 0 0 50px #0d64a5 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: white;
}

.m-input input:-internal-autofill-selected {
    background-color: transparent !important;
    color: white !important;
    -webkit-box-shadow:0 0 0 50px #0d64a5 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: white;
}

.m-input input:-webkit-autofill {
    background-color: transparent !important;
    color: white !important;
    -webkit-box-shadow:0 0 0 50px #0d64a5 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: white;
}

.m-input input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #0d64a5 inset;
    -webkit-text-fill-color: white;
    background-color: transparent !important;
    color: white !important;
}

.form-check input{
    font-size: 20px;
    vertical-align: text-bottom;
}
.form-check label{
    margin-left: 8px;
}

.m-providers .card-title {
    font-size: 14px;
    color: lightgrey;
    text-align: center;
    margin: 20px 0px 0px 0px;

}
.m-providers .card-title .m-left {
    width: 60px;
    border-bottom: 1px solid #ddd;
    float: left;
    margin-top: 10px;

}
.m-providers .card-title .m-right {
    width: 60px;
    border-bottom: 1px solid #ddd;
    float: right;
    margin-top: 10px;

}
.m-providers ul{
    list-style-type: none;
    text-align: center;
    padding: 0px;
}

.m-providers ul>li{
    display: inline-block;
}

.m-providers .m-provider-item{
    font-size: 20px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    padding: 1px;
    color: #0d64a5;
    margin: 10px 20px;
    border: 1px solid lightgrey;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.m-providers .m-provider-item.btn-wechat{
    background-color: #5eb95e;
    color: white;
}

.m-login-form .alert.alert-danger {
    margin: 10px;
    text-align: center;

}

.m-moile-qrcode {
    text-align: center;
    padding: 20px;

}
.m-moile-qrcode h4{
    color:white;
}

.m-moile-qrcode p{
    margin-top: 20px;
    line-height: 40px;
    display: inline-block;
    width: 300px;
    border-radius: 20px;
    color: white;
}

.m-moile-qrcode .m-img{
    width: 300px;
    height: 300px;
    display: inline-block;
    position: relative;
}
.m-moile-qrcode .m-img img{
    width: 300px;
    height: 300px;
}

.m-moile-qrcode .m-img .m-timeout{
    color: white;
    line-height: 300px;
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.66);

}

.m-moile-qrcodedes {
    margin-top: 20px;
    line-height: 40px;
    display: inline-block;
    width: 300px;
    border-radius: 20px;
    background-color: white;
    color: gray;
    text-align: center;
}

.card-text ul li a {
    overflow: hidden;
}
.dingbg {
    width:100%;
    height:100%;
    background: url("../images/dingbg.png");
    background-size: 42px;
    background-position:-3px -3px;
}
.azurebg {
    width:100%;
    height:100%;
    background: url("../images/MicrosoftOffice.png");
    background-size: 35px;
    background-position:-1px 0;
}
.workwechat {
    width:82%;
    height:58%;
    background-image: url("../images/workwechat.jpg");
    background-size: 80px;
    background-position: -24px -11px;
    margin-top: 5px;
}

.auth-text {
    text-align: center;
    color:white;
}
.form-group.auth-text p {
    display:block;
    height:30px;
    line-height: 30px;
}
.form-group.auth-text p > a {
    color:#0d64a5;
}
.down-text {
    color:#f8f9fa;
    font-size:14px;
}
input.token-input {
    -webkit-appearance:none !important;
    outline:none;
    width:30px;
    height:30px;
    border-radius: 3px;
    border-width: 0px;
    margin-right:2px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}
.token-result {
    height:0;
    margin-top:10px;
    visibility: hidden
}
input.auth-btn {
    -webkit-appearance:none !important;
    margin-top:15px;
    display: inline-block;
}
.nopassword-btn{
    position: absolute;
    left: -10000px;
    top:-1000px
}
#login.nopassword-con {
    width:200px;
    height:300px;
}
.loading {
    width:100px;
    height:100px;
}
.hideself{
    display:none;
}
.fa-question-circle:before,
.fa-times-circle:before,
.fa-check-circle:before {
    font-size:40px;
}
.load{
    margin-bottom:80px;
}
.red {
    color:red;
    font-size:80px;
    transition: all 1s;
}
.green {
    color:green;
    font-size:40px;
    transition: all 1s;
}
.blue {
    color:blue;
    font-size:80px;
    transition: all 1s;
}

.c-login-user-list,
.c-login-user-usr,
.c-login-user-psd,
.c-password-management {
    display: none;
}

.c-login-form .c-list-item {
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ffffff85;
    padding: 7px 50px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.c-login-form .c-login-current-user .c-list-item{
    box-shadow:none;
    cursor: auto;
}

.c-login-form .c-list-item .m-display-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-login-form .c-list-item .m-avatar-img {
    position: absolute;
    top:7px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-width: 0px;
    background-color: white;
    text-align: center;
    color: #00c1e2;
    font-size: 16px;
    font-weight:bold;
    border-radius: 50%;
}
.c-login-form .c-list-item .m-avatar-img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-width: 0px;
}
.c-login-form .c-list-item .m-remove{
    position: absolute;
    top:7px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    border-width: 0px;

}
.c-login-form .c-list-item .m-remove:hover{
    color: #00c1e2;
    background-color: white;
    border-radius: 50%;
}

.c-goto-pre {
    display: block;
    color: white;
    cursor: pointer;
    border: 1px solid #ffffff00;
    border-radius: 4px;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.c-goto-pre:hover{
    border: 1px solid #ffffffaa;
}

.c-goto-pre i {
    display: inline-block;
    margin-right: 10px;
}

.c-usr-error {
    margin-bottom: 10px;
    margin-top: -10px;
    display: block;
}

/* loading css */
.spinner {
    margin: 50px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
/* end loading css */


.m-back{
    color: #ffffffaa;display: block;
}

.m-mobile-container {
    position: absolute;
    color: white;
    top:30px;
    right: 30px;
    padding: 20px;
    z-index: 100;
    text-align: center;
}
@media screen and (max-width: 760px) {
    .m-mobile-container {
        display:none;
    }
}
.m-mobile-container a{
    display: block;
    margin: 0px 0px 30px 0px;
    color: #0d64a5;
    text-underline: none;
    text-decoration: none;
    background-color: white;
    padding: 5px;
    height: 22px;
    border-radius: 16px;
}
.m-mobile-container span{
    margin: 0px 0px 10px 0px;
    display: block;
}
.m-mobile-container img {
    width: 150px;
    height: 150px;
}
.m-work-wechat-qrcode{
    background-color: white;
    border-radius: 2px;
    padding-top: 25px;
    width: 300px;
    height: 400px;
}

