* {
  margin: 0;
  padding: 0;
}
body {
    background-color: #0062A0;
}
a {
    color: #fff;
}
a:hover {
    color: #94C13D;
}
.page-content
{
	background: #0062A0;
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
.page-content p
{
    line-height: 130%;
    max-width: 640px;
    margin: 0 auto;
}
.content-wrapper
{
	padding: 40px 0px;
	background: url(images/login-page-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 10% 10%;
}
.create-new-ac-page-wrapper
{
	padding: 40px 0px 160px;
	background: url(images/create-new-account-desk-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.how-to-use-page-wrapper
{
	padding: 40px 0px 160px;
	background: url(images/payment-page-desktop-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.container
{
	max-width: 1170px;
	margin: auto;
}
.logo-area
{
	text-align: center;
	margin-bottom: 20px;
}
.time-target-img
{
	text-align: center;
	padding: 20px 0px;
}
.page-heading
{
	text-align: center;
    padding: 10px 0;
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.error-message {
    text-align: center;
    padding: 10px 0;
    color: #94C13D;
}
.footer {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 40px 0 20px 0;
}
.login-form-wrapper form
{
	max-width: 320px;
	margin: auto;
}
.login-form-wrapper form ul li
{
	width: 100%;
    display: inline-block;
}
form ul
{
	list-style: none;
    text-align: center;
}
.login-form-wrapper input[type=submit]:hover, .create-new-account-form-wrapper form ul li input[type=submit]:hover, .payment-page-wrapper form input[type=submit]:hover
{
	color: #fff;
	background:transparent;
	border-color: #fff;
}
.login-form-wrapper input[type=submit], .terms-of-service  input[type=submit]
{
	display: block;
    margin: 35px auto 0 auto;
    padding: 12px 15px;
    border-radius: 30px;
    width: 187px;
    background: #94C13D;
    color: #fff;
    border: 1px solid #94C13D;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1px;
	box-sizing: border-box;
}
.terms-of-service  input[type=submit]:hover {
    background: #fff;
    color: #94C13D;
}
.login-form-wrapper input[type=text], .login-form-wrapper input[type=password], .login-form-wrapper input[type=email]
{
	font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 260px;
    display: inline-block;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 12px 0px;
    outline: 0px;
    box-sizing: border-box;
}
.time-target-img img
{
	width: 150px;
}
.create-new-account-form-wrapper form ul, .payment-page-wrapper form ul
{
	display: flex;
    flex-wrap: wrap;
}
.create-new-account-form-wrapper form ul li
{
	max-width: calc(33% - 16px);
    margin-right: 16px;
    width: 100%;
}
.create-new-account-form-wrapper form ul li input[type=submit]
{
	padding: 12px 38px;
    border-radius: 30px;
    background: #94C13D;
    color: #fff;
    border: 1px solid #94C13D;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin: 12px 0px;
}
.create-new-account-form-wrapper form ul li input:not([type=submit])
{
	font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 12px 0px;
    outline: 0px;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.link-options {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.link-options a
{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
}
.link-options a:hover {
    color: #94C13D;
}
.how-to-use-content-wrapper .wrapper-inner
{
	display: flex;
    align-items: center;
        padding: 40px 0px;
    justify-content: space-between;
}
.how-to-use-content-wrapper .wrapper-inner .screenhot-image, .how-to-use-content-wrapper .wrapper-inner .center-text
{
	width: 49%;
}
.how-to-use-content-wrapper .center-text
{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
a.site-btn, .subscribe-link
{
	min-width: 170px;
    padding: 12px 38px;
    border-radius: 30px;
    background: #94C13D;
    color: #fff;
    border: 1px solid #94C13D;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin: 12px 0px;
    text-decoration: none;
    display: inline-block;
}
.center-btn, .how-to-use-content-wrapper .wrapper-inner .screenhot-image
{
	text-align: center;
}
ul.subscription-options li {
    font-size: 24px;
}

.terms-of-service {
    height: 300px;
    width: 90%;
    max-width: 640px;
    overflow-x: auto;
    margin: 20px auto 20px auto;
    padding: 20px;
    background: #fff;
    color: #000;
    text-align: left;
    font-size: 14px;
}

.terms-of-service a {
    color: #0062A0;
    font-weight: bold;
    text-decoration: none;
}

.terms-of-service a:hover {
    text-decoration: underline;
}

.accept-terms-wrapper p, .terms-of-service form {
    text-align: center;
}

.purchase-subscription-wrapper {
    width: 95%;
    max-width: 640px;
    margin: 0 auto 50px auto;
}
.purchase-subscription-wrapper p {
    margin-bottom: 24px;
}
.purchase-subscription-wrapper ul {
    margin-left: 24px;
}

sup {
    font-size: 10px;
}
.centered {
    text-align: center;
}
ul.subscription-options {
    margin-left: 0;
}
ul.subscription-options li {
    list-style-type: none;
    margin-bottom: 20px;
}
/*
.subscribe-link {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.subscribe-link:hover {
    text-decoration: underline;
}
*/
@media only screen and (max-width: 1170px) {
	.container
	{
		max-width: 95%;
		margin: auto;	
	}	
}

@media only screen and (max-width: 1024px) {
    .content-wrapper
    {
        background: url(images/login-tab-view-bg.png);
        background-position: left top;
        background-repeat: no-repeat;
    }
    .create-new-ac-page-wrapper
    {
        padding: 40px 0px 60px;
        background: url(images/create-new-account-tab-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    .create-new-account-form-wrapper form, .payment-page-wrapper form
    {
        max-width: 320px;
        margin: auto;
    }
    .create-new-account-form-wrapper form ul, .payment-page-wrapper form ul
    {
        flex-direction: column;
        align-items: center;
    }
    .create-new-account-form-wrapper form ul li input[type=submit], .payment-page-wrapper form ul li input[type=submit]
    {
        margin: 12px auto;
        display: block;

    }
    .create-new-account-form-wrapper form ul li, .payment-page-wrapper form ul li, li.expiry-date-field, li.cvv-code-field
    {
        max-width: 100%!important;
    }
    .time-target-img img
    {
        width: 115px;
    }
    .payment-page-wrapper
    {
        background: url(images/payment-page-tab-bg.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .how-to-use-content-wrapper .wrapper-inner
    {
        flex-direction: column;
        align-items:center;
    }
    .how-to-use-content-wrapper .wrapper-inner .screenhot-image, .how-to-use-content-wrapper .wrapper-inner .center-text
    {
        width: 100%;
    }
    .how-to-use-content-wrapper .wrapper-inner .screenhot-image
    {
        margin-bottom: 40px;
    }
    .center-text
    {
        max-width: 480px;
        margin: auto;
        text-align: center;
    }
    .how-to-use-page-wrapper
    {
        background: url(images/how-to-use-tab-bg.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: top right;
    }
}

@media only screen and (max-width: 768px) {
    .content-wrapper
    {
        background: url(images/login-mobile-view-bg.png);
        background-position: left top;
        background-repeat: no-repeat;
    }
    .login-text p
    {
        font-size: 24px;
        line-height: 28px;
    }
    .create-new-ac-page-wrapper
    {
        padding: 40px 0px 60px;
        background: url(images/create-new-account-mobile-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .payment-page-wrapper
    {
        background: url(images/payment-page-mobile-bg.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .payment-page-wrapper .time-target-img {
        padding: 10px 0px 50px;
    }
    .how-to-use-page-wrapper
    {
        background: url(images/how-to-use-mobile-bg.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .screenhot-image img
    {
        width: 100%;
    }
}

@media only screen and (max-width: 479px)
{
    .create-new-ac-page-wrapper
    {
        background-size: 90%;

    }
    .how-to-use-content-wrapper .center-text
    {
        font-size: 16px;
        line-height: 20px;
    }
    .container
	{
		max-width: 90%;
		margin: auto;	
	}
    ul.subscription-options li, .options-intro {
        list-style-type: none;
        text-align: center;
    }
    .subscribe-link {
        padding: 12px 18px;
    }
    .purchase-subscription-wrapper ul {
        margin: 0;
    }
}
