
.nav-menu.nav-menu-social.align-to-right .dropdown .btn.btn-secondary.dropdown-toggle {
	background: #56af23;
	padding: 10px 35px;
	border: none;
	border-top-left-radius: 0px;
}
.nav-menu.nav-menu-social.align-to-right .dropdown-menu.show li {
	max-width: 30px;
	display: inline-block;
	margin: 0px 5px;
}

.nav-menu.nav-menu-social.align-to-right  .dropdown-menu.show img {
	width: 100%;
}
.nav-menu.nav-menu-social.align-to-right  .dropdown-menu.show .dropdown-item {
	padding: 0;
}
 
.nav-menu.nav-menu-social.align-to-right .dropdown-menu.show {
	background: none;
	border: none;
	margin-bottom: 40px;
	padding: 15px;
	margin-top: 5px !important;
}
 
 .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.nav-menu.nav-menu-social.align-to-right .dropdown .btn.btn-secondary.dropdown-toggle .fa-solid.fa-chevron-down {
	padding-left: 15px;
}
 .dropdown-toggle::after {
	display: none !important; 
}
.inputBox input:valid ~ span, .inputBox input:focus ~ span {
	color: #07003b;
	transform: translateX(0px) translateY(-34px);
	font-size: 0.75em;
}



.Login-form {
	padding: 200px;
}
.main-wrapper.login-page {
	background: #ece9e9;
}

.login-main {
	position: relative;
	width: 500px;
	height: 420px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.login-main::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: -50%;
	left: -50%;
	width: 380px;
	height: 420px;
	transform-origin: bottom right;
	background: linear-gradient(0deg,#e9f2e4,#56af23,#dcf2cf);
	animation: animate 6s linear infinite;
}
.login-main::after 
{
	content: '';
	z-index: 1;
	position: absolute;
	top: -50%;
	left: -50%;
	width: 380px;
	height: 420px;
	transform-origin: bottom right;
	background:linear-gradient(0deg,#e9f2e4,#56af23,#dcf2cf);
	animation: animate 6s linear infinite;
	animation-delay: -3s;
}
@keyframes animate 
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
.login {
	position: absolute;
	inset: 2px;
	background: #fff;
	padding: 50px 40px;
	border-radius: 10px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.login .heading h2 {
	color: #07003b;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'Inter';
	font-size: 27px;
}
.links.login-link {
	display: flex;
	justify-content: flex-end;
}
.inputBox {
	position: relative;
	width: 100%;
	margin-top: 35px;
}
.inputBox input 
{
	position: relative;
	width: 100%;
	padding: 20px 10px 10px;
	background: transparent;
	outline: none;
	box-shadow: none;
	border: none;
	color: #23242a;
	font-size: 1em;
	letter-spacing: 0.05em;
	transition: 0.5s;
	z-index: 10;
}
.inputBox span {
	position: absolute;
	left: 0;
	padding: 20px 0px 10px;
	pointer-events: none;
	font-size: 1em;
	color: #07003b;
	letter-spacing: 0.05em;
	transition: 0.5s;
}
.inputBox input:valid ~ span, .inputBox input:focus ~ span {
	color: #07003b;
	transform: translateX(0px) translateY(-34px);
	font-size: 0.75em;
}
.inputBox i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #e5f2ff;
	border-radius: 4px;
	overflow: hidden;
	transition: 0.5s;
	pointer-events: none;
	z-index: 9;
}
.inputBox input:valid ~ i,
.inputBox input:focus ~ i 
{
	height: 44px;
}
.links 
{
	display: flex;
	justify-content: space-between;
}
.links a {
	margin: 10px 0;
	font-size: 15px;
	color: #8f8f8f;
	text-decoration: beige;
}
.links a:hover, 
{
	color: #45f3ff;
}
.links .btn-signup {
	color: #56af23;
}
.links .btn-signup:hover {
	color: #07003b;
}

.login-button {
	border: none;
	outline: none;
	padding: 11px 25px;
	background: #56af23;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 600;
	width: 120px;
	margin-top: 10px;
	color: #fff;
	border-top-left-radius: 0px;
	border: 1px solid #56af23;
	text-decoration: navajowhite;
	font-weight: normal;
}
.login-button:hover {
	background: transparent;
	color: #56af23;
}

.login-button:active 
{
	opacity: 0.8;
}



.inputBox input {
	position: relative;
	width: 100%;
	padding: 10px 10px 10px;
	background: #e5f2ff;
	outline: none;
	box-shadow: none;
	border: none;
	color: #23242a;
	font-size: 1em;
	letter-spacing: 0.05em;
	transition: 0.5s;
	z-index: 10;
	margin: 10px 0px;
}

@media only screen and (min-width:2500px) {
	.login-main {
		margin-top: 200px;
	}
	.Login-form {
		min-height: 1700px;
	}
}

@media only screen and (min-width:1700px){
	.login-main {
		margin-top: 200px;
	}
}
@media only screen and (max-width: 767px) {

	.Login-form {
		padding: 200px 15px;
	}

	.login-main {
		width: 100%;
	}
}