* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "microsoft yahei";
}

ul {
	list-style: none;
	border: none;
}

a {
	text-decoration: none;
	color: #181818;
}
.main{
	width: 80%;
    padding-top: 20%;
    margin: 0 auto;
}
.container{
    display: flex;
	flex-flow:column nowrap;
    padding: 20% 0 0 0 ;
    height:100vh;
}
.top{
    text-align: center;
    margin-bottom: 20px;
}
.name {
    font-size: 20px;
	color: #181818;
	margin: 10px auto;
}
.forms{
    padding: 0 30px;
}
/* 验证码 */
.form-group{
    position: relative;
}
.form-group input{
    padding-left:40px;
    height: 44px;
    border-radius: 10px;
}
.form-group.short{
	display: flex;
	justify-content: space-between;
}
.form-group.short input{
	width: 60%;
}

.form-group.short .verification{
	width: 35%;
    height: 44px;
}

.form-group .lable-img{
	position: absolute;
	top: 14px;
	left: 12px;
}

.btn-primary{
	width: 100%;
	height: 36px;
	background: #3377EE;
	margin: 0 auto;
}

.message{
    position: absolute;
    z-index:4;
    top:45px;
    left:50%;
    transform: translateX(-50%);
}

.form-control{
	margin-bottom: 20px;
}

/* .shadow {
    filter: blur(1px);
} */
.shadow {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 7.14%, rgba(255, 255, 255, 0.1) 100%);
      }

.bg{
    width: 100%;
    height: 100%;
}
.bg-img{
    object-fit:fill;
    width: 100%;
    height: 100%;
}
