@charset "utf-8";
@media screen and (min-width: 671px) and (max-width: 1023px){
.box-left {
	float: left;
	width: 50%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	min-height: 100vh;
}
.box-right {
	float: left;
	height: auto;
	width: 50%;
	background-image: url(../images/bg-02.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 100vh;
}
.logo {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 25vh;
}
.logo img {
	height: auto;
	width: 15rem;
}
.name {
	font-family: promptregular;
	font-size: 2rem;
	line-height: 120%;
	color: #fab919;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	font-weight: bold;
	animation: shine 2s linear infinite;
	background: linear-gradient(to right, #f39200 20%, #fab919 40%, #fab919 60%, #fab919 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  

}
@keyframes shine {
    to {
      background-position: 200% center;
    }
  }
.line {
	float: left;
	height: auto;
	width: 10%;
	margin-top: 5%;
	margin-right: 45%;
	margin-bottom: 5%;
	margin-left: 45%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fab919;
}
.slogan {
	font-family: promptregular;
	font-size: 1.5rem;
	line-height: 120%;
	color: #45bee0;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	font-weight: bold;
}
.text {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 140%;
	color: #000;
	float: left;
	height: auto;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	text-align: center;
	margin-top: 1%;
}
.box-diamond {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 25vh;
	padding-bottom: 5%;
}.text-check {
	font-family: promptregular;
	font-size: 1.5rem;
	line-height: 120%;
	color: #000;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5vh;
	font-weight: bold;
}
.box-input-all {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 1vh;
	margin-right: 10%;
	margin-left: 10%;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding-top: 5%;
	padding-bottom: 5%;
}
.text-alert {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #666;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 5%;
}
.box-input {
	float: left;
	height: auto;
	width: 72%;
	margin-right: 10%;
	margin-left: 10%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #fab919;
	margin-bottom: 2%;
	line-height: 140%;
}
.btn-input {
	font-family: promptregular;
	font-size: 1rem;
	line-height: 140%;
	color: #666;
	padding: 4%;
	float: left;
	height: auto;
	width: 100%;
	background-color: #ebebeb;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.btn-input:hover {
	box-shadow: 0 0 1px rgba(33,33,33,.2);
	background-color: #CCCCCC;
}

.cap {
	text-align: left;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 2%;
	margin-right: 10%;
	margin-bottom: 2%;
	margin-left: 10%;
}
.cap img {
	height: auto;
	width: 100%;
}
.box-send {
	float: left;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 2%;
}
.box-clear {
	float: left;
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 2%;
}

.btn-send {
	height: auto;
	width: 100%;
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #FFF;
	background-color: #fab919;
	text-align: center;
	border-radius: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 4%;
	padding-bottom: 4%;
}
.btn-send:hover{
	box-shadow: 0 0 8px rgba(33,33,33,.2); 
}

.btn-clear {
	height: auto;
	width: 100%;
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #666;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #959595;
	border-radius: 20px;
	padding-top: 4%;
	padding-bottom: 4%;
}
.btn-clear:hover{
	box-shadow: 0 0 8px rgba(33,33,33,.2); 
}
.box-popup-name {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 5%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6921E;
}
.popup-name {
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 120%;
	color: #000;
	float: left;
	height: auto;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 3%;
	padding-bottom: 2%;
}
.icon-diamond {
	float: left;
	height: auto;
	width: 20%;
	text-align: right;
	margin-left: 10%;
}
.icon-diamond img {
	height: auto;
	width: 100%;
}
.box-show-num {
	float: right;
	height: auto;
	width: 50%;
	margin-right: 15%;
	margin-top: 1%;
}
.show-taxt {
	font-family: serithairegular;
	font-size: 1.2rem;
	line-height: 120%;
	color: #000;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.show-num {
	font-family: promptregular;
	font-size: 1.2rem;
	line-height: 120%;
	color: #f7941d;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 2%;
	font-weight: bold;
}
}
