@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Kanit Light'), local('Kanit-Light'), url(https://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4-ORWzVaQ.ttf) format('truetype');
}
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 42px;
    background: #fff!important;
    font-size: 1rem;
    text-align: center;
    /* color: #77839a; */
    line-height: 1.4;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(35,45,65,.18);
}
.ccenter {
	margin: 0 auto;
}
.padding15 {
	padding-left: 15px;
	padding-right: 15px;
}
.footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(https://fonts.gstatic.com/s/kanit/v5/nKKZ-Go6G5tXcraBGwU.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Kanit Medium'), local('Kanit-Medium'), url(https://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5mOBWzVaQ.ttf) format('truetype');
}
body {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  /*background: #f3f5f9;*/
  color: #48525a;
  height: 100%;
  background: #FFF;
}
html {
	height: 100%; 
	margin: 0px; 
	padding: 0px;
}
.hight100 {
	  height: 100%;
}
body.splash {
  background: #258EC4;/*#203368;*//*#ff0198;*/
}
#headzone {
  background: #FFF;
  /*padding-top: 64px;
  padding-bottom: 42px;*/
  height: 100%;
}
#header {
  height: 64px;
  line-height: 64px;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
#headzone #header #logo {
  height: 16px;
  width: auto;
}
#headzone #content {
  padding-top: 20px;
  height: 100%;
}
/* #headzone #content #description {
  padding-bottom: 40px;
} */
#headzone #content .icon {
  margin-bottom: 25px;
}
#headzone #content #line1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a051d;
  margin-top: 20px;
}
#headzone #content #line2 {
  font-size: 14px;
  font-weight: 300;
  color: #a3a8ac;
  margin-bottom: 16px;
}
#headzone #content #line3 {
  font-size: 16px;
  font-weight: 300;
  color: #48525a;
}
#splashcontent {
  padding-top: 40px;
}
#splashcontent #description {
  padding-bottom: 24px;
}
#splashcontent #description .box {
  padding: 40px 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background: #FFF;
}
#splashcontent .icon {
  margin-bottom: 25px;
}
#splashcontent #line1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a051d;
  margin-bottom: 16px;
}
#splashcontent #line2 {
  font-size: 16px;
  font-weight: 300;
  color: #a3a8ac;
}

#form .submitButton #submitBtn {
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #007bff;
  border-color: #007bff;
  display: block;
  width: 100%;
}
	
#campaignimage {
   max-width: 300px;
   display: block;
}



@media only screen and (max-width:320px) {
   #form .submitButton #submitBtn {
   font-size: 1rem;
  }
  .footer {
      font-size: 0.8rem;
  }

}

@media only screen and (min-device-width: 1024px) {
   #form .submitButton #submitBtn {
     font-size: 1rem;
  }
  .footer {
     font-size: 1rem;
     height: 50px;
  }

}

#otprequest {
	background-color: #007bff;
	border-color: #007bff;
	font-size: 1rem;
	color: #fff;
}

#otptimedisplay {
	display: none;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

#otprequest:disabled,
#otprequest[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
/* 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #form .submitButton #submitBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-right: 15px;
    max-width: 690px;
    margin-bottom: 20px;
  }
  
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #form .submitButton #submitBtn {
    max-width: 1044px;
        width: 100%;
    margin-bottom: 20px;
  }
   */
}
