html,body {-webkit-user-select: auto; overflow:auto!important; height:auto;}
html,body {background-attachment:fixed!important;padding-bottom:60px;}
a {color:#4285F4;text-decoration:underline;}
h2 {font-size:1.4em;}
@keyframes uiAppear {
  from {
    transform: translateY(2px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.center {text-align:center;}
.welcome {
	display:none;
	width:600px;
	margin:0 auto;
	padding:30px 40px;
	border:1px solid #ccc;
	border-radius:6px;
	box-sizing:border-box;
	background-color:#fff;
	clear: both;
	margin-bottom:30px;
	margin-top:60px;
	text-align:center;
	width:820px;

	animation: uiAppear .33s;
}
.not-bold {font-weight:normal!important}
#welcome-1 {width:600px;}
#welcome-9 {width:960px;}
.welcome h1 {
	margin-bottom:20px;
	text-align:left;
}
.welcome h3 {
	margin: 30px 0 20px 0;
	font-size:1.4em;
}
.welcome p, ol {font-size:16px; margin:1em 0; line-height:1.55em;}
.steps {
	float: right;
	margin: 0!important;
	line-height: 1;
	font-size:12px!important;
}
.b {
	color: white!important;
	display: inline-block;
	position: relative;
	border: none;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.6875;
	text-align: center;
	letter-spacing: .05em;
	text-decoration: none;
	padding: .37143em 1.42857em;
	max-width: 100%;
	border-radius: 4px;
	transition: all .2s ease;
	background-color: #4285F4;
}
.b:hover {
	background:#3875db;
	text-decoration: none;
}

.back {font-size:1.2em;display:inline-table;padding:10px 25px;color:#666!important;text-decoration:none;}
.back:hover {color:#222!important;}

ol {width:600px;margin:0 auto;font-size:16px;text-align:left;}
ol li {margin:10px 0 }
img.preview {padding:5px;border:1px solid #eee;}

#most_visited_websites {width:780px;margin:30px auto;}
#most_visited_websites .website {
	border-radius: 2px;
	text-align: left;
	width: 208px;
	background: #fff;
	border:1px solid #eee;
	margin: 0 10px 20px 10px;
	padding: 0 6px 10px 6px;
	display: block;
	float: left;
	opacity:0.9;
	transition:all 0.2s;
	overflow: hidden;
	cursor: pointer;
}
#most_visited_websites .website.selected {
	border: 1px solid #999!important;
	opacity:1;
}
#most_visited_websites .website .favicon {
	width: 220px;
	margin-left: -6px;
	height: 120px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#most_visited_websites .website a {
	display: inline-block;
	font-size:14px;
	color: #666!important;
	max-width: 140px;
	height:16px;
	overflow: hidden;
	text-decoration:none;
}
#most_visited_websites .website:hover {border-color:#ccc;}
#most_visited_websites .website input[type=checkbox] {display:inline-block; cursor:pointer;margin:4px 6px 0 4px;}

button.btn-disabled, button.btn-disabled:hover {
	background: #aaa;
}
button.blue.btn-disabled {
	background: white;
	color: #aaa!important;
	border-color: #aaa;
}

.blue, .blue:hover {
	color:#0497D9!important;
	background: #fff;
	border: 1px solid #0497D9;
	border-radius: 4px;
}
.follow {
	bottom:20px;
	text-align: center;
	margin-bottom: 30px;
	color: #aaa;
}
.follow a {
	text-decoration: none;
	color: #777!important;
}
.follow a:hover {
	color: #2580f8!important;
}

#welcome-99 {
	width: 520px;
}
@-webkit-keyframes progressbar {
  to {
    background-position: 80px 0;
  }
}
.sign-up {text-align: left;}
.sign-up .blue {text-decoration: none; font-size: 1.25em;}
.sign-up .blue:hover {text-decoration: underline;}
.sign-up label { width: 100%; text-align:left; margin: 4px 0; font-size: 16px; text-decoration: none!important;}
.sign-up #signup-email, .sign-up #signup-password { display:block; width: 100%; padding: 12px; margin: 0 0 20px 0;}
.sign-up .form-errors {
	display: none;
	background: #E1493B;
	color: white;
	padding: 14px 20px;
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
}
.sign-up button[disabled] {
	-webkit-animation: progressbar 1s linear infinite;
	background-repeat: repeat-x;
	background-size: 80px 80px;
	background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.welcome-image {
    display: none;
}
.body--initial-screen .welcome-wrapper {
    position: absolute;
    left: 0;
    width: 75%;
    margin-top: -40px;
    padding: 0 30px;
    top: 50%;
    transform: translateY(-50%);
}
.body--initial-screen .follow {
    display: none;
}
.body--initial-screen .welcome-image {
    display: block;
    position: absolute;
    top: 15%;
    left: auto;
    bottom: 15%;
    right: 0;
    width: 40%;
    background: url('../images/welcome.illustration.png');
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.PrivacyPolicy {
	text-align: left;
  user-select: none;
}

.PrivacyPolicy__control {
	display: flex;
	align-items: center;

	font-size: 1em;
}
.PrivacyPolicy__control input[type="checkbox"] {
	margin-right: 0.5rem;
}
.PrivacyPolicy__error {
	display: none;

	color: #ed4337;
	font-size: 0.8em;
	margin: 1rem 0;
}
