
	margin: 0 0;
	padding: 0;
	outline: none;
}
.no-padding-right {
	padding-right: 0;
	padding-left: 15px;
}
.no-padding-left {
	padding-right: 15px;
	padding-left: 0;
}
.less-padding-right {
	padding-right: 5px;
	padding-left: 0;
}
.less-padding-left {
	padding-left: 5px;
	padding-right: 0;
}
.no-padding {
	padding-right: 0px;
	padding-left: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'PT Sans', sans-serif;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
body, html {
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
	display: block;
}
nav ul, ul {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea, button {
	vertical-align: middle;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-radius {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
}
.no-border {
	border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
}
div h2 {
	font-family: 'PT Sans', sans-serif;
}

header{
	display: block;
	position: relative;
	padding:20px 0;
	background-color: #000;
}
header img{
	width: 150px;
}
header p{
	    color: #999;
    font-size: 15px;
    text-align: right;
    margin-top:5px;
}
.instantly{
	display: block;
	position: relative;
	padding:30px 0;
	margin:0 auto;
	text-align: center;
}
.instantly .header small{
	    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}
.instantly .header small a{
	    color: #aaa;
}
.instantly .header h1{
	font-size: 50px;
	color: #000;
    font-weight: 300;
    margin-top:30px;
    margin-bottom:20px;
}
.instantly .header p{
	font-size: 28px; 
     color: #666;
    margin-bottom:20px;
}
.instantly .account-info{
	display: block;
	position: relative;
	margin:20px 0;
}
.instantly .account-info h1{
	    color: #333;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.instantly .account-info .form-control{
	 border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    height:50px;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}
.instantly .grey-form{
	display: block;
	position: relative;
	padding:20px;
    text-align: left;
    margin-bottom: 20px;
	background-color: #f4f5f5;
}
.instantly .grey-form .grey-head img{
	float: left;
	width:30px;
	margin-right: 10px;
}
.instantly .grey-form .grey-head h4{
	color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    margin-bottom:20px;
}
.instantly .grey-form .grey-head h4 span{
	color: #aaa;
	display: block;
    font-size: 13px;
}


.instantly .grey-form .grey-head .anti-virus{
	display: block;
	position: relative;
	float: right;
}

.instantly .grey-form .grey-head .anti-virus img{
	width:70px;
}

.switch {
  position: relative;
  display: block;
  width: 45px;
  margin-top:-20px;
  height: 19px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
      position: absolute;
    content: "";
       height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.instantly .grey-form p{
	font-size: 14px;
	color: #aaa;
	margin-bottom:10px;
}

.instantly .grey-form p i{
	font-style: normal;
	float: right;
}
.instantly .grey-form p sub{
	font-size: 12px;
	color: #aaa;
	margin-bottom:10px;
}
.instantly .grey-form del{
	float: right;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	margin-bottom:10px;
}

.instantly .grey-form h1{
	display: block;
	font-style: normal;
	float: right;
}
.instantly .grey-form h1 i{
	font-style: normal;
	float: right;
	color: #aaa;
}
.instantly .account-info .create-account{
	display: block;
	position: relative;
}

.instantly .account-info .create-account .btn{
	display: block;
	padding:25px 40px;
	width:100%;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #0087e2;
	color: #fff;
}
.instantly .account-info .create-account p{
	font-size: 12px;
	color: #aaa;
	width: 100%;
	text-align: left;
	line-height: 18px;
	margin-top:15px;
}
.instantly .account-info .create-account .bigger-p{
	font-size: 13px;
	color: #aaa;
	width: 100%;
	text-align: left;
	line-height: 18px;
	margin-top:10px;
}
.instantly .account-info .create-account h3{
	font-size: 20px;
	color: #333;
	text-align: left;
	margin-top:10px;
}
.instantly .account-info .create-account span{
	font-size: 13px;
	color: #333;
	text-align: left;
	margin-top:10px;
}
.instantly .grey-form  .cycle .billing{
	display: block;
	position: relative;
	float: right;
	margin-top:-16px;
}
.instantly .grey-form  .cycle .billing ul li .btn{
	background-color: transparent;
	border: none;
}
.instantly .grey-form  .cycle h6{
	font-size: 13px;
}
.instantly .grey-form  .cycle .billing ul li{
	display: inline-block;
}

.instantly .grey-form  .cycle .billing h6{
	font-size: 14px;	
	margin-top:-10px;
	display: block;
}