html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
line-height: 1;
margin: 0;
padding: 0;
font-family: 'Nunito', sans-serif;
background-color: #f7f7f7;
border-bottom:100px solid #333333;
min-height:calc(100vh - 100px);
}
#header {
	background-color: #fff;
	border-bottom: 2px solid #ededed;
	padding: 30px;
	text-align: center;
	color: #444;
	font-size: 22px;
	height:92px;
}
.notfound #header {
	padding: 20px;
	height: 31px;
	margin-bottom: 30px;
}
#header img {
max-width:80%;
height:auto;
}
.notfound #header img {
	width: 160px;
}
#content {
padding: 30px;
text-align: center;
font-size: 18px;
box-sizing: border-box;
}
div.radio {
	background: #f7f7f7;
	margin: auto;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 10px;
	margin-top: 25px;
	text-align: left;
	width: 450px;
	max-width:80%;
	box-sizing: border-box;
	display:block;
}
.radioitem {
	clear: both;
	display: block;
	float: none;
	margin-top: 6px;
	margin-bottom: 20px;
}
.clearfix {
	clear:both;
	float:none;
}
.radioitem:last-child {
	margin-bottom: 10px;
}
.radio input {
    width: 20px;
    height: 20px;
filter: hue-rotate(-58deg) brightness(1.2) saturate(0.7);
display: block;
float: left;
}
.radio label {
	float: left;
	margin-left: 5px;
	font-weight: 400;
	font-size: 18.6px;
	color: #6e6e6e;
	font-family: 'Nunito', sans-serif;
	display: block;
	width: 92%;
	line-height: 121%;
	padding-top: 2px;
}
.radio label i {
    font-style: normal;
    color: #979797;
    font-size: 14px;
    line-height: 100%;
}
input.domain {
	font-weight: 600;
	font-size: 22px;
	color: #000000;
	font-family: 'Nunito', Arial, sans-serif;
	text-align: center;
	padding: 6px;
	border: 3px solid #70b99a82;
	box-shadow: inset 1px 1px 10px #7adeb370;
	border-radius: 13px;
	outline:none !important;
	width: 450px;
	max-width:80%;
	box-sizing: border-box;
}
#destaddress {
    width: 450px;
	max-width: 80%;
	display:block;
	margin:auto;
}
#targetdomain {
	border-left: 0;
	border-radius: 0 13px 13px 0;
	margin-left: 0px;
	display: block;
	width: 357px;
	float: left;
}
#ssl {
	font-weight: 500;
	font-size: 20px;
	color: #7b7a7a;
	font-family: 'Nunito', Arial, sans-serif;
	text-align: center;
	padding: 7px 0 6px 6px;
	border: 3px solid #70b99a82;
	box-shadow: inset 1px 1px 10px #7adeb370;
	border-radius: 13px 0 0 13px;
	outline: none !important;
	width: 93px;
	border-right: 0;
	margin-right: 0;
	display: block;
	float: left;
}
h1 {
font-size: 21px;
    margin: 0;
    color: #464646;
    font-weight: 400;
text-shadow: 1px 1px 1px #fff;
}
.notfound h1 {
font-size: 31px;
margin-bottom: 60px;
}
h1 a, h2 a {
color: #69b88e;
text-decoration: none;
}
h1 i {
font-style:normal;
font-size:19px;
letter-spacing:-0.3px;
}
h2 {
	font-weight: 400;
	font-size: 20px;
	color: #6e6e6e;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 10px;
	margin-top: 30px;
}
.notfound h2 {
margin-bottom: 60px;
}
.box {
background: #fff;
    width: 1150px;
    box-sizing: border-box;
    margin: auto;
    box-shadow: 1px 1px 10px #b0b0b024;
    padding: 40px;
    margin-top: 60px;
    border-radius: 5px;
max-width: 95%;
}
.box p, .box li {
	font-weight: 300;
	font-size: 18px;
	color: #4d4d4d;
	font-family: 'Nunito', sans-serif;
}
.box span, h1 span {
	font-weight: 400;
	font-style: italic;
	color: #70b99a;
}
input.submit, a.submit {
	background: #70b99a;
	display: block;
	margin: auto;
	margin-top: 35px;
	border: 0;
	border-radius: 45px;
	padding: 10px 0;
	font-weight: 600;
	font-size: 19px;
	color: #ffffff;
	font-family: 'Nunito', Arial, sans-serif;
	margin-bottom: 20px;
	outline: none !important;
	max-width: 80%;
	width: 330px;
	line-height: 26px;
	text-decoration:none;
}
input.submit:hover,input.submit:focus,input.submit:active,a.submit:hover,a.submit:focus,a.submit:active {
	background: #459f72;
	box-shadow: inset 1px 1px 10px #46474670;
	cursor:pointer;
}
::-webkit-input-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd;
}
:-ms-input-placeholder {
  color: #ddd;
}
:-moz-placeholder {
  color: #ddd;
}
::-moz-selection {
  color: #ffffff;
  background: #7adeb3;
}
::selection {
  color: #ffffff;
  background: #7adeb3;
}