header {
    display: none;
}

html {
    padding: 0;
    margin: 0;
    position: static;
    font-family: "·L³n¥¿¶ÂÅé";
}

body {
    background-image: url(/img/bg.png);
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-size: cover;
}

.container {
    max-width: 100%;
    padding: 0;
}

.title {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 1px;
    /* border-bottom:2px solid white; */
    color: #033782;
    padding-bottom: 15px;
}

.Login_con {
    width: 25%;
    min-width: 360px;
    height: 100VH;
    background: rgba(255,255,255,0.5);
    float: right;
    backdrop-filter: blur(50px);
    border-left: 1px solid rgba(255,255,255,0.5)
}

.insert input {
    font-size: 28px;
    margin: 10px auto 10px 7.5%;
    display: block;
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid #03378266;
    color: #033782;
    font-weight: bold;
    width: 75%;
    border-radius: 0px;
}

    .insert input::placeholder {
        font-weight: 100;
        opacity: 0.8;
        color: #033782ad;
        font-weight: bold;
    }

.logoimg {
    width: 65px;
    display: block;
    margin: 20px auto;
}

.buttns {
    margin: 30px auto;
    width: 85%;
}

.btn {
    font-size: 20px;
    padding: 10px 5px;
}

.tokendiv {
    width: 85%;
    margin: 25px auto;
}

.form-control {
    padding: .375rem .75rem;
    line-height: 1.5;
}

.footer[b-eoogecocni] {
    border-top: none !important;
}

@media (max-width: 768px) {
    .Login_con {
        width: 100%;
    }

    .insert input {
        width: 70%;
        margin: 10px auto;
    }

    .tokendiv {
        margin-left: 15%;
    }
    .buttns {
      
        width: 70%;
    }
}
