.title-login {
	width: 395px;
	top: 220px;
	position: absolute;
	left: 110px;
}

.logo-login {
	width: 270px;
}

.part-1 {
	bottom: 205px;
	right: 80px;
	width: 150px;
}

.part-2 {
	top: 110px;
	left: 50px;
	width: 135px;
}

.box-form-login {
	height: 100%;
}

.form-login {
	width: 70%;
}

.title-form {
	font-size: 30px;
	margin-bottom: 40px;
	display: block;
	font-weight: bolder;
}

.lupa-password {
	text-align: right;
}

.lupa-password a{
	color: #ED2333;
	text-decoration: unset;
}

.btn-login {
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

.grouping-input {
	position: relative;
}

.grouping-input i {
	position: absolute;
	top: 9px;
	left: 13px;
}

.grouping-input input {
	padding-left: 40px;
}

.show-hide i {
	top: 2px;
	right: 5px;
	left: unset;
}

.grouping-input #password-input {
	padding-right: 40px;
}

.login-page {
	height: 100vh !important;
}

.box-login-kiri {
	min-height:630px;
}

.box-welcome-text {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	min-height: 620px;
}

.logo-box-login {
	display: none;
}

.box-login {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.52);
	border-radius: 20px;
}

.box-login .row .box-login-kiri {
	border-radius: 20px 0px 0px 20px;
}
.box-login .row .box-login-kanan {
	border-radius: 0px 20px 20px 0px;
}
.box-welcome-text {
	border-radius: 19px 0px 0px 0px;
}