﻿/**
 
 @Name: winui
 @Author: Leo
 @Site: www.leo96.com
 
 */

.lock-body {
    background-color: #000000;
    background: center no-repeat fixed;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

#date_time {
    color: white;
    position: fixed;
    left: 5%;
    bottom: 10%;
    font-family: Arial;
    text-align: center;
}

#time {
    font-size: 86px;
    /* padding-left: 40px; */
    font-family: MicrosoftYaHeiLight !important;
    font-weight: normal;
    letter-spacing: 0px;
}

#date {
    font-family: MicrosoftYaHeiLight;
    font-size: 30px;
    padding-left: 10px;
}

#login_div,
#login_div1 {
    margin-top: 20vh;
    text-align: center;
}

#login_div img,
#login_div1 img {
    width: 80px;
    height: 80px;
    padding: 10px;
    /* box-shadow: 0 0 4px 4px #fff; */
    /* background-color: rgba(255, 255, 255, 0.4); */
}

.login_div2 {
    display: inline-block;
    padding: 20px;
    padding-bottom: 40px;
    /* background-color: rgba(4 ,31, 86, .9); */
    border: 1px solid #276990;
    background: #09275E;
    opacity: 0.83;
    border-radius: 20px;
}

#user_name {
    /* font-size: 26px; */
    font-size: 21px;
    font-weight: 100;
    /* margin: 0 0 15px 0; */
    margin-bottom: 20px;
    padding-top: 10px;
    /* font-weight: 400; */
    font-weight: normal;
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: MicrosoftYaHei;
}

.winui-from-group {
    display: inline-block;
    width: 288px;
    /* border: 1px solid rgba(255, 255, 255, 0.70); */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.winui-from-group .inputwrap{
    /* background: rgba(255, 255, 255, .3); */
    background: linear-gradient(to right, rgba(83, 104, 143, 1), rgba(83, 104, 143, .05));
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    /* border: 1px solid #fff; */
}

.inputwrap img {
    width: 15px;
    height:15px;
    margin: auto;
    padding: none !important;
}

.winui-from-group input {
    width: 80%;
    /* height: 36px; */
    height: 40px;
    color: #fff;
    border: none;
    /* background: rgba(0, 0, 0, 0.30); */
    background: transparent;
    float: left;
    padding-left: 5px;
    /* margin-bottom: 15px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.winui-from-group input::-webkit-input-placeholder {
    text-align: left;
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.6)!important;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: 300;
}

.winui-from-group input::-moz-placeholder {
    text-align: left;
    /* Mozilla Firefox 4 to 18 */
    /* color: red; */
    color: rgba(255, 255, 255, 0.6)!important;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: 300;
}

.winui-from-group input::-moz-placeholder {
    text-align: left;
    /* Mozilla Firefox 19+ */
    /* color: red; */
    color: rgba(255, 255, 255, 0.6)!important;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: 300;
}

.winui-from-group input::-ms-input-placeholder {
    text-align: left;
    /* Internet Explorer 10-11 */
    /* color: red; */
    color: rgba(255, 255, 255, 0.6)!important;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: 300;
}

.winui-from-group input[type=text] {
    width: 100%;
    /* margin-bottom: 10px; */
}

.winui-from-group button {
    /* height: 36px; */
    height: 45px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.40); */
    background: #105CA7;
    border: none;
    float: left;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: .8;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: .8;
}

input:-ms-input-placeholder {
    color: #fff;
    opacity: .8;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: .8;
}