html, body {
    height:100%;
    width: 100%;
    margin: 0;
}
body {
	font-size: 12px;
	line-height: 16px;
	background-color: #858DCC;
	background-image: url('../images/un_lock_2.png');
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: Open Sans, Arial, sans-serif;
}
.ph_done{
	background-image: url('../images/un_lock_1.png');
}
.wrapper {
    position: relative;
    min-height: 100%;
}

.main {
    padding: 100px 0 146px;
}
#main_form{
	width:	  360px;
	box-sizing: border-box;
	margin:	 0 auto;
	background-color: white;
	padding: 40px 30px 30px;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
}
.copyright{
	height: 116px;
	margin: 30px 0 0;
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
a {
	color:	  #0087C1;
}
a:hover {
	color:	  #3b3755;
}
input{
	outline: 0;
}
#main_head {
}
#main_body {
	padding:	50px 0 0;
}
#main_body p {
	text-align: left;
	margin:	 0 0 12px;
	width:	  100%;
}
#main_body h1 {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	margin:	 0;
	text-align: left;
}
#main_body .h1_done{
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	padding: 0 0 14px;
}
#main_body h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px;
	font-weight: normal;
	text-align: left;
}
h3{
	margin-top: 24px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.instruction_flex{
	display: flex;
	justify-content: flex-end;
}
#main_body #instruction_head {
	margin: 0;
	border-bottom:  1px dashed #0087c1;
	width:		  70px;
	cursor:		 pointer;
	color:		  #0087c1;
	text-decoration: none;
}
#main_body #instruction_body {
	display:	none;
	margin:	 4px 0 25px;
	color: #939598;
}
#main_body #instruction_body p {
	margin:	 0 0 24px;
	text-align: left;
}

 {
	background: #eae9f0;
	padding:	40px;
	position:   relative;
}
#circle {
	width:	  38px;
	height:	 18px;
	border:	 2px solid #b1b1b2;
	border-radius:20px;
	background: white;
	text-align: center;
	font-size:  16px;
	padding:	10px 0;
	position:   absolute;
	left:	   -20px;
	top:		-20px;
}
h3{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin:	24px 0 4px;
}
h5 {
	font-size: 14px;
	margin: 0 0 6px;
	text-align: center;
	color:red;
}
table {
	width:		100%;
	margin:		12px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	background:	#999;
	text-align:	center;
	color:		#FFF;
	padding:	6px 0;
}
table td {
	padding: 0;
}
.input_td{
	padding: 0 5px 0 0;
}
.input_td input{
	display: block;
	margin: 0;
}
table td input[type="checkbox"]{
	width: 16px;
	height: 16px;
}
table.c {
	margin:	 0 auto;
}
table.c th,
table.c td {
	font-size:  12px;
	text-align:	center;
	border:	 1px solid #b1b1b2;
}
table td span.mail_list {
	font-size:  12px;
}
table tr.active td {
	background: #505369;
	color:	  white;
}

#reg_key,
input[name=login],
input[name=pass],
#reg_mail {
	margin:	 0 0 15px;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #DDD3CA;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	color: #DDD3CA;
}

#reg_key:focus,
input[name=login]:focus,
input[name=pass]:focus,
#reg_mail:focus {
	border-left: 1px solid black;
}

.input_title_active{
	color: #DDD3CA;
}

.input_active {
	outline: 0;
	border-bottom: 1px solid black !important;
	color: black !important;
}

input[name=buttontxt],
textarea[name=maintxt] {
	font-size:  18px;
	font-family:Arial;
	display:	block;
	margin:	 0 auto 24px;
	padding:	3px 6px;
	width:	  300px;
	resize: 	none;
}
.input_disabled {
	color:	  #BBBBBB;
}
.cancel {
	color:	  #D2232A;
	text-align: left;
	margin:	 0 0 15px;
}
#resender {
	display:	none;
	color:	  black;
	font-style: normal;
}
h4 {
	margin:	 0 0 6px;
	text-align: center;
	font-size:  14px;
}
h4#mail {
	font-size:	  16px;
	color:		  #8c73ad;
	font-weight:	normal;
}
#add_info {
	width:	  340px;
	margin:	 0 auto;
}
#add_info tr th {
	vertical-align: top;
	font:		   bold 14px Arial, Tahoma, Verdana, sans-serif;
}
#add_info tr td{
	vertical-align: top;
	font:		   normal 14px Arial, Tahoma, Verdana, sans-serif;
}
#add_info tr td input[type=radio] {
	float:	  left;
	margin:	 0 3px 24px  0;
}
#controls {
	text-align: center;
	margin:	 24px 0 0;
}
#controls input {
	width:		  300px;
	box-sizing: border-box;
	border:		 1px solid white;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	background:	 #0FB600;
	color:		  white;
	padding:		18px;
	cursor:		 pointer;
}
#controls input:hover {
	background:	 #0D9901
}
#controls input.disabled {
	background:	 #b1b1b2;
}
#main_links {
	width:	  320px;
	color:	  #8c73ad;
	margin:	 40px auto 0;
}
#main_links td {
	padding:		3px 0;
	vertical-align: top;
}
#main_links td a {
	display:	block;
	margin:	 2px 0;
}
.tooltip_img {
	cursor:	 pointer;
}
.tooltip {
	background:	 #fff none repeat scroll 0 0;
	border:		 1px solid #bbb;
	border-radius:  6px;
	display:		none;
	font-size:	  12px;
	margin:		 -90px 0 0 242px;
	padding:		4px;
	position:	   absolute;
	width:		  200px;
}
#new_pass, #new_pass2 {
	font-size:  24px;
	margin:	 0 auto 10px;
	padding:	6px 24px;
	text-align: center;
	width:	  300px;
}
input[name=reg_send]:disabled {
	opacity: .5;
	cursor: wait;
}
#eula input {
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: sub;
}

.kp_row{
	display: flex;
	margin: 20px 0 0;
	align-items: flex-start;
}
.kp_right_col{
	margin: 0 0 0 10px;
}
.kp_radio{
	width: 18px;
	height: 18px;
}
.kp_radio_label{
	font-size: 13px;
	line-height: 18px;
	vertical-align: super;
}

/*.kp_logo{
	text-align: center;
	margin: 22px 0 0;
	display: flex;
	justify-content: center;
}
.kp_logo img{
	display: block;
}
.yes_no_row{
	display: flex;
	justify-content: space-between;
}
.yes_no_button{
	width: 135px;
	height: 60px;
	padding: 18px 0;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	color: white;
}
.yes{
	background: #764696;
}
.yes:hover{
	background: #581C81;
}
.no{
	background: #FFA600;
}
.no:hover{
	background: #F7901E;
}*/