* {
	font-family: "Montserrat";
	font-style: normal;
}

body {
	min-height: 100vh;
	margin: 0;
}

.inputField {
	position: relative;
}

	.inputField span {
		pointer-events: none;
		color: #9e9e9e;
		position: absolute;
		padding-left: 25px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: text;
	}

	.inputField input:focus + span,
	.inputField input:not(:placeholder-shown) + span {
		top: 7px;
		-webkit-transform: scale(1) translateY(-10%) translateX(7px);
		transform: scale(1) translateY(-10%) translateX(7px);
		font-size: 11px;
		padding-left: 17px;
	}

	.inputField input,
	.inputField span {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
		transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	}

/* Login Page */
.container-sign-form {
	margin: 0 auto;
	max-width: 500px;
	padding: 17px 0 67px;
	width: 100%;
}

#login,
#register {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

	#login > form > input {
		border: 1px solid rgb(178, 175, 175) !important;
	}

.form-title {
	font-size: 32px;
	margin-top: 66px;
	margin-bottom: 29px;
	color: #0a0a0a;
	font-weight: 600;
}

.text-\[\#6E0147\] {
	--tw-text-opacity: 1;
	color: #6e0147;
}

.text-\[\#9E9E9E\] {
	--tw-text-opacity: 1;
	color: #9e9e9e;
}

.justify-center {
	justify-content: center;
}

.login-register-btn {
	padding: 12px 24px;
	font-size: 14px;
	color: #fff;
	background-color: #6e0147;
	border-radius: 24px;
	cursor: pointer;
}

.login-register-btn-disabled {
	padding: 12px 24px;
	font-size: 14px;
	color: #fff;
	background-color: #e0e0e0;
	border-radius: 24px;
	cursor: auto;
}

.microsoft-login-btn {
	padding: 12px 24px 12px 18px;
	font-size: 14px !important;
	font-family: 'Segoe UI'; 
	font-weight: 600;
	color: #9e9e9e;
	background-color: #fff;
	border-radius: 24px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.microsoft-logo-icon {
	margin-right: 10px;
	width: 21px;
	height: 21px;
}

.without-sign {
	margin: 27px auto 0;
	width: fit-content;
	border: 2px solid #6e0147;
	border-radius: 24px;
	color: #6e0147;
	padding: 12px 24px;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.rounded-\[\50px\] {
	border-radius: 50px;
}

input:focus-visible {
	border: 2px solid #6e0147 !important;
	margin: -1px;
	transition: all 0s;
	outline: none;
}

.input-border-error {
	border-color: #cc0000 !important;
}

.text-input {
	padding: 22px 24px 8px;
}

.error-input-message {
	display: none;
	color: #cc0000;
	padding: 0 24px;
	margin-top: 7px;
	font-size: 14px;
}

.error-input-message-visible {
	color: #cc0000 !important;
	padding: 0 24px;
	margin-top: 7px;
	font-size: 14px;
}

#divider {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ededed;
	font-size: 14px;
	margin-top: 49px;
	margin-bottom: 47px;
}

	#divider::before,
	#divider::after {
		content: "";
		display: block;
		background: #ededed;
		width: 100%;
		height: 1px;
		margin: 0 10px;
	}

.register-text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 24px;
}

footer {
	max-width: 1300px;
	width: 80%;
	margin: 0 auto;
}

.footer-links {
	display: flex;
	gap: 30px;
	flex-direction: row;
}

.footer-link-btn {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.copyright-text {
	font-weight: 400;
	font-size: 14px;
	color: #9e9e9e;
}

@media (max-width: 640px) {
	.container-sign-form img {
		width: 160px;
	}

	.container-sign-form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.form-title {
		font-size: 25px;
	}

	footer {
		max-width: unset;
		width: 100%;
		padding: 0 20px;
	}

	.footer-links {
		gap: 44px;
		flex-wrap: wrap;
	}

	.footer-link-btn {
		font-weight: 600;
	}

	footer div {
		border: none;
		width: 100%;
		flex-direction: column;
		gap: 38px;
	}

	.login-register-btn {
		width: 100% !important;
		min-width: fit-content;
		text-align: center;
		font-weight: 600;
	}

	.microsoft-login-btn {
		white-space: nowrap;
	}

	.microsoft-logo-icon {
		width: 21px !important;
		height: 21px;
	}

	.without-sign {
		width: 100%;
		margin-top: 18px;
		font-weight: 600;
	}
}

/* Change Password  CSS*/
#changePassword,
#passwordChangeSuccesful {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Change Email  CSS*/
#changeEmail,
#emailChangeSuccesful {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.form-subtitle {
	font-size: 16px;
	color: #616161;
	margin: 48px 0;
}

#changePassword .form-title {
	margin-bottom: unset;
}

#required {
	display: none;
}

.password-requirements {
	padding: 7px 24px;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.invalid {
	color: #616161;
}

	.invalid::before {
		position: relative;
		left: -5px;
		content: "•";
		font-size: 22px;
		line-height: 5px;
	}

.valid {
	color: #e0e0e0;
}

	.valid::before {
		position: relative;
		left: -5px;
		content: "✔";
		font-size: 8px;
		line-height: 5px;
	}

@media (max-width: 640px) {
	.form-subtitle {
		margin: 36px 0 30px;
	}

	#emailConfirmation .form-subtitle {
		margin-top: 48px;
	}
}

/* Reset Password and succesful page */
#resetPassword,
#passwordResetSuccesful {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Forgot Password */
#forgotPassword {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Email Sent */
#emailSent,
#emailConfirmation {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#cb {
	accent-color: #6e0147;
	clip-path: circle(50% at 50% 50%);
	width: 20px;
	height: 20px;
	border: 1px solid black;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

	#cb:checked {
		appearance: auto;
		clip-path: circle(50% at 50% 50%);
		background-color: #6e0147;
	}

.loader {
	border: 2px solid #f3f3f3;
	border-top: 2px solid #6e0147;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.password-hide-show-icon {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 18px;
	font-weight: 100;
	opacity: 0.7;
	cursor: pointer;
}
