.page-login-v3:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	/* background: #1488CC; */
	/* fallback for old browsers */
	/* Old linear-gradient format */
	/* background: -webkit-linear-gradient(to bottom, #2B32B2, #1488CC); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to bottom, #2B32B2, #1488CC); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/* background: -webkit-linear-gradient(to right, #3a59e5, #3850d9, #3647cd, #343fc1, #3136b5, #3031ad, #2f2ca6, #2e279e, #2f2599, #2f2294, #302090, #301e8b);
	background: linear-gradient(to right, #3a59e5, #3850d9, #3647cd, #343fc1, #3136b5, #3031ad, #2f2ca6, #2e279e, #2f2599, #2f2294, #302090, #301e8b); */
	background-image: url("../../../images/sign-in-page-bg-image.svg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
}

.page-login-v3 .panel {
	width: 440px;
	margin-bottom: 45px;
	background: #fff;
	border-radius: 1.25rem;
}

.page-login-v3 .panel .panel-body {
	padding: 50px;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-login-v3 .panel .brand-text {
	margin-top: 8px;
}

.page-login-v3 form {
	margin: 45px 0 15px;
}

.page-login-v3 form a {
	margin-left: 20px;
}

.page-login-v3 form .form-material.floating+.page-login-v3 form .form-material.floating
	{
	margin-top: 30px;
}

.page-login-v3 form .form-material label {
	font-weight: 300;
	color: #a3afb7;
}

@media ( max-width : 991px) {
	.page-login-v3 .page-content {
		padding: 30px 20px;
	}
	.page-login-v3 .panel {
		width: auto;
		/* padding: 10px; */
	}
	.page-login-v3 .panel .panel-body {
		padding: 35px 25px;
		height: auto;
	}
	.registration-logo {
		top: 10px !important;
		left: 0 !important;
		text-align: center;
	}
}

@media ( max-width : 479px) {
	.page-login-v3 .page-content {
		padding: 30px 20px;
	}
	.page-login-v3 .panel {
		width: auto;
		/* padding: 10px; */
	}
	.page-login-v3 .panel .panel-body {
		padding: 35px 25px;
		height: auto;
	}
	.registration-logo {
		top: 10px !important;
		left: 0 !important;
		text-align: center;
	}
}

#errorMessageDiv span {
	font-size: 13px;
	font-weight: 500
}

.floating-label {
	margin-top: -4% !important;
}

.btn-purple {
	/* background-color: #660099; */
	background: linear-gradient(to right, #42007B, #7900E1) !important;
	color: #ffffff;
	border-radius: 20px;
}

.sign-in-form-body {
	border-radius: 1.25rem;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-control {
	border-radius: 5px !important;
	padding: 20px !important;
}

.registration-logo {
	position: absolute;
	top: 53px;
	left: 74px;
	z-index: 1001;
	
	& img {
		width: 48%;
    }
}

.text-purple{
	color: #7900E1;
	text-decoration: none;
}

.text-purple:hover{
	color: #7900E1;
	text-decoration: none;
}

.form-control.is-valid{
	background-color : #F7F4FF !important;
}

h1{
	color: #000000;
	font-weight: 500;
}
