.limiter {
  background-image: url(../imgs/v2/bg/bg_attlas.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1576f5
}
.display-block {
  display: block
}
.display-inline {
  display: inline
}
.rounded-3 {
  border-radius: 3px
}
.rounded-4 {
  border-radius: 4px
}
.rounded-5 {
  border-radius: 5px
}
.rounded-6 {
  border-radius: 6px
}
.rounded-7 {
  border-radius: 7px
}
.rounded-8 {
  border-radius: 8px
}
.rounded-9 {
  border-radius: 9px
}
.rounded-10 {
  border-radius: 10px
}
.rounded-11 {
  border-radius: 11px
}
.rounded-12 {
  border-radius: 12px
}
.rounded-13 {
  border-radius: 13px
}
.rounded-14 {
  border-radius: 14px
}
.rounded-15 {
  border-radius: 15px
}
.rounded-16 {
  border-radius: 16px
}
.rounded-17 {
  border-radius: 17px
}
.rounded-18 {
  border-radius: 18px
}
.rounded-19 {
  border-radius: 19px
}
.rounded-20 {
  border-radius: 20px
}
.header-log {
  display: block
}
@media (max-width:425px) {
  .header-log {
    display: none
  }
}
.logo-app-in-mobile {
  display: none
}
@media (max-width:425px) {
  .logo-app-in-mobile {
    display: block
  }
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../imgs/v2/icons/dob.svg) no-repeat
}
.dis-none {
  display: none
}
.dis-block {
  display: block
}
.dis-inline {
  display: inline
}
.dis-inline-block {
  display: inline-block
}
.dis-flex {
  display: -webkit-flex;
  display: flex
}
.pos-relative {
  position: relative
}
.pos-absolute {
  position: absolute
}
.pos-fixed {
  position: fixed
}
.float-l {
  float: left
}
.float-r {
  float: right
}
.sizefull {
  width: 100%;
  height: 100%
}
.w-full {
  width: 100%
}
.h-full {
  height: 100%
}
.max-w-full {
  max-width: 100%
}
.max-h-full {
  max-height: 100%
}
.min-w-full {
  min-width: 100%
}
.min-h-full {
  min-height: 100%
}
.top-0 {
  top: 0
}
.bottom-0 {
  bottom: 0
}
.left-0 {
  left: 0
}
.right-0 {
  right: 0
}
.top-auto {
  top: auto
}
.bottom-auto {
  bottom: auto
}
.left-auto {
  left: auto
}
.right-auto {
  right: auto
}
.op-0-0 {
  opacity: 0
}
.op-0-1 {
  opacity: .1
}
.op-0-2 {
  opacity: .2
}
.op-0-3 {
  opacity: .3
}
.op-0-4 {
  opacity: .4
}
.op-0-5 {
  opacity: .5
}
.op-0-6 {
  opacity: .6
}
.op-0-7 {
  opacity: .7
}
.op-0-8 {
  opacity: .8
}
.op-0-9 {
  opacity: .9
}
.op-1-0 {
  opacity: 1
}
.bgwhite {
  background-color: #fff
}
.bgblack {
  background-color: #000
}
.wrap-pic-w img {
  width: 100%
}
.wrap-pic-max-w img {
  max-width: 100%
}
.wrap-pic-h img {
  height: 100%
}
.wrap-pic-max-h img {
  max-height: 100%
}
.wrap-pic-cir {
  border-radius: 50%;
  overflow: hidden
}
.wrap-pic-cir img {
  width: 100%
}
.hov-pointer:hover {
  cursor: pointer
}
.hov-img-zoom {
  display: block;
  overflow: hidden
}
.hov-img-zoom img {
  width: 100%;
  transition: all .6s
}
.hov-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.bo-cir {
  border-radius: 50%
}
.of-hidden {
  overflow: hidden
}
.visible-false {
  visibility: hidden
}
.visible-true {
  visibility: visible
}
.flex-c-m {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center
}
.text-right {
  text-align: right!important
}
.flex-1 {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%
}
@font-face {
  font-family: 'Google Sans';
  src: url(/fonts/GoogleSans-Medium.woff2) format("woff2"),url(/fonts/GoogleSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Google Sans';
  src: url(/fonts/GoogleSans-Regular.woff2) format("woff2"),url(/fonts/GoogleSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Google Sans';
  src: url(/fonts/GoogleSans-Black.woff2) format("woff2"),url(/fonts/GoogleSans-Black.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Google Sans';
  src: url(/fonts/GoogleSans-Light.woff2) format("woff2"),url(/fonts/GoogleSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Google Sans';
  src: url(/fonts/GoogleSans-Bold.woff2) format("woff2"),url(/fonts/GoogleSans-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
.color-primary {
  color: #1e2323
}
.color-black-500 {
  color: #c5c6d2
}
.color-black-600 {
  color: #52535c
}
.color-black-700 {
  color: #8b8c9b
}
.color-violet {
  color: #1576f5
}
.color-line {
  color: #eef2fa
}
.color-red {
  color: #e95f67
}
.color-bg-input {
  background-color: #f7f9fc
}
.font-size-base {
  font-size: 1rem
}
.font-size-sm {
  font-size: .875rem
}
.font-size-xs {
  font-size: .8rem
}
.font-size-lg {
  font-size: 1.08rem
}
.font-size-h1 {
  font-size: 4rem!important
}
.font-size-h2 {
  font-size: 2.5rem!important
}
.font-size-h3 {
  font-size: 2.25rem!important
}
.font-size-h4 {
  font-size: 1.75rem!important
}
.font-size-h5 {
  font-size: 1.5rem!important
}
.font-size-h6 {
  font-size: 1.3125rem!important
}
.font-12 {
  font-size: 12px
}
.font-13 {
  font-size: 13px
}
.font-14 {
  font-size: 14px
}
.font-15 {
  font-size: 15px
}
.font-16 {
  font-size: 16px
}
.font-17 {
  font-size: 17px
}
.font-18 {
  font-size: 18px
}
.font-19 {
  font-size: 19px
}
.font-20 {
  font-size: 20px
}
.font-21 {
  font-size: 21px
}
.font-22 {
  font-size: 22px
}
.font-23 {
  font-size: 23px
}
.font-24 {
  font-size: 24px
}
.font-25 {
  font-size: 25px
}
.font-26 {
  font-size: 26px
}
.font-27 {
  font-size: 27px
}
.font-28 {
  font-size: 28px
}
.font-29 {
  font-size: 29px
}
.font-30 {
  font-size: 30px
}
.font-31 {
  font-size: 31px
}
.font-32 {
  font-size: 32px
}
.font-33 {
  font-size: 33px
}
.font-34 {
  font-size: 34px
}
.font-35 {
  font-size: 35px
}
.font-36 {
  font-size: 36px
}
.font-37 {
  font-size: 37px
}
.font-38 {
  font-size: 38px
}
.font-39 {
  font-size: 39px
}
.font-40 {
  font-size: 40px
}
.leading-20 {
  line-height: 20px
}
.leading-21 {
  line-height: 21px
}
.leading-22 {
  line-height: 22px
}
.leading-23 {
  line-height: 23px
}
.leading-24 {
  line-height: 24px
}
.leading-25 {
  line-height: 25px
}
.leading-26 {
  line-height: 26px
}
.leading-27 {
  line-height: 27px
}
.leading-28 {
  line-height: 28px
}
.leading-29 {
  line-height: 29px
}
.leading-30 {
  line-height: 30px
}
.leading-31 {
  line-height: 31px
}
.leading-32 {
  line-height: 32px
}
.leading-33 {
  line-height: 33px
}
.leading-34 {
  line-height: 34px
}
.leading-35 {
  line-height: 35px
}
.leading-36 {
  line-height: 36px
}
.leading-37 {
  line-height: 37px
}
.leading-38 {
  line-height: 38px
}
.leading-39 {
  line-height: 39px
}
.leading-40 {
  line-height: 40px
}
.leading-41 {
  line-height: 41px
}
.leading-42 {
  line-height: 42px
}
.leading-43 {
  line-height: 43px
}
.leading-44 {
  line-height: 44px
}
.leading-45 {
  line-height: 45px
}
.leading-46 {
  line-height: 46px
}
.leading-47 {
  line-height: 47px
}
.leading-48 {
  line-height: 48px
}
.leading-49 {
  line-height: 49px
}
.leading-50 {
  line-height: 50px
}
.products-container {
  position: relative;
  overflow: hidden
}
.products-container:before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  background: linear-gradient(to left,#fff,rgba(255,255,255,0))
}
.products-container hr {
  margin: 20px 10%;
  color: #ecf0f0;
  border-style: solid;
  background: #ecf0f0;
  background-color: #ecf0f0
}
.products-container .title {
  color: #c3c6c6;
  font-size: 20px
}
.products-container .product {
  text-align: start;
  padding: 15px 10px;
  transition: background ease .2s;
  border-radius: 10px;
  margin: 10px 0;
  cursor: pointer;
  display: block
}
.products-container .product img {
  max-height: 30px;
  height: auto;
  width: auto;
  object-fit: contain
}
.products-container .product:hover {
  background: #ecf0f0
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.4);
  -webkit-justify-content: center!important;
  justify-content: center!important;
  -webkit-align-items: center!important;
  align-items: center!important
}
.modal.otp-modal .modal-content {
  width: 416px!important
}
@media (min-width:768px) {
  .modal.otp-modal .modal-content {
    width: 400px
  }
}
.modal.modal-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 3rem 2rem;
  border: 1px solid #888;
  width: 80%;
  border-radius: 12px
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 600;
  margin-top: -10px
}
.modal .close:focus,
.modal .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.modal .modal-footer {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}
.modal .modal-header {
  padding: 0;
  margin-bottom: 24px
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
.modal .modal-body {
  padding-top: 1rem
}
::-webkit-input-placeholder {
  font-size: .875rem
}
::placeholder {
  font-size: .875rem
}
.ats-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%
}
.ats-divider {
  background-color: #dcdfe6;
  position: relative
}
.ats-divider__text.is-center {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.ats-divider__text {
  position: absolute;
  background-color: #fff;
  padding: 0 .75rem
}
.btn.btn-social img {
  width: 24px;
  height: 24px
}
.btn.btn-secondary.btn-social {
  background-color: #f7f9fc;
  border-color: #f7f9fc;
  padding: .625rem 1.625rem
}
.form-group .invalid-feedback {
  font-size: .75rem
}
.checkbox.checkbox-outline > span {
  height: 20px;
  width: 20px
}
.checkbox.checkbox-outline.checkbox-primary > span {
  background-color: #fff;
  border-color: #e1e2ed
}
.btn {
  font-size: 14px
}
.text-footer {
  text-align: center;
  margin: 26px auto;
  font-size: 12px;
  color: #fff
}
label.checkbox:focus span {
  border-color: #1576f5
}
label.checkbox.checkbox-outline.checkbox-primary:focus > span {
  border-color: #1576f5
}
:focus {
  outline: 0
}
.select-none {
  -webkit-user-select: none;
  user-select: none
}
.country-input-select {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 1rem;
  font-weight: 400;
  color: #52535c;
  background-color: #f7f9fc;
  background-clip: padding-box;
  border-right: none;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 16px
}
.country-input-select-data > .country-item:hover {
  background-color: #f6f9fc;
  color: #1e2323;
  cursor: pointer
}
body {
  scrollbar-color: rgba(0,0,0,.05) rgba(0,0,0,.1);
  scrollbar-width: thin
}
.scrollBar:hover::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 5px;
  height: 6px
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.1);
  border-radius: 3px;
  height: 90px
}
::-webkit-scrollbar-thumb:hover {
  background-color: #4021d0;
  cursor: pointer
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0,0,0,.05)
}
.modal.otp-modal input.otp {
  display: block;
  margin: 15px auto;
  border: none;
  padding: 0;
  width: 9ch;
  background: repeating-linear-gradient(90deg,#696969 0,#696969 1ch,transparent 0,transparent 1.5ch) 0 100%/8.5ch 2px no-repeat;
  font: 5ch droid sans mono,consolas,monospace;
  letter-spacing: .5ch
}
.modal.otp-modal input.otp:focus {
  outline: 0;
  color: #1576f5
}
.otp-wrapper {
  text-align: center
}
.otp-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%
}
.otp-container .otp-number-input {
  width: 48px;
  height: 48px;
  border: 1px solid #f7f9fc;
  border-radius: 6px;
  background-color: #f7f9fc;
  padding: 0;
  color: #1e2323;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  outline: 0;
  transition: border .3s ease
}
.otp-container .otp-number-input:focus {
  border-color: #1576f5
}
.otp-container .otp-number-input.otp-filled-active {
  border-color: #1576f5
}
.otp-submit {
  background: #42b549;
  border: 0;
  color: #fff;
  margin-top: 30px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer
}
.otp-submit[disabled] {
  opacity: .6;
  cursor: default
}
.agreement.is-invalid {
  border: 1px solid #f64e60!important
}
@font-face {
  font-family: "Google Sans";
  src: url(/css/fonts/MarkPro-Medium.woff2) format("woff2"),url(/css/fonts/MarkPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Google Sans";
  src: url(/css/fonts/MarkPro-Regular.woff2) format("woff2"),url(/css/fonts/MarkPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Google Sans";
  src: url(/css/fonts/MarkPro-Black.woff2) format("woff2"),url(/css/fonts/MarkPro-Black.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Google Sans";
  src: url(/css/fonts/MarkPro-Light.woff2) format("woff2"),url(/css/fonts/MarkPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Google Sans";
  src: url(/css/fonts/MarkPro-Bold.woff2) format("woff2"),url(/css/fonts/MarkPro-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box
}
html {
  -moz-tab-size: 4;
  tab-size: 4
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
body {
  font-family: "Google Sans",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"!important
}
hr {
  height: 0;
  color: inherit
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
  font-size: 16px
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
:-moz-focusring {
  outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
  box-shadow: none
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}
button {
  background-color: transparent;
  background-image: none
}
fieldset {
  margin: 0;
  padding: 0
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
html {
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.5
}
body {
  font-family: inherit;
  line-height: inherit
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor
}
hr {
  border-top-width: 1px
}
img {
  border-style: solid
}
textarea {
  resize: vertical
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}
[role=button],
button {
  cursor: pointer
}
:-moz-focusring {
  outline: auto
}
table {
  border-collapse: collapse
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}
img,
video {
  max-width: 100%;
  height: auto
}
[hidden] {
  display: none
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.top-0 {
  top: 0
}
.z-0 {
  z-index: 0
}
.z-10 {
  z-index: 10
}
.order-3 {
  -webkit-order: 3;
  order: 3
}
.order-2 {
  -webkit-order: 2;
  order: 2
}
.order-1 {
  -webkit-order: 1;
  order: 1
}
.order-4 {
  -webkit-order: 4;
  order: 4
}
.order-last {
  -webkit-order: 9999;
  order: 9999
}
.mt-10 {
  margin-top: 2.5rem
}
.mb-7 {
  margin-bottom: 1.75rem
}
.mb-4 {
  margin-bottom: 1rem
}
.ml-2 {
  margin-left: .5rem
}
.mb-3 {
  margin-bottom: .75rem
}
.flex {
  display: -webkit-flex;
  display: flex
}
.grid {
  display: grid
}
.hidden {
  display: none
}
.h-10 {
  height: 2.5rem
}
.w-full {
  width: 100%
}
.w-auto {
  width: auto
}
.max-w-\[620px\] {
  max-width: 620px
}
.max-w-\[619px\] {
  max-width: 619px
}
.flex-1 {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%
}
.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr))
}
.flex-col {
  -webkit-flex-direction: column;
  flex-direction: column
}
.items-center {
  -webkit-align-items: center;
  align-items: center
}
.justify-center {
  -webkit-justify-content: center;
  justify-content: center
}
.bg-\[\#F7F6FD\] {
  --tw-bg-opacity: 1;
  background-color: rgba(247,246,253,var(--tw-bg-opacity))
}
.bg-\[\#02083D\] {
  --tw-bg-opacity: 1;
  background-color: rgba(2,8,61,var(--tw-bg-opacity))
}
.object-cover {
  object-fit: cover
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}
.pb-10 {
  padding-bottom: 2.5rem
}
.pl-2 {
  padding-left: .5rem
}
.text-center {
  text-align: center
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 3.5rem
}
.font-bold {
  font-weight: 700
}
.font-extrabold {
  font-weight: 800
}
.font-semibold {
  font-weight: 600
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity))
}
.text-\[\#85C2FF\] {
  --tw-text-opacity: 1;
  color: rgba(133,194,255,var(--tw-text-opacity))
}
.text-\[\#8B8C9B\] {
  --tw-text-opacity: 1;
  color: rgba(139,140,155,var(--tw-text-opacity))
}
.h-screen {
  height: 100vh
}
@media (min-width:768px) {
  .md\:h-screen {
    height: 100vh
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}
.bg-register-campaign,
.bg-register-campaign-success {
  background-color: #26148e
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.bg-register-campaign-success {
  background-position: center top;
  background-image: url(/imgs/bg/campaign-register-success.png);
  background-repeat: no-repeat
}
@media (min-width:1024px) {
  .bg-register-campaign {
    background-position: center right;
    background-image: url(/imgs/bg/bg-trading-competition1.png);
    background-repeat: no-repeat;
    background-size: cover
  }
  .lg\:order-2 {
    -webkit-order: 2;
    order: 2
  }
  .lg\:order-1 {
    -webkit-order: 1;
    order: 1
  }
  .lg\:order-3 {
    -webkit-order: 3;
    order: 3
  }
  .lg\:mt-14 {
    margin-top: 3.5rem
  }
  .lg\:block {
    display: block
  }
  .lg\:hidden {
    display: none
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .lg\:justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap
  }
  .lg\:rounded-md {
    border-radius: .375rem
  }
  .lg\:bg-\[\#1576F5\] {
    --tw-bg-opacity: 1;
    background-color: rgba(64,33,208,var(--tw-bg-opacity))
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
  }
  .lg\:pb-\[100px\] {
    padding-bottom: 100px
  }
  .lg\:text-left {
    text-align: left!important
  }
  .lg\:uppercase {
    text-transform: uppercase
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity))
  }
  .lg\:hidden {
    display: none
  }
  .lg\:block {
    display: block
  }
}
@media (min-width:1280px) {
  .xl\:max-w-screen-xl {
    max-width: 1280px
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
}
.right-1 {
  right: 100px
}
.attlas-on-iphone {
  max-width: 586px;
  object-fit: cover
}
@media (min-width:1500px) {
  .attlas-on-iphone {
    max-width: 786px;
    object-fit: cover
  }
}
@font-face {
  font-family: 'Google Sans'
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body,
html {
  height: 100%;
  font-family: 'Google Sans',sans-serif
}
a {
  font-family: 'Google Sans';
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s
}
a:focus {
  outline: 0!important
}
a:hover {
  text-decoration: none;
  color: #1576f5
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
p {
  font-family: 'Google Sans';
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0
}
li,
ul {
  margin: 0;
  list-style-type: none
}
button {
  outline: 0!important;
  border: none;
  background: 0 0
}
button:hover {
  cursor: pointer
}
iframe {
  border: none!important
}
.txt2 {
  font-family: 'Google Sans';
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-transform: uppercase
}
.bg1 {
  background-color: #3b5998
}
.bg2 {
  background-color: #1da1f2
}
.bg3 {
  background-color: #ea4335
}
.bg4 {
  background-color: #e8e8e8
}
.color_red {
  color: #ea4335
}
.container-login {
  width: 100%;
  min-height: calc(100vh - 70px);
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (min-width:992px) {
  .container-login {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
  }
}
.wrap-login {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding: 3rem 2rem;
  border: 1px solid #eef2fa;
  box-sizing: border-box;
  box-shadow: 0 16px 24px rgba(7,12,61,.04);
  border-radius: 12px
}
.wrap-referral {
  background: #1e2323;
  margin-bottom: -10px;
  padding-bottom: 10px;
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: .01em;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}
@media (min-width:768px) {
  .wrap-login,
  .wrap-referral {
    width: 416px
  }
}
.font-size-input-label {
  font-size: 12px
}
.login-form {
  width: 100%
}
#select-user {
  width: 100%
}
.wrap-input {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9
}
.label-input {
  font-family: "Google Sans";
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding-left: 7px
}
.input {
  font-family: "Google Sans";
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 40px;
  background: 0 0;
  padding: 0 7px 0 7px
}
.focus-input {
  content: attr(data-symbol);
  font-family: "Google Sans";
  color: #adadad;
  font-size: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px
}
.focus-input::after {
  content: attr(data-symbol);
  font-family: "Google Sans";
  color: #adadad;
  font-size: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px
}
.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  transition: all .4s
}
.input:focus + .focus-input::before {
  width: 100%
}
.has-val.input + .focus-input::before {
  width: 100%
}
.input:focus + .focus-input::after {
  color: #1576f5
}
.has-val.input + .focus-input::after {
  color: #1576f5
}
.container-login-form-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center
}
.wrap-login-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto
}
.wrap-login-form-btn.disabled {
  background-color: #c5c6ca
}
.user_name_detail {
  margin-bottom: 20px
}
.login-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*!*background: #1576F5;*!*//*!*background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);*!*/background-position: center;
  transition: all .8s
}
.login-form-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 48px
}
.login-form-btn img {
  height: 40px;
  display: none
}
.login-form-btn.loading_form img {
  display: block!important
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}
@media (max-width:992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1
  }
}
.login-social-item {
  font-size: 25px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px
}
.login-social-item img {
  width: 20px
}
.login-social-item:hover {
  color: #fff;
  background-color: #333
}
@media (max-width:576px) {
  .wrap-login {
    padding-left: 15px;
    padding-right: 15px
  }
}
.login-method-container {
  position: relative
}
.login-method-container #back-from-fnx {
  color: #7d7d7d;
  font-size: 16px;
  position: absolute;
  left: 0
}
.login-method-container #back-from-fnx:hover {
  color: #3a78df
}
.choose_account .choose_account_item {
  min-height: 4rem;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #dadce0;
  cursor: pointer;
  line-height: 1.4;
  text-decoration: none
}
.choose_account .choose_account_item:hover {
  background-color: #eee
}
.choose_account .choose_account_item .avatar {
  margin-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 40px
}
.choose_account .choose_account_item .avatar img {
  width: 30px;
  border-radius: 50%
}
.choose_account .choose_account_item .detail {
  padding-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center
}
.choose_account .choose_account_item .detail .name {
  color: #202124;
  font-size: 16px;
  font-weight: 600
}
.choose_account .choose_account_item .detail .email {
  color: #3c4043;
  font-size: 14px
}
footer {
  padding-top: 30px;
  text-align: right
}
footer .select_language select {
  background: 0 0;
  border: none;
  font-size: 14px;
  color: #666
}
.oauth-err-msg {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  font-family: "Google Sans";
  font-size: 15px;
  color: #666;
  line-height: 2em;
  text-align: center
}
.oauth-err-msg .service-name {
  display: inline-block;
  font-weight: 700
}
.oauth-err-msg .service-name:first-letter {
  text-transform: uppercase
}
#oauth_error .container-login-form-btn {
  width: unset
}
#oauth_error .wrap-login-form-btn {
  min-width: 50%;
  width: unset
}
#oauth_error .wrap-login-form-btn a.login-form-btn {
  text-decoration: unset!important
}