.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.clearfix,
.reset-list,
.wrapper,
.control-group {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.reset-list:before,
.reset-list:after,
.wrapper:before,
.wrapper:after,
.control-group:before,
.control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.reset-list:after,
.wrapper:after,
.control-group:after {
  clear: both;
}
html,
body,
div,
span,
object,
iframe,
p,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
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%;
  background: transparent;
}
/* Our settings for site  */
body {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-family: 'Lato', sans-serif;
  -webkit-backface-visibility: hidden;
  word-wrap: break-word;
}
a {
  color: #7CAAFF;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signup-pane {
  background-color: #000;
  background-size: cover;
}
.signup-container {
  margin: 0 auto;
  max-width: 370px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tech-logo {
  text-align: center;
}
.tech-logo img {
  height: 36px;
}
.title-lg {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.signup-form {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 35px 15px 20px;
}
.signup-form > .title-lg {
  margin-bottom: 10px;
}
.signup-form .btn-orange {
  width: auto;
  padding: 10px 60px;
  border-radius: 5px;
  border: 2px solid #d0cece;
  margin-bottom: 10px;
  background-color: #000;
}
.head-text {
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  text-align: center;
}
.head-text .title-lg {
  display: block;
}
.control-group {
  margin-bottom: 20px;
}
.control-group .label {
  color: inherit;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 10px;
}
.control-group .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #7f7f7f;
  display: block;
  height: 40px;
  line-height: normal;
  outline: 0;
  padding: 0 10px;
  width: 100%;
}
.control-group .form-control::-moz-placeholder {
  color: #d0ced0;
  opacity: 1;
}
.control-group .form-control:-ms-input-placeholder {
  color: #d0ced0;
}
.control-group .form-control::-webkit-input-placeholder {
  color: #d0ced0;
}
.control-group .code {
  float: left;
  width: 28%;
}
.control-group .number {
  float: right;
  width: 70%;
}
.control-group .noty {
  margin-top: 5px;
}
.noty {
  color: inherit;
  font-size: 12px;
}
.breakline-wrap {
  position: relative;
}
.breakline-wrap .form-control {
  background-color: #f2f2f2;
  resize: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
}
.breakline-wrap select.form-control {
  padding-top: 0;
}
.breakline-placeholder {
  color: #d0ced0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 8px 0 0 10px;
}
.btn-blue {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #223963;
  border: 0;
  color: #fff!important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  outline: 0;
  padding: 14px 50px 13px;
  vertical-align: top;
  text-decoration: none!important;
}
.btn-orange {
  background-color: #f26e55;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  outline: 0;
  padding: 11px 10px 13px;
  vertical-align: top;
  width: 80%;
}
.control-group-ft {
  text-align: center;
  margin-bottom: 15px;
}
.control-group-ft .btn-blue {
  margin-bottom: 15px;
}
.control-group-ft a {
  color: #fff;
  text-decoration: underline;
}
.partnership {
  color: inherit;
  font-size: 12px;
}
.partnership .label {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}
.partnership .wrap-img {
  text-align: center;
  padding: 10px 0;
}
.partnership img {
  /*max-height: 38px;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.partnership img:last-of-type {
  margin-right: 0;
}
#header-height-offset {
  height: 72px;
}
#header {
  background-color: #181818;
  border-bottom: 1px solid #808285;
  height: 72px;
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}
#header .logo {
  height: 30px;
}
.page-content {
  color: #fff;
  text-align: center;
  position: relative;
}
.page-content-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 3px 35px 10px;
}
.bar-photo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.mask {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bar-info {
  margin-bottom: 3px;
}
.bar-info .logo {
  max-height: 80px;
}
.bar-info .title-lg {
  line-height: 26px;
}
.bar-info .desc {
  font-size: 11px;
  margin-bottom: 30px;
}
.campaign {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.campaign img {
  max-height: 190px;
}
.campaign .desc {
  margin-top: 5px;
}
.campaign .btn-orange {
  margin-top: 20px;
}
.redeem-confirm {
  background-color: #404040;
  padding: 30px 30px;
}
.redeem-confirm .desc {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
.redeem-confirm .btn-orange {
  width: 100%;
  margin-bottom: 30px;
}
.partner {
  margin-bottom: 10px;
}
.partner .label {
  color: #7f7f7f;
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 3px;
}
.partner img {
  display: inline-block;
  max-height: 30px;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 10px;
}

.ft-wrap{overflow: hidden;margin-top:30px;}

.wrap-bar-logo {
  text-align: right;
}
.wrap-bar-logo .label, .wrap-bar-logo .bar-logo {
  display: inline-block;
  vertical-align: middle;
}
.wrap-bar-logo .label {
  margin-right: 10px;
}
.terms {
  font-size: 12px;
  margin: 15px 0;
  float:right;
/*  padding-top:5px*/
}
.terms a {
  color: #fff;
  text-decoration: underline;
}
[data-spy="countryCode"] {
  position: relative;
}
[data-spy="countryCode"] .select2-container {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
[data-spy="countryCode"] .select2-container .select2-selection--single {
  height: 40px;
}
[data-spy="countryCode"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
[data-spy="countryCode"] .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: -2px;
}
[data-spy="countryCode"] .select2-dropdown {
  width: 100% !important;
  color: #000;
}
#footer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
#footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
/* ======================= ONLY FOR PC & PC+TOUCH (ex: Microsoft Surface Devices) ============================= */
@media screen and (max-width: 1280px) {
  .signup-pane {
    background-size: auto;
  }
}
