<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
}
/** Special IE6 Style Positioning **/
div.ie6 {
	position: absolute;
}

/** Normal Style Positions **/
div.jGrowl {
	position: absolute;
}

body&gt;div.jGrowl {
	position: fixed;
}

div.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

div.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

div.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

div.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

div.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	background-color: rgb(255, 13, 0);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 280px;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #000;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: bold;
	font-size: .85em;
	text-shadow: 1px 1px #000;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: none;
	}
}
.spinner {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   padding: 1.1px;
   background: conic-gradient(#0000 10%,#e9dcd5) content-box;
   -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
        radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 9px));
   -webkit-mask-composite: destination-in;
   mask-composite: intersect;
   animation: spinner-d55elj 1s infinite steps(10);
}

@keyframes spinner-d55elj {
   to {
      transform: rotate(1turn);
   }
}

.email-box{
	display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 20;
}

@media only screen and (min-width: 768px) {
	.email-box {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
}

.email-box .input,
.email-box .pass {
	height: 56px;
	border-radius: 16px;
	padding: 14px 20px;
	background: #F1F1F1;
	border: 1px solid #B8B8B8;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.email-box .input input,
.email-box .pass input {
	font-size: 16px;
	font-weight: 600;
	color: #3E3E3E;
	font-family: outfit;
	background: none;
	border: none;
	outline: none;
	width: 100%;
}


.d-flex{
	display: flex !important;
}

.footer_container{
	margin-top: 18px !important;
}
.email-box label{
	font-size: 16px;
	font-weight: 600;
	color: #3E3E3E;
	font-family: outfit;
}</pre></body></html>