.logincopy {
    background-color: #ede7e1;
    overflow: hidden;
    padding: 10px 10px 6px;
}
.loginHeader{
	color: #ff0000;
	font-size: 20px;
}
.btn-danger {
	background-color: #512d6d;
}

.lastboxtitle {
	padding: 6px 12px;
}
.smalltext {
	font-size: 80%;
}
#forgotPasswordWrapper{
	padding-bottom: 150px;
}
.success-vfp {
	color: #a1a1a4;
}
.vfp-ctn-btn {
	padding: 6px 12px;
    font-size: 14px;
}
.rp-col-8 {
	flex: 0 0 auto !important;
    width: 64% !important;
    align-self: end;
}
.rp-col-2 {
	flex: 0 0 auto !important;
    width: 30% !important;
    align-self: end;
}
.rp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vrp-btn {
	border: none !important;
    --bs-btn-hover-bg: #512d6d !important;
    --bs-btn-hover-border-color: #512d6d !important;
}