	*{
		margin: 0;
		padding:0 ;
	}
.shadow-box {
    width: calc(100%);
    height:100vh;
/*    position: fixed;
    top: 0;
    left: 0; */
	display: flex;
	align-items: center;
	justify-content: right;
	
    background-image:url("../images/back_img.png");
	background-size: cover;
	font-size: 0.875rem;
}
.shadow {
	margin-right: 18%;
/*    position: absolute;
    top: calc(50%);
    left:calc(50%);
	background: rgba(0,0,0,0.3); */

}
.shadow-bg {
    width: 25rem;
    height: 28.125rem;
/* 	
    position: absolute;
    top: calc(-13.75rem);
    left: calc(40px); */
    background-color: white;
	border-radius: 1.5625rem;
	
}
.tip{
	display: none;
}
.login_top{
	margin-top: 5%;
}
.form-item{
	text-align: left;
	font-size: 0.875rem;
	color: #c5c8cd;
	margin-top: 1.25rem;
}
.form-item input{
	border: none;
	outline: none;
}
.form-item input {
    width: 88%;
    height: 2.75rem;
	padding-left: 10px;
    padding-right: 21px;	
    /* border: 0.125rem solid #c5464a; */
	border: 1px solid #c5c8cd;
    border-radius: 0.625rem;
	/* background-color: #eeeeee; */
    /* background: transparent; */
}
input[type=checkbox]{
	visibility: hidden;
}
.cursor{
	cursor: pointer;
}
#eye{
	width: 25px;
	height: 20px;
	position: relative;
	top: -34px;
	left: 280px;
	
}
#checkbox_img{
/*	position: relative;
	top: 0px;
	right: 124px;*/
}
.login{
	text-align: center;
}
.btn_style{
	text-align: center;
	height: 40px;
	width: 45%;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 1px rgba(63, 140, 255, 0.3);
	color: white;
	background-color: #224994;
}
.go_register{
	color: #3f8cff;
}