@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  letter-spacing: 0.05em;
}

/* HTML5 display definitions
   @mixin ========================================================================= */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

[hidden] {
  display: none;
}

/* Links
   @mixin ========================================================================= */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   @mixin ========================================================================= */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   @mixin ========================================================================= */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   @mixin ========================================================================= */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Forms
   @mixin ========================================================================= */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  letter-spacing: 0.05em;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "PSL Kanda Pro";
  src: url(/fonts/PSLKandaPro.eot?22c07306f12d273f2ae35d6378161c71);
  src: url(/images/PSLKandaPro.svg?87d065d44b84649606bbbd0c68e07c4d) format("svg");
  src: url(/fonts/PSLKandaPro.ttf?b2bb9b987fc7e4e6c205096da6754691) format("truetype");
}

body {
  background-color: white !important;
}

.windows .cbtn {
  letter-spacing: 2px;
}

.windows .font_article {
  letter-spacing: 1px;
}

.android .font_article {
  letter-spacing: 1px;
}

.android .cbtn {
  letter-spacing: 1px;
}

.iphone .term-cb {
  letter-spacing: 0;
}

.font_article {
  font-family: PSL Kanda Pro;
  font-size: 20px;
  font-weight: bold;
  color: gray;
}

.nopd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.jumbotron {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px dashed deeppink;
}

.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 3px;
}

.parentbox {
  width: 100%;
  display: block;
}

.box-regis {
  background-color: #f0f0f0;
  max-width: calc(100% - 30px);
  width: 400px;
  padding: 15px;
  border-radius: 10px;
  margin: 0 auto;
}

.pdinbox {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inbox {
  padding-top: 7px;
  padding-bottom: 7px;
}

.sbutton {
  width: 100%;
  padding-bottom: 15px;
  font-size: 24px;
  font-size: 20px;
  height: 34px;
  padding: 0 !important;
}

.cbtn {
  font-size: 22px !important;
  font-weight: bold !important;
  letter-spacing: 0;
  height: 40px !important;
}

.parentdll {
  width: 100๔;
}

.ddl {
  width: 100%;
  height: 34px !important;
  padding-top: 5px;
  margin-bottom: 15px !important;
  font-size: 20px !important;
  letter-spacing: 0.7px;
}

.textwhite {
  color: #fff;
}

.ct {
  text-align: center;
}

.txtsub {
  padding-bottom: 15px;
  font-size: 30px;
}

.logo {
  width: 200px;
  margin: 0 auto 20px;
}

.top {
  padding-top: 25px;
}

.hr {
  height: 1px;
  width: 100%;
  background-color: gainsboro;
  margin-top: 10px;
  margin-bottom: 10px;
}

.successt {
  color: #1369b0;
  font-size: 30px;
  text-align: center;
}

.gbtt {
  background-color: #9b9b9b;
  color: #fff;
}

.gbtt:hover {
  background-color: gray;
  color: #fff !important;
}

.textboxin {
  font-size: 20px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.term-con {
  overflow: auto;
  width: 100%;
  height: 35vh;
  background-color: white;
  padding: 0 5px 0;
  font-size: 16px;
}

.Topics-term {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
}

.term-cb {
  float: left;
  margin-right: 5px !important;
  margin-top: 8px !important;
}

#header {
  top: 0;
  height: auto;
}

#footer {
  bottom: 0;
  height: 20px;
  width: 100%;
}

#content {
  height: 100%;
}

.form {
  margin-bottom: 15px;
}

.keyInput {
  background: #FFF;
  border: 1px solid #e2e2e2;
  border-bottom-color: #000;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 37px;
  outline: none;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
  margin: 0 3px;
  font-size: 30px;
}

.keyInput.error {
  border-top-color: red;
  border-left-color: red;
  border-right-color: red;
}

.customagree {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.customlink {
  color: #1369b0 !important;
  text-decoration: underline !important;
}

.customlink:hover {
  color: pink  !important;
  text-decoration: underline;
}

.fsmall {
  font-size: 14px;
}

.fbig {
  font-size: 26px;
}

.telotp {
  font-weight: 700;
  margin: 0;
  line-height: 2.5;
}

.errorbox {
  border: 1px solid red;
}

.btn.\--outline {
  color: #d43f3a;
  background: transparent;
  font-weight: 700;
  text-shadow: none;
}

.ref-otp-code,
.error-otp {
  color: #d43f3a;
}

.form-control.error {
  border-top-color: red;
  border-left-color: red;
  border-right-color: red;
}

.divider{
  border:  0;
  position: relative;
  height: 20px; 
}
.divider::before {
  content: attr(data-or);
  position: absolute;
  font-size: 16px;
  color: #C0C0C0;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0f0;
  padding: 0 10px;
  z-index: 2;
}
.divider::after{
content: '';
    background: #C0C0C0;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    z-index: 1;
}

/*# sourceMappingURL=style-is-tc.css.map*/