

.vermenu{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	position:absolute;
	top: 208px;
}

a:hover{
  color: #165dff;
  text-decoration: none;
}

a{
  color: #000;
}
.login-container{
            position: relative;
            width: 400px;
            height: 950px;
            margin: 50px auto;
            display: block;
        }
        h2::before{
            content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    background: #165dff;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 33px;
        }
        h2{
            color: #165dff;
            position: relative;
            font-size: 30px;
        }
        .loginbox1{
           
            width: 400px;
            height: 750px;
            border-radius: 10px;
            background-color: #ffffff8c;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
        }
        input {
    width: 90%;
    height: 35px;
    margin-left: 5%;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
}

button {
    margin: 0 auto;
    width: 150px;
    height: 50px;
    background: none;
    font-size: 16px;
    border: 1px solid #858585;
    color: #000000;
    display: block;
    transition: all ease-in-out 0.3s;
}

    .sign-up{
        text-align: center;
        margin-top: 50px;
    }

    label{
      margin-left: 1%;
    font-size: 15px;
    padding-left: 15px;
    }
    .logint1{
        padding-top: 30px;
        margin: 20px;
        margin-left: 2%;
        padding-left: 15px;
        font-weight: bold;
    display: inline-block;
    position: relative;
    }

    .jiahao{
        width: 120px;
    height: 120px;
    background-color: #165dff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 80px;
    position: absolute;
    top: 30px;
    left: 340px;
    }

    form{
        position: absolute;
        z-index: 100;
    }

    .bg1{
        width: 385px;
    height: 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: #c3c3c354;
    position: absolute;
    z-index: 0;
    left: 8px;
    top: -9px;
    }

    button:hover {
    background: #165dff;
    border: 1px solid #165dff;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
