<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, h1, h2, h3, h4, h5, h6, ul, p, form, dd, dl, dt, label {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

li, ol {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  background: #FFF;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #39C;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

input, select, textarea {
  font: 12px Arial, Helvetica, sans-serif;
}

span.dn {
  display: none;
}

/*FIXES UTILES*/
.dupfix {
  float: left;
  width: 1px;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

ul, ol {
  position: relative;
}

/*CLEARFIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
}

/***GENERAL***/
.login {
  width: 728px;
  margin: 0 auto;
  font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.login a {
  text-decoration: underline;
  color: #39C;
}

.login a:hover {
  text-decoration: none;
}

.login a.question {
  display: inline-block;
  background: url(../images/questionmark_bubble_popper_blue_bigger.gif);
  width: 12px;
  height: 12px;
  position: relative;
}

a.question .tooltip {
  display: none;
}

.login a.question:hover {
  background: url(../images/questionmark_bubble_popper_white_bigger.gif);
}

a.question:hover .tooltip {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

a.question:hover .tooltipIn1 {
  display: block;
  postion: relative;
}

a.question:hover .tooltipIn2 {
  display: block;
  padding: 9px 12px;
  background: #f4f7fc;
  color: #666;
  font: 11px Trebuchet MS;
  text-align: left;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1000;
  width: 276px;
  border: 1px solid #acc0e2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.login .contCols {
  padding: 04px 0 0;
}

.login .contCols .leftCol {
  float: left;
}

.login .contCols .loginBox {
  background: url(../images/login_bg_image.gif);
  height: 290px;
  width: 382px;
  padding: 142px 0 0 30px;
}

.login .contCols .loginBox label {
  font-weight: bold;
  color: #666;
}

.login .contCols .loginBox .userInfo {
  padding: 0 0 6px;
}

.login .contCols .loginBox .userInfo input {
  border: 3px solid #bababa;
  font-size: 22px;
  height: 25px;
  margin-bottom: 5px;
  padding-left: 3px;
  width: 242px;
}

.login .contCols .loginBox .optionsLogIn {
  margin-left: -4px;
}

.login .contCols .loginBox .button-login {
  display: block;
  background: url(../images/log_in_button.gif);
  width: 92px;
  height: 42px;
  float: left;
  border: none;
}

.login .contCols .loginBox .button-login:hover {
  background: url(../images/log_in_button_yellow.gif);
}

.login .contCols .loginBox .checkBoxes {
  float: left;
  padding-left: 4px;
}

.login .contCols .loginBox .forgotpw {
  padding: 10px 0 0;
}

.login .contCols .loginBox .forgotpw a {
  font-weight: bold;
  font-size: 11px;
}

.login .contCols .products {
  color: #666;
  padding: 15px 0 0;
  width: 412px;
}

.login .contCols .products .pleft {
  float: left;
}

.login .contCols .products .pright {
  float: right
}

.login .contCols .products .product {
  background: #e8f3f7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 175px;
  padding: 10px 10px 0 15px;
}

.login .contCols .products .title {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.login .contCols .products .subtitle {
  font-size: 11px;
  font-weight: bold;
}

.login .contCols .products ul {
  padding: 5px 0 12px;
}

.login .contCols .products li {
  background: url(../images/bullet_cross_sell.gif) 1px 3px no-repeat;
  padding: 0 0 0 14px;
  font-size: 11px;
}

.login .contCols .products a.btns {
  display: block;
  height: 39px;
  margin: 12px 0 10px;
  margin-left: -3px;
}

.login .contCols .products a.build_your_site {
  background: url(../images/build_your_site_button.gif) no-repeat;
  width: 141px;
}

.login .contCols .products a.host_your_site {
  background: url(../images/host_your_site_button.gif) no-repeat;
  width: 135px;
}

.login .contCols .rightCol {
  float: right;
  width: 300px;
  padding: 15px 0 0;
}

.login .contCols .rightCol h4 a {
  display: block;
  background: url(../images/top_ad_module_cpanel_long.gif);
  height: 37px;
}

.login .contCols .rightCol .sideAd a {
  width: 280px;
  font-weight: bold;
  line-height: 31px;
  display: block;
  background: url(../images/ad_module_backgrounds.gif);
  height: 31px;
  color: #999;
  padding: 0 10px;
  margin: 0;
}

.login .bottom {
  border-top: dashed 1px #EBEBEB;
  padding-top: 19px;
  margin-top: 15px;
  width: 728px;
}

.login .footer {
  border-top: 1px solid #ebebeb;
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-top: 15px;
  padding-top: 19px;
  text-align: center;
  width: 728px;
  padding-left: 0px !important;
  margin-left: 0px !important;
    padding-right: 0px !important;
  margin-right: 0px !important;
}

.login .footer p {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 0;
  color: #666;
}

.login .statusMsg {
  font-size: 14px;
  font-weight: bold;
  color: #F00;
}

div#error {
  border: 1px solid #ffab26;
  background: #fffe94;
  color: #555;
  padding: 5px 7px;
  font: 11px Verdana;
  width: 400px;
}

.login .contCols .loginBox label.passuser-class {
  margin: 10px 0 0 0;
  clear: both;
  display: block;
}

@media only screen and (max-width: 500px) {

  .login .contCols .products {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .login .contCols .products .product {
    clear: both;
    margin: 15px auto;
    float: none;
    width: 85%;
    display: block;
  }
}

		.logo {
			width: 183px !important;
		}

		@media screen and (max-width: 500px) {
		
			.title
			{
				font-size: 25px !important;
			}
		
			.logo {
				margin: 0 !important;
			}
			
			.subtitle
			{
				font-size: 20px !important;
				margin-top: 0 !important;
			}
			
			.MsoNormal
			{
				max-width: 300px !important;
			}
		
			.login
			{
				padding: 10px !important;
				margin-top: 0 !important;
				margin-left: auto !important;
				margin-right: auto !important;
				width: 300px;
			}
				
			
			.input1, .input2
			{
				width: 300px !important;
			}
			
			.box2
			{
				with: 300px !important;
				margin-top: 5px !important;
			}
			
			.box2_2
			{
				width: 300px !important;
			}

			.title
			{
				font-size: 35px !important;
			}
			
			.box3_2
			{
				width: 300px !important;
				line-height: 20px !important;
			}
			
			.box4
			{
				width: 300px !important;
				height: 855px  !important;
			}
			
			.block_right {
				margin-top: 5px  !important;
				float: left !important;
			}
			
			.footer
			{
				max-width: 300px  !important;
				width: 300px  !important;
				margin: 0 !important;
				padding-left: 19px;
			}
			
			.description1, .description2
			{
				font-size: 12px !important;
			}
			
			.label2
			{
				margin-top: 2px !important;
			}
			
			.box1
			{
				margin-top: 0 !important;
			}
			
			 .box3
			 {
				font-size: 20px !important;
				margin-top: 60px !important;
			 }
			 
			.login .statusMsg
			{
				text-align: left !important;
			}
			
			#login-box
			{
				width: 320px;
			}
		}
		
		@media screen and (min-width: 501px) and (max-width: 660px) {
			.MsoNormal
			{
				max-width: 480px !important;
			}
		
			.box3_2
			{
				width: 482px !important;
				line-height: 20px !important;
			}
			
			.footer
			{
				width: 500px !important;
				margin-left: 0px  !important;
			}
			
			.box4
			{
				width: 480px !important;
			}
			
			.table_header, .table_body
			{
				width: 235px !important;
			}
			
			.table_row.one_row, .table_row.two_rows
			{
				margin-left: 15px !important;
			}
			
			.legend
			{
				width: 175px  !important;
				padding-right: 53px !important;
			}
			
			.table_button2, .table_button1
			{
				margin-left: 70px !important;
			}
			
			.login
			{
				margin-left: auto;
				margin-right: auto;
				width: 500px;			
			}
		}
		
		@media screen and (min-width: 660px) {
			.MsoNormal
			{
				max-width: 630px !important;
			}

			.footer
			{
				margin: 20px;
				width: 632px !important;
			}

			.login
			{
				width: 620px;
			}
		}
		
		.login
		{
			margin-top: 26px;
			font-family: Open Sans;
			font-size: 14px;
		}
		
			.login a
			{
				color: #E85B01;
			}
		
		.title
		{
			width: 293px;
			height: 48px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: 300;
			font-size: 40px;
			line-height: 48px;
			display: flex;
			align-items: center;
			letter-spacing: -0.506496px;
			color:  #4438B6;
		}
		.subtitle
		{
			width: 281px;
			height: 36px;
			margin-top: 18px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 26px;
			line-height: 36px;
			display: flex;
			align-items: center;
			letter-spacing: -0.8px;
			color: #000000;
		}
		
		.box1
		{
			margin-top: 3px;
		}
		
		
		.label1
		{
			width: 200px;
			height: 24px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			color: rgba(0, 0, 0, 0.87);
			border-radius: 4px;
		}
		.input1
		{
			height: 24px;
			color: rgba(0, 0, 0, 0.87);
			border-radius: 4px;
			width: 474px;
		}
		
		.label2
		{
			height: 24px;
			margin-top: 10px;
			width: 200px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			color: rgba(0, 0, 0, 0.87);
			border-radius: 4px;		
		}
		
		.input2
		{
			height: 24px;
			color: rgba(0, 0, 0, 0.87);
			border-radius: 4px;
			width: 474px;
		}
		
		.description1
		{
			width: 333px;
			height: 24px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			color: #E85B01;

		}
		
		.description2
		{
			width: 333px;
			height: 24px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			color: #E85B01;
		}
		
		.link1
		{
			height: 24px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			color: rgba(0, 0, 0, 0.87);

		}
		
		.box2
		{
			margin-top: 20px;
			width: 474px;
		}
		
		.link2
		{
			height: 24px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 24px;
			display: flex;
			align-items: center;
			letter-spacing: -0.4px;
			text-decoration-line: underline;
			color: #E85B01;
		}
		
		.box2_1
		{
			display: inline-block;
			width: 237px;
			text-align: left;
			float: left;
			position: absolute;
			z-index: 100;
		}
		
		.box2_2
		{
			display: inline-block;
			width: 480px;
			text-align: right;
			float: right;
			margin-top: 5px; 
			position: absolute;
		}
		.button1
		{
			height: 40px;
			padding: 10px;
			border: 0px;
			cursor: pointer;
			font-family: Open Sans;
			font-style: normal;
			font-weight: bold;
			font-size: 13.5px;
			line-height: 16px;
			align-items: center;
			text-align: center;
			letter-spacing: 0.2px;
			text-transform: capitalize;
			color: #FFFFFF !important;
			border-radius: 4px;
			background: #7C39B3;
			border-radius: 4px;
			text-decoration: none !important;	
		}
		
		.box3
		{
			width: 1070px;
			height: 92px;
			font-family: Open Sans;
			font-style: normal;
			font-weight: normal;
			font-size: 26px;
			line-height: 36px;
			letter-spacing: -0.8px;
			color: #000000;
			margin-top: 90px;
		}
		
		.box3_2
		{
			font-size: 14px;
		}
		
		.table_header
		{
			height: 40px;
			width: 304px;
			background: #E85B01;
			font-family: Open Sans;
			font-style: normal;
			font-weight: bold;
			font-size: 13.5px;
			line-height: 40px;
			align-items: center;
			text-align: center;
			letter-spacing: 0.2px;
			text-transform: uppercase;
			color: #FFFFFF;
		}
		
		.box4
		{
			width: 632px;
			height: 440px;
		}
		
		.table_body
		{
			width: 304px;
			height: 325px;
			background: #FFFFFF;
			mix-blend-mode: normal;
			box-shadow: 0px 20px 25px rgba(124, 57, 179, 0.58);
			padding-top: 46px;
		}
		
		.check_sign
		{
			display: inline-block;
			float: left;
		}
		
			.check_sign.two_rows
			{
				padding-top: 10px;
			}
			
			.check_sign.one_row
			{
				margin-top: 2px;
			} 
		
		.table_row.two_rows
		{
			margin-left: 30px;
			width: 259px;
			margin-right: 6px;
			height: 68px;
		}
		
		.table_row.one_row
		{
			margin-left: 30px;
			width: 259px;
			margin-right: 6px;
			height: 48px;
		}
		
		.legend
		{
			width: 225px;
			height: 17px;
			font-family: Open Sans;
			font-style: normal;
			font-size: 14px;
			line-height: 20px;
			display: inline-block;
			align-items: center;
			color: #000000;
			float: right;
		}
		
		.table_button1
		{
			margin-top: 61px;
			margin-left: 104px;
		}
		
		.table_button2
		{
			margin-top: 32px;
			margin-left: 104px;
		}
		
		.block_left
		{
			float: left;
		}
		
		.block_right
		{
			float: right;
		}
		
			.block_right .table_body
			{
				padding-top: 28px !important;
				height: 343px;
			}

		#remember
		{
			margin-left: -1px;
		}</pre></body></html>