html, body { width: 100%; height: 100%; background: #0c0f20; }

.supervise { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../img/login/supervise_bg.jpg") no-repeat center; z-index: 9; }
.supervise .content { text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 auto; width: 500px; height: 100%; text-align: center; }
.supervise .box { margin: 19px auto 0; padding: 57px 70px 0; width: 500px; height: 520px; background: url("../img/login/supervise_content.png") no-repeat 0 0; box-sizing: border-box; }
.supervise .title { display: flex; align-items: center; margin-bottom: 49px; color: #dadffa; }
.supervise .title i { width: 5px; height: 22px; border-radius: 2.5px; background-color: #dadffa; }
.supervise .title p { margin: 0 10px; font-size: 20px; font-weight: 700; }
.supervise .title span { font-size: 18px; font-family: DINR, serif; text-transform: uppercase; }
.supervise li { margin-bottom: 20px; }
.supervise li > div { height: 50px; border-radius: 3px; border: 2px solid #578bee; background: rgba(38, 106, 250, 0.1); }
.supervise li label { display: flex; }
.supervise li i { width: 21px; height: 20px; background: url("../img/login/login_sprites.png") no-repeat center 0; margin-top: 15px; margin-left: 18px; margin-right: 18px; }
.supervise li .icon1 { background-position-y: -20px; width: 20px; height: 21px; }
.supervise li .icon2 { background-position-y: -41px; width: 19px; height: 22px; }
.supervise li input { flex: 1; background: transparent; font-size: 16px; color: #b5bce7; width: 360px; height: 50px; border: none; }
.supervise li input::-webkit-input-placeholder, .supervise li input:-moz-placeholder, .supervise li input::-moz-placeholder, .supervise li input::-ms-input-placeholder { color: #b5bce7; }
.supervise li input:focus { border: none; outline: none; }
.supervise li input::placeholder { color: #b5bce7; }
.supervise .code { display: flex; justify-content: space-between; }
.supervise .code-input { flex: 1; }
.supervise .code-input input { width: 170px; }
.supervise .code-img { margin-left: 5px; width: 135px; }
.supervise .code-img img { width: 122px; height: 50px; }
.supervise .button { padding-top: 30px; }
.supervise .button a { display: block; width: 100%; height: 50px; line-height: 50px; border-radius: 6px; background: #4a80e5; font-size: 16px; font-weight: 700; color: #fff; }

/*# sourceMappingURL=login.css.map */
