<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
/registerpro.html
/recoveraccountpro.html

*/
body { min-width: 500px; }

/* register */

#loginmt
{
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topright: 50%;
border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-bottomright: 50%;
border-bottom-right-radius: 50%;
	-moz-box-shadow:inset -200px 0px 10px 20px orange;
	-webkit-box-shadow:inset -200px 0px 10px 20px orange;
	box-shadow:inset -200px 0px 10px 20px orange;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
}

#bssreg
{
	-webkit-border-top-right-radius: 15%;
	-moz-border-radius-topright: 15%;
border-top-right-radius: 15%;

	-webkit-border-top-left-radius: 15%;
	-moz-border-radius-topleft: 15%;
border-top-left-radius: 15%;

	-webkit-border-bottom-right-radius: 15%;
	-moz-border-radius-bottomright: 15%;
border-bottom-right-radius: 15%;

	-webkit-border-bottom-left-radius: 15%;
	-moz-border-radius-bottomleft: 15%;
border-bottom-left-radius: 15%;

	-moz-box-shadow:inset -20px 30px 0px 0px #79bbff;
	-webkit-box-shadow:inset -20px 30px 0px 0px #79bbff;
	box-shadow:inset -20px 30px 0px 0px #79bbff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, white) );
	background:-moz-linear-gradient( center top, #79bbff 5%, white 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='white');
	background-color:#79bbff;
}

#proreg
{
	-webkit-border-top-right-radius: 15%;
	-moz-border-radius-topright: 15%;
border-top-right-radius: 15%;

	-webkit-border-top-left-radius: 15%;
	-moz-border-radius-topleft: 15%;
border-top-left-radius: 15%;

	-webkit-border-bottom-right-radius: 15%;
	-moz-border-radius-bottomright: 15%;
border-bottom-right-radius: 15%;

	-webkit-border-bottom-left-radius: 15%;
	-moz-border-radius-bottomleft: 15%;
border-bottom-left-radius: 15%;

	-moz-box-shadow:inset -20px 30px 0px 0px #e67e00;
	-webkit-box-shadow:inset -20px 30px 0px 0px #e67e00;
	box-shadow:inset -20px 30px 0px 0px #e67e00;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e67e00), color-stop(1, white) );
	background:-moz-linear-gradient( center top, #e67e00 5%, white 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67e00', endColorstr='white');
	background-color:#e67e00;
}

/* /registerpro.html
.rggtdcl -colored td
.profcl -fields for data
#propolicyterms -checkbox
#register -register buton
#lw1-&gt;8 td3 red-&gt;blue
*/
.allregprotcl { margin-top: -5px;margin-left: 2px;border: solid;border-color: #2952a3;width: 100%;padding: 10px;padding-right: 1px;border-top-width: thin; }
.rggtdcl { width: 40%;background-color: #ffd080;
padding-top: 10px;
padding-bottom: 5px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
 }
.rggtd2cl { width: 59%; }
.rggtd3cl { width: 1%; }
.registrationh1cl { font-size: 175%;color: #2952a3;margin-left: 20px; }
.registrationfmscl { margin-left: 30px; font-size: 110%; }
.stylediv1cl
{
display: inline-block;
width: 15px;
height: 100%;
margin-top: 40px;
background-color: #2952a3;
border-left: 2px solid #2952a3;
	-webkit-border-bottom-right-radius: 100%;
	-moz-border-radius-bottomright: 100%;
border-bottom-right-radius: 100%;

}

.profcl
{ padding: 3px 5px;
border: 2px solid orange;
box-sizing: border-box;
-webkit-transition: 1s;
transition: 1s;
width: 80%;
min-width: 250px;
outline: none;
margin-left: 20px;
margin-bottom: 7px;
}
.profcl:focus { border: 2px solid #2952a3; }
.profnamecl
{
padding-left: 10px;
font-weight: bold;

}
.h2proregfcl { text-align: center;margin: 0px; font-size: 110%;padding-top: 15px; padding-bottom: 15px; }
.prouwcl {  }
.prouwcln { }
.prouwclr { color: darkred; }
.prouwclg { font-weight: bold;color: green; }
#regblakwartd { background-color:black; }
#superw1, #superw2 { color: red;font-weight: bold;padding-top: 10px; padding-bottom: 10px; }

#propolicyterms { 
width: 25px;
height: 25px;
}

.wregbsssubttcl
{
display: inline-block;
padding: 3px;
padding-left: 2px;
padding-right: 2px;
background-color: darkred;
box-shadow: 0 2px 6px 0 rgba(139, 0, 0, 0.3), 0 3px 10px 0 rgba(139, 0, 0, 0.5);
}

.regprosubttcl
{
outline: none;
cursor: pointer;
/*
	-webkit-border-top-right-radius: 5%;
	-moz-border-radius-topright: 5%;
border-top-right-radius: 5%;

	-webkit-border-top-left-radius: 5%;
	-moz-border-radius-topleft: 5%;
border-top-left-radius: 5%;

	-webkit-border-bottom-right-radius: 5%;
	-moz-border-radius-bottomright: 5%;
border-bottom-right-radius: 5%;

	-webkit-border-bottom-left-radius: 5%;
	-moz-border-radius-bottomleft: 5%;
border-bottom-left-radius: 5%;
*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e67e00), color-stop(1, #ffc14d) );
	background:-moz-linear-gradient( center top, #e67e00 5%, #ffc14d 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67e00', endColorstr='#ffc14d');
	background-color: #e67e00;
font-size: 120%;
font-weight: bold;
padding: 5px;
color: white;
border: solid 2px red;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.regprosubttcl:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc14d), color-stop(1, #e67e00) );
	background:-moz-linear-gradient( center top, #ffc14d 5%, #e67e00 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc14d', endColorstr='#e67e00');
	background-color: #ffc14d;

transform: translateY(-1px);
}
#lw1, #lw2, #lw3, #lw4, #lw5, #lw6, #lw7, #lw8
{ background-color: red;
border: thin solid #2952a3;
-webkit-transition: 1s;
transition: 1s;
}
#lw9 { background-color: red;
border: thin solid #2952a3;

-webkit-transition: 1s;
transition: 1s;
}

#prgtd1
{
padding-bottom: 1cm;padding-top: 1cm;
border: solid;
border-right: none;border-top: none;border-left: none;
border-bottom-width: 3px;
border-bottom-color: red;
}
#prgtd2
{
border: solid;border-left: none;border-right: none;
border-top: none;
border-top-color: #2952a3;
border-bottom-width: 3px;
border-bottom-color: red;
}
#advret { width: 100%; }
#advretd1 { width: 60%; 
padding-left: 5px; padding-right: 5px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
#advretd2 { width: 40%; }
#wbsspic, #wpropic
{
text-align: center;
margin: 5px;
}
#bsspic, #propic
{
max-width: 100%;
max-height: 400px;
height: auto;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#codspam { max-width: 40%; }
.wbchcodcl { text-align: right; margin-right: 5px;margin-top: 3px; }
.bchcodcl { margin-right: 5px; }
.imgcodcl
{
width: 170px;
height: 50px;
border: thin solid #ccc;
padding: 1px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.serverresprocl { width: 100%;height: 100%;border-width: thin; }

/* /recoveraccountpro.html */
.reprobodycl
{
	background:-webkit-gradient( linear, left top, right bottom, color-stop(0.05, #fff6e6), color-stop(1, white) );
	background:-moz-linear-gradient( left top, #fff6e6 5%, white 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6e6', endColorstr='white', gradientType='1');
	background-color: #fff6e6;
}
.recpromtcl { width: 100%;padding: 1cm;padding-top: 5px; }
.recpromtd1cl { width: 20%; }
.recpromtd2cl { width: 30%; }
.recpromtd3cl { width: 50%; }
.recproh1cl { font-size: 150%;
color: #2952a3; 
width: 55%;
margin-left: 1cm;
margin-top: 1cm;
}
.recprolbcl
{
font-size: 18px;
padding: 7px;
}

.recproficl
{
border: 2px solid #2952a3;
font-size: 16px;
background-color: white;
padding: 3px 7px 3px 7px;
outline: none;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.recproficl:focus { border-color: red; }

.recprosbcl
{
box-sizing: border-box;
border: 2px solid #ccc;
font-size: 22px;
background-color: white;
outline: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.recprosbcl:hover { color: white;background-color: #2952a3;border: 2px solid grey; }
.warningrpass1cl { color: darkred;padding-left: 1cm;font-weight: bold; }
.wrecsrypasscl { color: darkgreen;margin-top: 40px;font-size: 20px; }
.wrecsrbpasscl { color: #2952a3;font-weight: bold;font-size: 20px; padding: 3px;background-color: white; }
.wrecsrppasscl { font-size: 20px; }
.wrecsruppasscl { color: #2952a3;margin-left: 10px;font-weight: bold; }





</pre></body></html>