.btnChangePasswordSave {
	background: #4A53AA;
	border-radius: 5px;
	color: #fff;
	height: 49px;
}

.btnCancel {
	background: #ffffff;
	border-radius: 5px;
	border-width: 3px;
	border-color: #ff0000;
	color: #ff0000;
	height: 49px;
	padding-top: 10px;
}


.paymentRadioDiv {
	background: #FFFFFF;
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px;
	width: 455px;
	margin-left: 85px;
}

.profile-edit-icon {
    position: absolute;
    top: 90%;
    right: 38%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.btnNext {
	background: #4A53AA;
	border-radius: 5px;
	color: #fff;
	height: 49px;
	width: 455px;
	margin-left: 85px;
	margin-top: 20px;
	padding-top: 11px;
}


.btnLogin {
	background: #4A53AA;
	border-radius: 5px;
	color: #fff;
	height: 49px;
	width: 620px;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 11px;
}

.btnVerify {
	background: #4A53AA;
	border-radius: 5px;
	color: #fff;
	height: 49px;
	width: 485px;
	margin-left: 70px;
	margin-top: 20px;
	padding-top: 11px;
}

.or-text {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
}

.or-text::before, .or-text::after {
	content: "";
	position: absolute;
	top: 50%;
	border-top: 1px solid #4A53AA;
	width: 35%;
	margin-top: -1px;
}

.or-text::before {
	left: 50px;
}

.or-text::after {
	right: 50px;
}

.loginWithFacebook, .loginWithGoogle {
	border-radius: 5px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.loginWithFacebook{
	border: 2px solid #3B5998;
	color: #3B5998;
}

.loginWithGoogle{
	border: 2px solid #DD4B39;
	color: #DD4B39;
}
