@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "ABCPathom";
	src: url(../fontt/ABCPathom.ttf) format("truetype");
  }

body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-background-size: cover;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.swal-text {
	font-size: 2rem !important;
	font-family:  "ABCPathom";
  }


a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

.font3 {
  text-align: center;
  font-size: 50px;
  color: #666;
  margin-bottom: 10px;
  font-family: ABCPathom;
}

.font4 {
    text-align: center;
    font-size: 35px;
    color: #666;
    margin-bottom: 10px;
    font-family: ABCPathom;
}


.tt {
  margin-top: -10px;
}

.font {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.form-wrapper2 {
  display: table;
  height: 100%;
  width: 450px;
}

.form-wrapper3 {
  display: table-cell;
  vertical-align: middle;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #1baf94;
  color: #656763;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  text-align: center;
}

.form-item input:focus {
  border-bottom: 2px solid #047661;
  outline: none;
}

.footbutton {
  margin-top: 60px;
  margin-bottom: 50px;
}

.imghome {
  display: flex;
  justify-content: center;
}

.imghome2 {
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  width: 75%;
}

.button {
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 49px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button span {
  position: absolute;
  margin-top: -1px;
  margin-left: -2px;
  padding-top: 6px;
  left: 0px;
  width: 50px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.button.blue {
  background: #047661;
  border-color: #18b195;
}

div.iBannerFix1 {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000000;
  width: 100%;
  z-index: 99;
}
div.iBannerFix2 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #000000;
  width: 100%;
  z-index: 99;
}
a:link {
  text-decoration: none;
  color: #666;
}
a:visited {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a:active {
  text-decoration: none;
  color: #666;
}

input.example1 {
  background: white;
  border: 1px solid #a09f9f;
  border-radius: 3px;
  box-shadow: 0 0 5px #ffffff inset;
  color: #666;
  float: left;
  padding: 5px 5px;
  width: 270px;
  height: 18px;
  outline: none;
}

input.example2 {
  background: white;
  border: 1px solid #a09f9f;
  border-radius: 3px;
  box-shadow: 0 0 5px #ffffff inset;
  color: #666;
  float: left;
  padding: 5px 5px;
  width: 110px;
  height: 18px;
  outline: none;
}

input.putcode {
  background: white;
  border: 1px solid #a09f9f;
  border-radius: 3px;
  box-shadow: 0 0 5px #ffffff inset;
  color: #666;
  float: left;
  padding: 5px 5px;
  width: 70px;
  height: 18px;
  outline: none;
}

.ta5 {
  border: 1px solid #a09f9f;
  border-radius: 4px;
  box-shadow: 0 0 5px #ffffff inset;
  height: 50px;
  width: 275px;
}

.ta6 {
  border: 1px solid #a09f9f;
  border-radius: 4px;
  box-shadow: 0 0 5px #ffffff inset;
  height: 90px;
  width: 275px;
}

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
  -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
  box-shadow: inset 0px 1px 0px 0px #9acc85;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #74ad5a),
    color-stop(1, #68a54b)
  );
  background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
  background-color: #74ad5a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #3b6e22;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #92b879;
}
.myButton:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #68a54b),
    color-stop(1, #74ad5a)
  );
  background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
  background-color: #68a54b;
}
.myButton:active {
  position: relative;
  top: 1px;
}

.myButton2 {
  -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #fc8d83),
    color-stop(1, #e4685d)
  );
  background: -moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
  background-color: #fc8d83;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.myButton2:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #e4685d),
    color-stop(1, #fc8d83)
  );
  background: -moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
  background-color: #e4685d;
}
.myButton2:active {
  position: relative;
  top: 1px;
}
