body {
	font-family: proxima-nova, sans-serif;
	letter-spacing: 1px;
	background-size: cover;
	background-position: center;
	height: 100%;
	overflow: hidden;
}
html {
	height: 100%;
}
.rod-label {
	margin-bottom: 10px !important;
	display: block !important;
	color: #bbb !important;
}
.login-form {
	display: flex;
	width: 100%;
	height: 100%;
}
/* .container.login-form > div{
            width: 100%;
            text-align: center;
            justify-content: center;
            align-items: center;
        } */
.login-form-top {
	height: 50px;
	color: #333;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	border-top-right-radius: 6px;
	font-family: proxima-nova, sans-serif;
}

.login-form-top > p {
	line-height: 50px;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #344054;
}

.login-form-content {
	margin-top: 34px;
	/* padding-right: 15px; */
}

.margin-top-0 {
	margin-top: 0 !important;
}

input.form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}

input.form-control:hover {
	/*border: none;*/
}

input.form-control:focus {
	/*border:none;*/
	box-shadow: none;
}
.login-form-validateSession {
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.validateSession-primary {
	color: #fff !important;
}
.validateSession-loader {
	max-width: 70px;
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 36px;
	justify-content: center;
}

.validateSession-loader > div {
	width: 14px;
	height: 14px;
	background-color: #007eff;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: loader-bounce 1.4s infinite ease-in-out both;
	animation: loader-bounce 1.4s infinite ease-in-out both;
}

.validateSession-loader > div:first-child {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.validateSession-loader > div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.login-form > .row {
	height: 100%;
	width: 100%;
	margin: 0;
}
.login-form-box {
	display: flex;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	/* box-shadow: 7.8px 8.8px 17px 0 rgba(0, 0, 0, 0.3); */
}

.login-form-box .login-left {
	background-position: center;
	background-size: cover;

	padding: 24px;

	display: flex;
	align-items: center;
	width: 60%;
}
.fly-svg-container {
	position: absolute;
	top: 60%;
	left: calc(60% - 24px);
}
.login-form-box .login-left > div {
	background-color: #742ae9;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding-top: 4rem;

	color: #ffffff;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 16px;

	padding-right: 186px;
	padding-left: 120px;
	width: 100%;
}
.left-bottom-container .heading-logo {
	width: 83px;
	height: 16px;

	/* Warning/300 */

	background: #fec84b;
	border-radius: 10px;
	color: #101828;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	padding: 1px 8px;
	margin-bottom: 8px;
}
.login-form-box .login-left > div > div:nth-child(2) {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.login-form-box .login-left > div > div:last-child {
	margin-top: 12px;
	margin-bottom: 12px;
}
.login-left .customer-second {
	margin-top: 4px;
}
.login-form-box .login-right {
	width: 40%;
	border-radius: 0px 6px 6px 0px;
	padding-left: 18px;
	padding-right: 18px;
	display: none;
	justify-content: center;
	align-items: center;
}
.login-form-row {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.password-input-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-right: 16px;
}
.login-form-row > label,
.password-input-header > label {
	margin-top: 1rem;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #667085;
}

.login-form-row > .input-box-container > input {
	padding-left: 0px;
	font-family: proxima-nova, sans-serif;
	border-radius: 0px;
	/* border-bottom: 1px solid #d4d9e2; */
	font-weight: normal;
	font-size: 18px;
	/* border: 0.5px solid #c5c5c5; */
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	background: #ffffff;

	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-right-inner {
	position: relative;
	padding: 0px 32px;
	width: 442px;
}
.login-form-row > label.input-error {
	color: red;
	font-weight: 500;
	font-size: 0.8em;
}

.login-form-row > input::placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.phone-label-secondary {
	margin-top: 4px;
	font-style: italic;
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.4);
}

.login-actions {
	height: 90px;
	margin-top: 4px;
	border-radius: 0px 0px 6px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.login-actions > div {
	margin-right: 15px;
}
.login-action-button,
.login-action-button-wrapper {
	/* margin-top: auto; */
	/* margin-bottom: auto; */
}

.login-action-button,
.login-action-button button,
.login-action-button .btn-loader {
	width: 100%;
}

.login-sso-error {
	position: absolute;
	color: red;
	font-size: 12px;
	width: calc(100% - 15px);
	display: flex;
	justify-content: flex-start;
	top: 79px;
}

.login-with-sso-action-button > button,
.login-action-button > button,
.login-action-button .btn-loader {
	background: #742ae9;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.login-with-sso-action-button > button:hover,
.login-action-button > button:hover,
.login-action-btn .btn-loader:hover {
	background: #635BFF;
}
.login-with-sso-action-button > button {
	background-color: #fff;
	color: #344054;
	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-with-sso-action-button > button:hover {
	background: #fff;
	color: #344054;
	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-action-btn {
	font-size: 17px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	height: 50px;
}

.login-sso-action-btn {
	height: 50px;
}

.login-with-sso-action-button {
	width: calc(100% - 15px);
	font-size: 17px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	height: 50px;
}

.login-with-sso-action-button > button {
	width: 100%;
	height: 100%;
}

.login-sso-text {
	width: calc(100% - 15px);
	font-size: 12px;
	color: #808080;
	font-family: proxima-nova, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

.login-sso-text > .separator {
	height: 1px;
	background: #eaecf0;
	width: 28%;
}

.onboarding-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.onboarding-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.login-action {
	margin-top: auto;
	margin-bottom: auto;
	text-align: right;
	font-size: 0.9rem;
	color: #007bff;
}

.login-action > span {
	color: rgba(57, 57, 57, 0.7);
}
.login-action > a {
	color: #47478a !important;
}
.login-action > a:hover {
	color: #3d3d75 !important;
}

.btn-loader {
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 36px;
	justify-content: center;
}

.btn-loader > div {
	width: 14px;
	height: 14px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: loader-bounce 1.4s infinite ease-in-out both;
	animation: loader-bounce 1.4s infinite ease-in-out both;
}

.btn-loader > div:first-child {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.btn-loader > div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.form-control:focus {
	border-color: #1a1826;
}
@-webkit-keyframes loader-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes loader-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.login-left .text-quote {
	position: absolute;
	opacity: 0.5;
	width: 40px;
}
.login-left .text-quote.left {
	margin-left: -10px;
	margin-top: -12px;
}
.login-left .text-quote.right {
	margin-left: -20px;
	margin-top: -5px;
}
.is-mobile-show {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.stop-proceed-page {
	background: url(/img/workspace-mobile-modal-2.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 30%;
}
.imgLogoss {
	width: 100px;
}
.thanksText {
	font-weight: 600;
	margin: 10px 0;
	padding: 25px;
}
.logoutBtnn {
	background-color: #007eff;
	width: 70%;
	height: 60px;
	font-family: proxima-nova, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.go-home-btn {
	display: none;
}
.onelogin-modal {
	max-width: 500px;
	background: wheat;
	padding: 30px;
	margin: auto;
	/*position: absolute;*/
	top: 21%;
	left: 37%;
	position: fixed;
}

.onelogin-description {
	margin-top: 20px;
}

.onelogin-action {
	margin-top: 20px;
}

.onelogin-secondary-action {
	margin-top: 20px;
}

.btn-warning,
.btn-warning:hover {
	background: #007bff;
	border-color: #007eff;
}
.login-left .text-quote {
	position: absolute;
	opacity: 0.5;
	width: 40px;
}
.login-left .text-quote.left {
	margin-left: -42px;
	margin-top: -20px;
}
.login-left .text-quote.right {
	margin-left: 4px;
	margin-top: 6px;
}
.thanksText {
	font-size: 18;
	padding: 30;
	font-weight: 600;
	margin-top: 20;
	margin: 10px 0;
	padding: 25px;
}
.is-mobile-show {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.stop-proceed-page {
	background: url('/img/workspace-mobile-modal-2.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	text-align: center;
}
.imgLogoss {
	width: 100px;
}
.logoutBtnn {
	background-color: #007eff;
	width: 70%;
	height: 60px;
	font-family: proxima-nova, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.go-home-btn {
	display: none;
}
@media (max-width: 600px) {
	.login-form-box {
		display: block;
	}
	.login-form-box .login-left {
		display: none;
	}
	.login-form-box .login-right {
		width: 100%;
	}
	.login-action {
		font-size: 12px;
	}
	.login-form {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		height: 100vh;
		margin-top: 5px;
	}
	.login-form-box .login-right {
		padding-left: 0;
		padding-right: 0;
	}
	.login-form-box {
		box-shadow: none;
	}
	.login-actions {
		height: 100px;
	}

	/* new */
	.login-form-row > label {
		color: #7d7d7d;
	}
	.login-form-row > input {
		border-bottom: 1px solid #bfbfbf;
	}
	.login-actions {
		margin-top: 0;
	}
}
.form-check {
	border-radius: 4px;
	cursor: pointer;
}
.form-check-label {
	cursor: pointer;
	padding: 2px 8px;
	padding-left: 1px;
	font-size: 14px;
}
.video-page-toast {
	max-width: 395px;
	margin: auto;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	border-radius: 50px;
	height: 49px;
	padding: 12px 29px;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	display: none;
}
.video-page-toast p {
	font-size: 14px;
	margin: 0;
}
.video-page-toast img {
	width: 18px;
	position: absolute;
	right: 21px;
	top: 15px;
	z-index: 1;
	cursor: pointer;
}
.login-form-top {
	height: 50px;
	color: #333;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	border-top-right-radius: 6px;
	font-family: proxima-nova, sans-serif;
}
.onelogin .login-form-top {
	margin-top: 30px;
}
.login-form-top h4 {
	font-size: 18px;
	font-weight: bold;
}
.login-form-box.onelogin > div {
	text-align: left;
}
.login-form-box.onelogin > div:first-child i {
	color: #aaa;
	margin-right: -20px;
	margin-top: -12px;
}
.login-form-box.onelogin > div:first-child i:hover {
	color: #666;
}
.login-form-box.onelogin > div:nth-child(2) {
	margin-top: 30px;
	padding-left: 0px;
}
.login-form-box.onelogin > div:nth-child(3) {
	color: red;
	font-size: 16px;
	font-weight: 500;
}
.login-form-box.onelogin > div:nth-child(4) {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-form-box.onelogin > div:nth-child(4) > span {
	margin-right: 12px;
	font-size: 14px;
}
.login-form-box {
	display: none;
}
.login-form-box.login.active {
	display: flex;
}
.login-form-box.onelogin {
	width: 600px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 7.8px 8.8px 17px 0 rgba(0, 0, 0, 0.3);
}
.login-form-box.onelogin.active {
	display: block;
	background: white;
}

.left-title,
.left-title h1 {
	text-align: left;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.left-title h1 {
	position: relative;
}
.left-title sup {
	position: absolute;
	top: -5px;
	left: 24px;
}

.left-bottom-container {
	text-align: left;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: flex-start;
	padding: 16px;

	width: 500px;
	height: 340px;

	/* Warning/300 */

	border: 3px solid #fec84b;
	border-radius: 8px;
}
.left-bottom-container > h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.left-bottom-container > p {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.left-bottom-container .gif-container {
	width: 355.56px;
	height: 200px;

	border-radius: 4px;
}
.left-bottom-container .gif-container img,
.left-bottom-container .gif-container video {
	height: 200px;
	border-radius: 4px;
}
.profile-img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	border: 3px solid #fff;
	margin-bottom: 51px !important;
}
.profile-img img {
	width: 100%;
}

@media (max-width: 992px) {
	.login-left {
		display: none;
	}
	.login-right {
		width: 100% !important;
	}
	.login-right-inner {
		padding: 20px;
	}
	.login-form-content {
		margin-top: 67px;
	}
}
.btn-success.login-action-btn {
	line-height: 38px;
	width: 100%;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	margin: auto;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #007bff transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.input-box-container {
	display: flex;
	align-items: center;
	position: relative;
}

.styled-input-default {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	background: #f8f7fa;
	border-radius: 2px;
}

.styled-input-default:hover:enabled {
	background-color: #eff6ff;
}

.styled-input-default:focus:enabled {
	border: 0.5px solid rgba(7, 8, 109, 0.3);
	background-color: #eff6ff;
}

.styled-input-warning,
.styled-input-warning:focus,
.styled-input-warning:hover {
	width: 100%;
	height: 100%;
	background: #fffbeb;
	border: 0.5px solid rgba(146, 64, 2, 0.3);
}

.styled-input-error,
.styled-input-error:focus,
.styled-input-error:hover {
	border: 0.5px solid rgba(185, 28, 28, 0.3);
	background: #fef2f2;
	color: rgba(185, 28, 28, 0.8);
}

.info-btn {
	background-color: rgba(146, 64, 2, 0.8);
	height: 15px;
	width: 15px;
	border-radius: 50%;
	color: white;
	padding: 5px;
	font-size: 10px;
	cursor: pointer;
	padding: 8px;
	left: -30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hide {
	visibility: hidden !important;
}

.info-btn .tooltiptext {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 5px;
	font-size: 12px;
	width: 240px;
	bottom: 200%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}

.info-btn .tooltiptext::after {
	content: '';
	position: absolute;
	transform: rotate(-90deg);
	top: 100%;
	border-width: 6px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}
.info-btn:hover .tooltiptext {
	padding: 5px;
	display: flex;
}

.forgot-link {
	color: #742ae9;
	font-weight: 500;
	font-size: 11px;
}

.forgot-link:hover {
	color: #742ae9;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
}

.separatorLine {
	border: 0.5px solid rgba(217, 217, 217, 0.6);
}

.dark-blue-bg-color {
	background: #47478a !important;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: none;
	outline: none;
}
.dark-blue-bg-color:hover {
	background: #3d3d75 !important;
}

.dark-blue-text-color {
	color: #47478a;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-blue-text-color:hover {
	color: #3d3d75;
}

.grey-text-color {
	color: rgba(57, 57, 57, 0.7);
}

.browser-check {
	width: calc(100% - 460px);
	border-radius: 0px 6px 6px 0px;
	padding-left: 18px;
	padding-right: 18px;
	/* background: rgba(255, 255, 255, 0.78); */
	background-color: #f8f7fa;
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
}
.browser-check-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 550px;
	height: 545px;
}

.browser-check-img {
	height: 52vh;
	width: 62vh;
	position: absolute;
	top: 18%;
}
.browser-check-title {
	font-family: proxima-nova, sans-serif !important;
	font-size: 25px;
	font-weight: bold;
	color: #07086d;
}

.browser-check-msg {
	height: 12vh;
	margin-top: 0;
	border-radius: 0px 0px 6px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 69%;
	width: 60vh;
}
.browser-check-msg1 {
	margin-bottom: 0;
}
.browser-check-msg1,
.browser-check-msg2 {
	font-family: proxima-nova, sans-serif !important;
	font-size: 18px;
	font-weight: 150;
	letter-spacing: 1px;
}

.company-logo {
	position: absolute;
	top: 64px;
	left: 64px;
}
.homepage-link {
	position: absolute;
	top: 125%;
	font-family: proxima-nova, sans-serif !important;
	font-size: 16px;
	font-weight: 150;
	letter-spacing: 1px;
	text-decoration: underline;
	cursor: pointer;
}
.browser-check-icon {
	margin-right: 8px;
	font-size: 15px;
}

@media (max-width: 955px) {
	.browser-check {
		height: 100%;
		width: 100%;
	}
}
@media (max-height: 663px) {
	.browser-check-msg {
		height: auto;
		width: auto;
	}
}

.carousel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.carousel-inner {
	width: 500px;
}

.carousel-indicators {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	position: relative;
	margin: 0;
	padding-top: 8px;
}
.carousel-indicators li {
	width: 20px;
	background-color: #4d19a0;
	border-radius: 8px;
	height: 5px;
}
.carousel-indicators .active {
	background-color: #fec84b;
}

.cc-window {
	background-color: #ffffff !important;
	color: #101828 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	text-align: center !important;
	height: 60px !important;
	box-shadow: 0px 0px 16px -4px rgba(16, 24, 40, 0.24), 0px 0px 6px -2px rgba(16, 24, 40, 0.09) !important;
	border-radius: 8px !important;
	width: 80% !important;
	margin: auto !important;
	display: flex !important;
	align-items: center !important;
}

.cc-message {
	color: #101828 !important;
	/* height: 60px !important; */
	display: flex !important;
	align-items: center !important;
}

.cc-link {
	color: #101828 !important;
	text-decoration: none !important;
	border: 1px solid silver !important;
	font-size: 12px !important;
	border-radius: 4px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	margin-left: 10px !important;
}

.cc-btn {
	font-size: 12px !important;
	background: #8a3ffc !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.cc-btn:last-child {
	max-width: 70px !important;
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 70px !important;
}

::marker {
	font-size: 0;
}

/* New login flow indicator view CSS */
.logOutContentWrapper {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	background-image: url('/img/logOutBackground.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	align-items: center;
	justify-content: center;
}

.closeActionWrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.closeActionText {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: white;
}

.rocketiumLogoWrapper {
	width: 200px;
	height: fit-content;
}

.rocketiumLogoWrapper img {
	width: 100%;
	height: auto;
}

.logOutContentCardWrapper {
	padding: 80px;
	background-color: white;
	width: 600px;
	height: 448px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.5);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.logOutIndicatorImageWrapper {
	width: 324px;
	height: fit-content;
}

.logOutIndicatorImageWrapper img {
	width: 100%;
	height: auto;
}

.logOutActionContentWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

.logOutIndicatorHeadline {
	margin-top: 36px;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0em;
}

.logOutIndicatorDescription {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #667085;
	letter-spacing: 0em;
}

.logOutFromAllDevicesButton {
	margin-top: 20px;
	width: fit-content;
	height: 40px;
	padding: 3px 12px 3px 12px;
	border-radius: 6px;
	background-color: #8a3ffc;
	color: white;
	border: none;
	transition: all ease-in-out;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	letter-spacing: -0.2px;
	cursor: pointer;
}

.logOutFromAllDevicesButton:hover {
	filter: brightness(90%);
}

.logOutFromAllDevicesButton:active {
	filter: brightness(80%);
}

.loader-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.loader {
	animation: loaderAnimation 1s linear infinite;
}

@keyframes loaderAnimation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.hide-loader-wrapper {
	display: none;
}

/* Password toggle button styles */
.password-container {
	position: relative;
}

.password-container > input {
	padding-right: 50px;
}

.password-toggle-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.password-toggle-btn:hover {
	color: #742ae9;
}

.password-toggle-btn svg {
	width: 20px;
	height: 20px;
}

.password-toggle-btn svg.hide-icon {
	display: none;
}

/* Error message styles - display below input */
#password-error-container,
#email-error-container {
	margin-top: 6px;
	display: block;
}

#password-error-container.hide,
#email-error-container.hide {
	display: none;
}

.error-message {
	color: #B91C1C;
	font-size: 13px;
	font-weight: 500;
	display: block;
}

/* ============================================================
   PAGE: /login (login.html, body has class="page-login")
   These rules override the legacy login styles above. They are
   scoped to .page-login so resetpassword.html (the other consumer
   of this file) is not affected. Migrated from inline <style>.
   ============================================================ */

/* ============================================================
   LEGACY OVERRIDE BLOCK (don't move — must come before redesign rules)
   Neutralises properties from the unscoped legacy rules at the top
   of this file that would otherwise leak into the redesigned login.
   Scoped to .page-login so resetpassword.html is unaffected.
   ============================================================ */
html:has(body.page-login) {
	height: auto;
	min-height: 100%;
	overflow-y: auto;
}
body.page-login {
	height: auto;
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	letter-spacing: 0;
	color: #101828;
	-webkit-font-smoothing: antialiased;
}
.page-login *,
.page-login *::before,
.page-login *::after {
	box-sizing: border-box;
}
.page-login .async-hide { opacity: 0 !important; }

/* Neutralise known legacy property leaks. Each line below cancels a
   specific property set by a legacy rule that our redesign doesn't
   redeclare. Keep this block in sync if new legacy rules appear. */
.page-login .login-form,
.page-login .login-form > .row,
.page-login .login-form-box { height: auto; border-radius: 0; }
.page-login .login-form-box .login-left,
.page-login .login-form-box .login-right { border-radius: 0; }
.page-login .login-form-box .login-left > div {
	background-color: transparent !important;
	padding: 0;
	height: auto;
	border-radius: 0;
	text-align: left;
	font-size: inherit;
	font-weight: normal;
}
.page-login .login-form-top {
	height: auto;
	margin-top: 0;
	color: inherit;
	font-weight: normal;
	border-top-right-radius: 0;
	font-family: inherit;
}
.page-login .login-form-content { margin-top: 0; padding-right: 0; }
.page-login .login-form-row {
	margin-top: 0;
	margin-bottom: 0;
}
.page-login .login-form-row > label,
.page-login .password-input-header > label {
	margin-top: 0;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
.page-login .login-form-row > .input-box-container > input {
	padding-left: 0;
	border-radius: 0;
	border: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	height: auto;
	line-height: normal;
	background: transparent;
}
.page-login .login-right-inner {
	padding: 0;
	width: auto;
}
.page-login .login-actions {
	height: auto;
	margin-top: 0;
	border-radius: 0;
}
.page-login .login-actions > div { margin-right: 0; }
.page-login .login-sso-error {
	position: static;
	top: auto;
	width: auto;
}
.page-login .login-sso-text { width: auto; font-family: inherit; }
.page-login .login-with-sso-action-button { width: auto; height: auto; font-family: inherit; }
.page-login .browser-check {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
.page-login .company-logo { position: static; top: auto; left: auto; }

/* Layout — use min-height so the panels grow with content (e.g. at >100% zoom or
   when the form gains extra fields like MFA) instead of clipping at exactly 100vh. */
.page-login .login-form { display: flex; width: 100%; min-height: 100vh; margin: 0 !important; padding: 0 !important; }
.page-login .login-form > .row { display: flex; width: 100%; min-height: 100vh; margin: 0 !important; padding: 0 !important; --bs-gutter-x: 0; --bs-gutter-y: 0; }
.page-login .login-form-box { display: none; width: 100%; min-height: 100vh; margin: 0 !important; padding: 0 !important; }
.page-login .login-form-box.login.active { display: flex; align-items: stretch; }

/* Left panel — Figma gradient */
.page-login .login-form-box .login-left {
	width: 50%; min-height: 100vh; padding: 4rem 4rem 0; position: relative; overflow: hidden;
	display: flex; flex-direction: column; align-items: center;
	background-color: #3d2845;
	background-image:
		radial-gradient(ellipse 50% 30% at 95% 75%, #C38FFF 0%, rgba(195,143,255,0) 100%),
		radial-gradient(ellipse 30% 18% at 45% 95%, #FE7299 0%, rgba(254,114,153,0) 100%),
		radial-gradient(ellipse 50% 35% at 5% 85%, #FFB58A 0%, rgba(255,181,138,0) 100%),
		radial-gradient(ellipse 50% 35% at 80% 60%, #6E33CC 0%, rgba(110,51,204,0) 100%),
		radial-gradient(ellipse 30% 22% at 0% 60%, #E06C52 0%, rgba(224,108,82,0) 100%),
		radial-gradient(ellipse 65% 40% at 50% 55%, #95507D 0%, rgba(149,80,125,0) 100%),
		radial-gradient(ellipse 40% 25% at 75% 28%, #722741 0%, rgba(114,39,65,0) 100%),
		radial-gradient(ellipse 60% 18% at 55% 8%, #2F3E6A 0%, rgba(47,62,106,0) 100%),
		radial-gradient(ellipse 90% 35% at 20% 0%, #100F15 0%, rgba(16,15,21,0) 100%),
		radial-gradient(ellipse 80% 30% at 0% 0%, #100F15 0%, rgba(16,15,21,0) 100%);
}
.page-login .fly-svg-container,
.page-login .login-left > img.company-logo,
.page-login #carouselExampleControls,
.page-login .left-bottom-container,
.page-login .carousel,
.page-login .carousel-inner,
.page-login .carousel-indicators { display: none !important; }
.page-login .login-form-box .login-left > div:not(.ai-studio-pill):not(.fly-svg-container) {
	background: transparent !important; width: 100%; max-width: 35rem; flex: 1;
	display: flex; flex-direction: column; align-items: center; padding: 0; margin: 0;
	color: #fff; text-align: center;
}

/* AI Studio pill */
.page-login .ai-studio-pill {
	display: inline-flex; align-items: center; gap: 0.5rem;
	background: rgba(255,255,255,.92); backdrop-filter: blur(0.75rem);
	border-radius: 999rem; padding: 0.3125rem 1.125rem 0.3125rem 0.3125rem; margin-bottom: 2rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,.08); text-decoration: none; line-height: 1; white-space: nowrap;
	transition: transform .2s, box-shadow .2s;
}
.page-login .ai-studio-pill:hover { transform: translateY(-0.0625rem); box-shadow: 0 0.375rem 1rem rgba(0,0,0,.12); text-decoration: none; }
.page-login .ai-studio-pill .ai-badge {
	background: linear-gradient(135deg, #FF8A45 0%, #FF5A1F 100%); color: #fff;
	font-size: 0.875rem; font-weight: 600; border-radius: 999rem; padding: 0.375rem 0.875rem; line-height: 1;
}
.page-login .ai-studio-pill .ai-studio-text { color: #101828; font-size: 0.875rem; font-weight: 500; line-height: 1; }

/* Hero heading */
.page-login .left-title { margin: 0 0 1.5rem; width: 100%; text-align: center; }
.page-login .left-title h1 { font-weight: 400; font-size: 3.4375rem; line-height: 1.08; letter-spacing: -.01em; color: #fff; margin: 0; text-align: center; }
.page-login .left-title h1 .italic-serif { font-family: 'Crimson Pro', Georgia, serif; font-style: italic; font-size: 3.75rem; line-height: 1; }
.page-login .left-title sup { display: none; }

.page-login .left-description { font-size: 1rem; line-height: 1.55; color: rgba(255,255,255,.95); max-width: 28.75rem; margin: 0 auto 2rem; }

.page-login .learn-more-btn {
	display: inline-flex; align-items: center; justify-content: center;
	background: linear-gradient(180deg, #FF6B35 0%, #FF5722 100%); color: #fff;
	font-weight: 600; font-size: 1rem; padding: 1rem 2.75rem; border-radius: 999rem;
	border: none; text-decoration: none; line-height: 1; margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
	box-shadow: 0 0.375rem 1.25rem rgba(255,87,34,.32); transition: transform .2s, box-shadow .2s;
}
.page-login .learn-more-btn:hover { transform: translateY(-0.0625rem); box-shadow: 0 0.5rem 1.5rem rgba(255,87,34,.42); color: #fff; text-decoration: none; }

/* App preview */
.page-login .app-preview-container {
	width: 100%; max-width: 40rem; margin: 0 auto;
	padding-bottom: clamp(5rem, 6vh, 7rem);
	display: flex; justify-content: center; align-items: center; flex: 1; min-height: 0;
}
.page-login .app-preview-container img {
	width: 100%; max-width: 30rem; max-height: 20rem; height: auto;
	object-fit: contain; object-position: bottom center;
	border-radius: 0.75rem; box-shadow: 0 1.5rem 3.75rem rgba(0,0,0,.28);
}

/* Right panel */
.page-login .login-form-box .login-right {
	width: 50%; min-height: 100vh; background: #fff;
	padding: clamp(1.5rem, 5vh, 4rem) clamp(1.25rem, 4vw, 4rem) clamp(1rem, 3vh, 2rem);
	display: none; flex-direction: column; position: relative;
	justify-content: flex-start; align-items: stretch; border-radius: 0;
}
.page-login .rocketium-logo-top {
	display: block; height: 2rem; width: auto; align-self: flex-start;
	margin-top: 1rem;
	margin-bottom: 1.875rem;
}

.page-login .login-right-inner {
	position: relative; width: 100%; max-width: 30rem; margin: 0.7rem auto; padding: 0; flex: 1;
	display: flex; flex-direction: column; justify-content: center;
}
.page-login .login-sso-error { color: #DC2626; font-size: 0.8125rem; margin-bottom: 0.5rem; }
.page-login .login-sso-error:empty { display: none; }

.page-login .login-form-top { margin-bottom: 0.625rem; margin-top: 0; padding: 0; border: none; height: auto; }
.page-login .login-form-top > p {
	font-family: 'Instrument', serif; font-style: italic; font-weight: 500;
	font-size: 2.75rem; line-height: 1.05; letter-spacing: -.01em; color: #101828; margin: 0;
}
.page-login .login-sso-text { font-size: 0.9375rem; color: #667085; margin-bottom: 2rem; display: block; }
.page-login .login-sso-text > .separator { display: none; }
.page-login .login-sso-text .text-heading { color: #667085; font-size: 0.9375rem; font-weight: 400; }

/* Form fields */
.page-login .login-form-content { width: 100%; margin-top: 0; padding-right: 0; }
.page-login .login-form-row { margin: 0 0 1.25rem; text-align: left; width: 100%; }
.page-login .login-form-row > label,
.page-login .password-input-header > label {
	margin: 0 0 0.375rem; font-size: 0.875rem; font-weight: 600; line-height: 1.25rem; color: #101828; display: block;
}
.page-login .password-input-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.375rem; }
.page-login .password-input-header > label { margin-bottom: 0; }

.page-login .input-box-container { display: flex; align-items: center; position: relative; width: 100%; }
.page-login .styled-input-default,
.page-login .login-form-row > .input-box-container > input,
.page-login .input-box-container input.styled-input-default {
	width: 100%; height: 3.25rem; line-height: 3.25rem; padding: 0 1rem; font-size: 0.9375rem; font-weight: 400;
	border: 0.0625rem solid #E4E7EC; border-radius: 0.625rem; background: #fff; color: #101828; outline: none;
	box-shadow: 0 0.0625rem 0.125rem rgba(16,24,40,.04); transition: border-color .2s, box-shadow .2s;
}
.page-login .styled-input-default::placeholder { color: #98A2B3; }
.page-login .styled-input-default:hover:enabled { border-color: #D0D5DD; }
.page-login .styled-input-default:focus,
.page-login .styled-input-default:focus:enabled,
.page-login .form-control:focus { border-color: #6E33CC; box-shadow: 0 0 0 0.1875rem rgba(110,51,204,.12); }
.page-login .styled-input-error,
.page-login .styled-input-error:focus,
.page-login .styled-input-error:hover {
	border-color: #DC2626 !important; background: #FEF2F2 !important; color: #101828 !important;
}

.page-login .forgot-link { color: #6E33CC; font-size: 0.875rem; font-weight: 500; text-decoration: none; }
.page-login .forgot-link:hover { color: #5825a8; text-decoration: none; }

/* Password toggle */
.page-login .password-container { position: relative; }
.page-login .password-container > input { padding-right: 3rem; }
.page-login .password-toggle-btn {
	position: absolute; right: 0.625rem; top: 50%; transform: translateY(-50%);
	background: none; border: none; padding: 0.375rem; cursor: pointer; color: #98A2B3;
	display: flex; align-items: center; transition: color .2s;
}
.page-login .password-toggle-btn:hover { color: #6E33CC; }
.page-login .password-toggle-btn svg { width: 1.25rem; height: 1.25rem; }
.page-login .password-toggle-btn svg.hide-icon { display: none; }

/* Errors */
.page-login #password-error-container,
.page-login #email-error-container { margin-top: 0.375rem; display: block; }
.page-login #password-error-container.hide,
.page-login #email-error-container.hide { display: none; }
.page-login .error-message { color: #DC2626; font-size: 0.8125rem; font-weight: 500; display: block; }

/* Actions */
.page-login .login-actions { display: flex; flex-direction: column; width: 100%; margin-top: 0.5rem; height: auto; justify-content: flex-start; align-items: stretch; border-radius: 0; }
.page-login .login-actions > div { width: 100%; margin-right: 0 !important; }
.page-login .login-action-button { width: 100%; margin-bottom: 1.5rem; }
.page-login .login-action-button > button,
.page-login .login-action-button .btn-loader {
	width: 100%; height: 3.25rem; border: none; border-radius: 0.625rem;
	background: #635BFF; color: #fff; font-weight: 600; font-size: 0.9375rem;
	display: flex; align-items: center; justify-content: center; gap: 0.5rem; cursor: pointer;
	box-shadow: 0 0.0625rem 0.125rem rgba(110,51,204,.18); transition: background .2s, transform .2s, box-shadow .2s;
}
.page-login .login-action-button > button:hover,
.page-login .login-action-button .btn-loader:hover {
	background: #4d44f5; transform: translateY(-0.0625rem); box-shadow: 0 0.25rem 0.75rem rgba(110,51,204,.28);
}
.page-login .login-action-button > button::after { content: '→'; font-size: 1rem; margin-left: 0.25rem; }
.page-login .login-action-button > .btn-loader::after,
.page-login .login-action-button > .btn-danger::after,
.page-login .login-action-button > .btn-success::after { content: none !important; }
.page-login .login-action-btn { font-size: 0.9375rem; font-weight: 600; height: 3.25rem; }

/* Divider */
.page-login .or-divider { display: flex; align-items: center; gap: 1rem; width: 100%; margin-bottom: 1.5rem; }
.page-login .or-divider::before,
.page-login .or-divider::after { content: ''; flex: 1; height: 0.0625rem; background: #E4E7EC; }
.page-login .or-divider span { color: #98A2B3; font-size: 0.875rem; line-height: 1; }

/* SSO */
.page-login #universal-single-sign-on-button,
.page-login .login-with-sso-action-button > button {
	width: 100% !important; height: 3.25rem !important;
	background: #fff !important; color: #101828 !important;
	border: 0.0625rem solid #E4E7EC !important; border-radius: 0.625rem !important;
	font-family: inherit !important; font-weight: 600 !important; font-size: 0.9375rem !important;
	display: flex !important; align-items: center !important; justify-content: center !important;
	gap: 0.625rem !important; padding: 0 1rem !important; cursor: pointer;
	box-shadow: 0 0.0625rem 0.125rem rgba(16,24,40,.04); transition: background .2s, border-color .2s;
}
.page-login #universal-single-sign-on-button:hover,
.page-login .login-with-sso-action-button > button:hover { background: #F9FAFB !important; border-color: #D0D5DD !important; }
.page-login #universal-single-sign-on-button::before {
	content: ''; display: inline-block; width: 1.125rem; height: 1.125rem; flex-shrink: 0;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23101828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/><path d='m9 12 2 2 4-4'/></svg>") no-repeat center / contain;
}
.page-login .login-with-sso-action-button { width: 100% !important; font-weight: 600; font-size: 0.9375rem; }
.page-login .login-sso-action-btn { height: 3.25rem; width: 100%; }

/* Signup + legal footers */
.page-login .signup-footer { margin-top: 2.5rem; text-align: center; font-size: 0.875rem; color: #667085; }
.page-login .signup-footer a { color: #6E33CC; font-weight: 500; text-decoration: none; margin-left: 0.25rem; }
.page-login .signup-footer a:hover { color: #5825a8; }

.page-login .legal-footer {
	width: 100%; max-width: 30rem;
	margin: clamp(2rem, 5vh, 4rem) auto 0;
	padding-top: 1rem;
	display: flex; justify-content: space-between; align-items: center;
	gap: 1rem; flex-wrap: wrap;
	font-size: 0.8rem; color: #667085;
}
.page-login .legal-footer-links { display: flex; gap: 2rem; }
.page-login .legal-footer-links a { color: #667085; text-decoration: none; }
.page-login .legal-footer-links a:hover { color: #6E33CC; }

/* OTP */
.page-login #otp-input-container { display: none; }
.page-login #otp-input-box { width: 100%; height: 3.25rem; border: 0.0625rem solid #E4E7EC; border-radius: 0.625rem; padding: 0 1rem; font-size: 0.9375rem; background: #fff; }
.page-login #resend-otp { color: #6E33CC; cursor: pointer; }
.page-login #resend-otp:hover { text-decoration: underline; }
.page-login #otp-time { color: #98A2B3; font-size: 0.8125rem; margin-top: 0.375rem; }

/* Loaders */
.page-login .login-form-validateSession { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: none; align-items: center; justify-content: center; flex-direction: column; z-index: 100; }
.page-login .validateSession-primary { color: #fff !important; }
.page-login .validateSession-loader,
.page-login .btn-loader { display: flex; align-items: center; justify-content: center; min-height: 2.25rem; }
.page-login .validateSession-loader { max-width: 4.375rem; }
.page-login .validateSession-loader > div,
.page-login .btn-loader > div {
	width: 0.875rem; height: 0.875rem; border-radius: 50%; display: inline-block;
	animation: loader-bounce 1.4s infinite ease-in-out both;
}
.page-login .validateSession-loader > div { background: #6E33CC; }
.page-login .btn-loader > div { background: #fff; }
.page-login .validateSession-loader > div:first-child,
.page-login .btn-loader > div:first-child { animation-delay: -.32s; }
.page-login .validateSession-loader > div:nth-child(2),
.page-login .btn-loader > div:nth-child(2) { animation-delay: -.16s; }

.page-login .lds-ring { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(255,255,255,.95); overflow: hidden; z-index: 9999; }
.page-login .lds-ring div {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	box-sizing: border-box; width: 5rem; height: 5rem;
	border: 0.375rem solid transparent; border-top-color: #6E33CC; border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
}
.page-login .lds-ring div:nth-child(1) { animation-delay: -.45s; }
.page-login .lds-ring div:nth-child(2) { animation-delay: -.3s; }
.page-login .lds-ring div:nth-child(3) { animation-delay: -.15s; }
/* Override the legacy lds-ring keyframe so the new redesign wins */
@keyframes lds-ring { to { transform: rotate(360deg); } }

/* Browser check */
.page-login .browser-check { width: 50%; height: 100vh; padding: 3rem 4rem; background: #F9FAFB; display: none; align-items: center; justify-content: center; position: relative; }
.page-login .browser-check-inner { display: flex; flex-direction: column; align-items: center; max-width: 31.25rem; width: 100%; }
.page-login .browser-check-img { max-height: 50vh; max-width: 100%; margin-bottom: 1.5rem; }
.page-login .browser-check-title { font-size: 1.5rem; font-weight: 600; color: #101828; margin-bottom: 0.75rem; }
.page-login .browser-check-msg { display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-login .browser-check-msg1,
.page-login .browser-check-msg2 { font-size: 0.9375rem; color: #667085; margin: 0.25rem 0; }
.page-login .homepage-link { margin-top: 1.25rem; font-size: 0.875rem; font-weight: 500; color: #6E33CC; cursor: pointer; display: inline-flex; align-items: center; }
.page-login .browser-check-icon { margin-right: 0.5rem; }

/* Logged-in modal */
.page-login .logOutContentWrapper { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 50%, #4a2864 100%); }
.page-login .closeActionWrapper { position: absolute; top: 1.5rem; left: 1.5rem; cursor: pointer; display: flex; align-items: center; gap: 0.5rem; }
.page-login .closeActionText { font-size: 0.875rem; font-weight: 500; color: #fff; }
.page-login .rocketiumLogoWrapper { width: 11.25rem; }
.page-login .rocketiumLogoWrapper img { width: 100%; height: auto; }
.page-login .logOutContentCardWrapper { padding: 4rem 5rem; background: #fff; width: 37.5rem; max-width: 90vw; border-radius: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; animation: fadeInScale .4s ease-in-out forwards; }
@keyframes fadeInScale { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }
.page-login .logOutIndicatorImageWrapper { width: 17.5rem; }
.page-login .logOutIndicatorImageWrapper img { width: 100%; height: auto; }
.page-login .logOutActionContentWrapper { display: flex; flex-direction: column; align-items: center; }
.page-login .logOutIndicatorHeadline { margin-top: 1.5rem; font-size: 1.375rem; font-weight: 600; color: #101828; text-align: center; }
.page-login .logOutIndicatorDescription { font-size: 0.875rem; line-height: 1.25rem; color: #667085; text-align: center; margin-top: 0.5rem; }
.page-login .logOutFromAllDevicesButton { margin-top: 1.25rem; height: 2.75rem; padding: 0 1.25rem; border: none; border-radius: 0.625rem; background: #6E33CC; color: #fff; font-weight: 600; font-size: 0.875rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; cursor: pointer; transition: background .2s; }
.page-login .logOutFromAllDevicesButton:hover { background: #5825a8; }
.page-login .loader-wrapper { display: flex; align-items: center; justify-content: center; }
.page-login .loader { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.page-login .hide-loader-wrapper { display: none; }

/* Mobile */
.page-login .is-mobile-show { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0.625rem; background: rgba(0,0,0,.7); display: none; z-index: 1001; }
.page-login .stop-proceed-page { width: 100%; height: 100%; padding-top: 30%; text-align: center; background: url('/img/workspace-mobile-modal-2.jpg') no-repeat center / cover; }
.page-login .imgLogoss { width: 6.25rem; }
.page-login .thanksText { font-weight: 600; margin: 0.625rem 0; padding: 1.5625rem; font-size: 1rem; }
.page-login .logoutBtnn { display: block; width: 70%; height: 3.5rem; margin: 0.5rem auto; background: #6E33CC; color: #fff; border: none; border-radius: 0.625rem; font-weight: 600; font-size: 1rem; }
.page-login .go-home-btn { display: none; }

/* Legacy onelogin */
.page-login .login-form-box.onelogin { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 37.5rem; height: 18.75rem; padding: 1.875rem; border-radius: 1rem; box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.12); }
.page-login .login-form-box.onelogin.active { display: block; background: #fff; }
.page-login .onelogin-modal { position: fixed; top: 21%; left: 37%; max-width: 31.25rem; padding: 1.875rem; margin: auto; background: #fff; border-radius: 1rem; box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.12); }

/* Cookie consent */
.page-login .cc-window { background: #fff !important; color: #101828 !important; font-size: 0.8125rem !important; border-radius: 0.75rem !important; max-width: 90% !important; margin: auto !important; box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.12) !important; }
.page-login .cc-message { color: #101828 !important; }
.page-login .cc-link { color: #6E33CC !important; text-decoration: none !important; font-size: 0.8125rem !important; }
.page-login .cc-btn { background: #6E33CC !important; color: #fff !important; font-size: 0.8125rem !important; border-radius: 0.5rem !important; padding: 0.5rem 1rem !important; }

/* ============================================================
   Responsive breakpoints
   - 73.75em (~1180px): narrower desktop — slightly smaller hero
   - 62em    (~992px):  tablet landscape — hide left panel, right takes 100%
   - 48em    (~768px):  tablet portrait — tighter padding, smaller hero
   - 37.5em  (~600px):  large mobile — single column, smaller text
   - 30em    (~480px):  small mobile — minimal padding, body text scales
   Widths use em (not px) so they respect user zoom + accessibility.
   ============================================================ */
@media (max-width: 73.75em) {
	.page-login .left-title h1 { font-size: 3rem; }
	.page-login .left-title h1 .italic-serif { font-size: 3.25rem; }
}
@media (max-width: 62em) {
	.page-login .login-form-box .login-left { display: none !important; }
	.page-login .login-form-box .login-right { width: 100% !important; }
	.page-login .legal-footer { flex-direction: column; gap: 0.75rem; text-align: center; }
	.page-login .legal-footer-links { gap: 1.5rem; }
}
@media (max-width: 48em) {
	.page-login .login-form-box .login-right {
		padding: clamp(1rem, 4vh, 2rem) clamp(1rem, 5vw, 2rem) clamp(1rem, 3vh, 1.5rem);
	}
	.page-login .rocketium-logo-top { margin-top: clamp(0.5rem, 2vh, 1.5rem); margin-bottom: 1.5rem; }
	.page-login .login-form-top > p { font-size: 2.25rem; }
}
@media (max-width: 37.5em) {
	.page-login .login-form-box,
	.page-login .login-form-box.login.active { display: block; }
	.page-login .login-form-box .login-right { width: 100%; min-height: 100vh; }
	.page-login .login-form-top > p { font-size: 1.75rem; }
	.page-login .login-action-button > button,
	.page-login .login-action-button .btn-loader,
	.page-login #universal-single-sign-on-button,
	.page-login .login-with-sso-action-button > button,
	.page-login .styled-input-default,
	.page-login #otp-input-box { height: 3rem; }
	.page-login .login-form-row { margin-bottom: 1rem; }
}
@media (max-width: 30em) {
	.page-login .login-form-box .login-right {
		padding: clamp(0.75rem, 3vh, 1.5rem) clamp(0.75rem, 4vw, 1.25rem) 1rem;
	}
	.page-login .login-form-top > p { font-size: 1.5rem; }
	.page-login .login-sso-text { font-size: 0.875rem; margin-bottom: 1.25rem; }
	.page-login .legal-footer { font-size: 0.625rem; }
}
