lo_style.css 2.1 KB
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.lo_box{
	margin: auto;
	height: 100%;
	width: 100%;
	position: fixed;
	background:rgb(20 120 254 / 49%);
}
body{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}
.box{
	position: relative;
	display: flex;
	/* border: 1px solid #ccc; */
	justify-content: center;
	width: 100%;
	align-items: center;
}

.lo_xbox{
	width: 70%;
	margin:8% auto 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lo_left{
	width: 55%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 50px
}
.lo_left img{
	width: 100%;
	height: 560px;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
}
.lo_right{
	width: 40%;
	padding: 4%;
	box-shadow: 1px 2px 7px 1px #68cdfa2e;
    border-radius: 1px;
    background: #fff;
}
.lo_right h2{
        color: #287afa;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.put{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
h2{
	padding: 20px 0;
	margin: 4px 0;
}
.put input{
	margin: 10px 0;
	height: 45px;
	line-height: 50px;
	padding: 0 35px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}
.lo_lo button{
	width: 40%;
	background: #287afa;
	color: #fff;
	border: none;
	    border-radius: 6px;
    font-size: 16px;
    padding: 13px 0;
}
.lo_btm{
	width: 100%;
	/*margin: 80px auto 0;*/
	padding: 20px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
}
.lo_btm span{
	padding: 30px 0;
	    font-size: 20px;
    color: #d2d2d2;
    font-weight: 200;
}
.lo_lo{
	padding: 10% 0 0;
	text-align: center;
}
.put_sys button{
	border: none;
	height: 47px;
	width: 30%;
	border-radius: 4px;
	line-height: 50px;
	align-self: center;
	margin: 0 4px;
	position: relative;
	top: 8px;
	padding: 2px;
}
.put_sys{
	align-self: start;
	padding: 2px;
	display: inline-flex;
	justify-content: space-between;
	/* margin: 10px 0; */
	width: 100%;
}

.user0 i{
	left: 15px;
	top: 44px;
	position: relative;
	color: #2864fa;
	font-size: 18px;
}
.user0{
	margin: 2px 0;
	padding: 0 2px;
}