@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/* CSS Document 
font-family: "Montserrat", sans-serif;
*/


body {width:100%; height:auto; margin:0 auto; padding:0; font-family: "Montserrat", sans-serif;}

img {border:thin none #0066FF; max-width: 100%;}

p, h1, h2, h3, h4, h5, h6, ul, li {
margin:0px;
padding:0px;
list-style-type:none;
}

a {text-decoration:none}







.tgpageArea {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  
  background: #000;
}

section.formuArea {
  flex: 1;
}
.tgHeader {
  padding: 10px 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1e1e1e;
}

.tgHdrRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tgHdrBtn a {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #fff;
  background: #1c93e3;
  padding: 9px 16px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  transition: all .15s ease .15s;
  box-sizing: border-box;
}

section.formuArea {
  height: 100%;
  padding: 32px 10px;
  box-sizing: border-box;
  position: relative;
}
.formuArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 420px auto;
  opacity: 1;
  z-index: 1;
}
section.formuArea .tgPage {
  position: relative;
  z-index: 2;
}
.tgDataBox {
  position: relative;
  margin: 0px auto;
  padding: 32px 0;
  max-width: 400px;
  background: #1e1e1e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: all .15s ease .15s;
  color: #fff;
  text-align: center;
}

.tgtxt01 {
  text-align: center;
}

.tgtxt01 img {
  max-width: 122px;
  border-radius: 20px;
}

.tgtxt02 {
  margin: 16px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.tgtxt02 img {
  height: 22px;
  vertical-align: middle;
  display: inline-block;
}

.tgtxt02 span {
  display: inline;
  vertical-align: middle;
}
.tgtxt03 {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 6px 16px 0;
  color: #7d7f81;
}

.tgtxt04 {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 10px 16px 0;
}

.tgtxt05 {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 10px 16px 0;
  color: #fff;
  opacity: 40%;
  font-weight: 600;
}

.tgtxt06 {
  margin: 24px 0 0 0;
}

.tgtxt06 a {
  font-size: 18px;
  line-height: 17px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  background: #1c93e3;
  border-radius: 22px;
  overflow: hidden;
  display: inline-block;
  padding: 13px 24px;
  height: 42px;
  text-transform: uppercase;
  vertical-align: top;
  box-sizing: border-box;
  background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}
@-webkit-keyframes bg-move {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes bg-move {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}
.tgtxt07 {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 20px 16px 0;
  font-weight: 500;
  color: #1c93e3;
}
.tgtxt06 a:hover,
.tgHdrBtn a:hover {
  background: #1a8ad5;
}












