@charset "utf-8";
/* CSS Document */


html, body {
    height: 100%;
}

body {
    background-color: #0f5eb3;
}

.loginwrap {
    position:absolute;
    top:50% ;
    left:50% ;
transform:translate( -50%, -50%);
    /*position: relative;*/
    /*top: 20%;*/
}


.login_main {
    width: 50vw;
    margin: 0 auto;
}
.logobox img{
  width: 35vw;
}
.logobox {
    /*font-size: 0;*/
    text-align: center;
}
#numberbox{
    font-size: 1vw;
    white-space:nowrap
}
.kongjian{
    height: 3vw;

}
.formbox {
    margin: auto;
    width: 20vw;
}
.flexcode{
    display: flex;
    color: #fff;
    padding: 0 0 0 1.4vw;
    align-items: center;
    justify-content:flex-start;
}
.textwrap {
    border: 1px solid #ffffff;
    position: relative;
    border-radius: 4px;
}

.textwrap + .textwrap {
    /* margin-top: 2.8vw; */
}

.textwrap .img {
    /* position: absolute;
    left: 1.4vw;
    top: 0.8vw;
    height: 1vw; */
}

.textbox {
    /* padding: 0 0vw 0 4vw; */
}

.textbox .text {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    width: 100%;
    height: 2.4vw;
    
    /*text-align: center;*/
    /* color: #ffffff; */
    /* font-size: 18px; */
    line-height: 4vw;
}

.textbox .text::placeholder {
    color:#999;font-size: 0.89vw;
}

/* .subbox {
    margin: 3.3vw 0 0 0;
}

.subbox .submit {
    padding: 0;
    border: 0;
    outline: none;
    background: #FFF;
    width: 100%;
    height: 2.4vw;
    color: #0f5eb3;
     font-size: 24px; 
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5vw;
} */

.foot_black {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5vw;
    background-color: #121314;
}