.acc-row {
	background-size: cover;
}
.acc-box {
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.12);
	padding: 40px 20px 20px;
	max-width: 454px;
	margin: 0 auto;
}
.form-input input, .form-input select {
	border: 1px solid rgba(0, 0, 0, 0.08);
	background-color: #FFF;
	border-radius: 6px;
	padding: 20px;
	padding-left: 20px;
	height: 48px;
	width: 100%;
}
.form-input i {
	position: absolute;
	left: 0;
	width: 48px;
	text-align: center;
	color: #6C6C6C;
	bottom: 17px;
	font-style: normal;
	z-index: 1;
	border-right: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-acc .form-input {
	position: relative;
	margin-bottom: 20px;
}
.form-acc .form-input input{
	padding-left: 40px;
}
.form-acc .form-input i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #999;
	font-size: 14px;
}
.form-acc .form-input i.view-mk{
	left: auto;
	right: 0;
	cursor: pointer;
}
i.view-mk.active::before{
	content: "\f070";
}
.form-input.register {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.luu-pass input {
  width: 14px;
  margin-right: 5px;
}
.luu-pass {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.luu-pass a{
	text-decoration: underline;
}
.form-acc a{
	color: #14375F;
	font-weight: 500;
}
.btn-submit {
	height: 48px;
	background-color: #005596;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #005596;
	width: 100%;
	font-weight: 700;
}	
.btn-submit:hover{
	background-color: #fff;
	color: #14375F;
}
.ptk {
	text-align: center;
}
.ptk a{
	font-weight: 600;
	font-size: 16px;
}
/**/
.acc-box .top{
	position: absolute;
	top: -50px;
	right: -50px;
}
.acc-box .bottom {
	position: absolute;
	bottom: -50px;
	left: -120px;
}