html,
body,
#app,
main {
  height: 100%;
  font-family: "Kanit";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.text-white {
  color: #fff;
}

.icon-facebook {
  color: #4267B2;
}

.icon-apple {
  color: #000000;
}

.lang .code {
  font-size: 24px;
}

.lang .code .badge-rabbit {
  color: #fff;
  background-color: #f09f61;
}

.container {
  position: relative;
  height: 100%;
  background-image: url("/images/kerry/BG-potr-2.jpg");
  background-size: cover;
}

@media (min-width: 576px) {
  .container {
    width: 400px;
  }
}

.container.thanks {
  background-image: url("/images/kerry/BG-potr-1.jpg");
}

.header-section {
  padding: 40px 0;
}

.header-section .logo {
  margin: 0 auto;
  color: #fff;
}

.header-section .logo .logo-thumb {
  float: left;
}

.header-section .logo .logo-thumb img {
  display: block;
  width: 80px;
}

.header-section .logo .logo-content {
  margin-left: 90px;
}

.header-section .logo .logo-content .logo-title {
  font-weight: bold;
  font-size: 38px;
}

.header-section .logo .logo-content small {
  font-weight: 100;
  font-size: 20px;
}

.header-section .head-line {
  text-align: center;
  color: #fff;
}

.header-section .head-line h3 {
  font-weight: 600;
}

.points-section {
  color: #fff;
}

.points-section p {
  line-height: 1em;
}

.setting-form {
  margin-bottom: 30px;
  padding: 0 20px;
}

.setting-form input {
  height: 45px;
  text-align: center;
}

.hin {
  text-align: center;
}

.hin .hin-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.rabbit-btn {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 50px;
  background: rgb(232, 155, 95);
  background: radial-gradient(circle, rgb(232, 155, 95) 0%, rgb(221, 91, 52) 100%);
  color: #fff;
  text-align: center;
}

.rabbit-btn:focus {
  outline: none;
}

.rabbit-btn span {
  position: relative;
  top: -20px;
  z-index: 22;
  font-size: 24px;
}

.white-hover {
  width: 98%;
  height: 50%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  border-radius: 50px;
  background: rgb(241, 162, 100);
  background: radial-gradient(circle, rgba(241, 162, 100, 0.85) 0%, rgba(238, 126, 81, 0.85) 100%);
}

.download-btn {
  width: 80%;
}

.download-btn:hover {
  color: #fff;
}

.congrate-section .card {
  width: 100%;
  background-image: url("/images/kerry/white-opacity-60.png");
  background-repeat: repeat;
  background-color: transparent;
  border-radius: 10px;
  padding: 20px 0;
}

.congrate-section .card .card-body {
  padding: 2.25rem;
}

.congrate-section .card .card-body h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.congrate-section .card .card-body .point {
  margin: 0 auto;
}

.congrate-section .card .card-body .big-point {
  font-size: 72px;
  font-weight: 600;
}

.congrate-section .card .card-body .bottom-text {
  position: absolute;
  bottom: 15px;
  line-height: 20px;
  font-size: 20px;
}

.congrate-section .card .card-body .redeem-code {
  font-size: 20px;
  color: #aaa;
  text-align: center;
}

.sticky-member {
  background-image: url("/images/kerry/white-opacity-60.png");
  background-repeat: repeat;
  background-color: transparent;
}

.sticky-member h3 {
  text-decoration: underline;
}

