#earth {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    transform: rotateX(180deg);
}

.bg_img{
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}

body {
    position: relative;
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    background: url('./img/111.jpg') no-repeat;
    background-size: 100% 100%;
}

.right {
    width: 50%;
    height: 280px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.title {
    width: 330px;
    margin-left: calc(50% - 200px);
}

div.login {
    width: 330px;
    margin-left: calc(50% - 200px);
    height: 330px;
    background: url('./img/bg1.png') no-repeat;
    background-size: 330px, 330px;
}

p.title {
    text-align: center;
    padding-top: 15px;
    color: rgb(38, 225, 236);
}

div.input.img{
    height: 40px;
    margin-bottom: 0;
}

div.input.img img{
    display: block;
    width: 100%;
    height: 100%;
}

div.input {
    background: url('./img/2_09.png') no-repeat;
    background-size: 100% 100%;
    width: 230px;
    margin-left: 50px;
    margin-bottom: 20px;
    height: 30px;
    color:#fff;
}

.btn input{
    background-color: rgb(38, 225, 236);
    width: 230px;
    display: block;
    margin-left: 35px;
    height: 30px;
    margin: 0 arto;
    line-height: 30px;
    color: #333 !important;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
        vertical-align: middle;
}

.btn:hover input{
    background-color: rgba(38, 225, 236, .6);
}

.usr {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 5px 7px 10px;
    vertical-align: middle;
}

.pwd {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 5px 7px 10px;
}

input {
    background-color: transparent;
    border: 0;
    outline: none;
    color: rgb(38, 225, 236) !important;
    display: inline-block;
    float: left;
    /* width: 100%; */
    height: 26px;
}